CbmRoot
Loading...
Searching...
No Matches
CbmTaskInspectRecoTimeslice.h
Go to the documentation of this file.
1/* Copyright (C) 2025 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#pragma once
11
14
15#include <FairTask.h>
16
17#include <vector>
18
19
20class FairRootManager;
21
24
A structure for reconstructed results: digi-events, hits and tracks.
const cbm::algo::ca::Vector< cbm::algo::ca::Track > * fTracks
ClassDef(CbmTaskInspectRecoTimeslice, 1)
const cbm::PartitionedVector< cbm::algo::tof::Hit > * fTofHits
virtual void Exec(Option_t *opt)
Action on the timeslice.
virtual InitStatus Init()
Action in the beginning of the run.
CbmTaskInspectRecoTimeslice(const CbmTaskInspectRecoTimeslice &)=delete
Copy constructor.
const cbm::PartitionedVector< cbm::algo::sts::Hit > * fStsHits
CbmTaskInspectRecoTimeslice(CbmTaskInspectRecoTimeslice &&)=delete
Move constructor.
const cbm::PartitionedVector< cbm::algo::trd::Hit > * fTrdHits
virtual void Finish()
Action in the end of the run.
const cbm::algo::StorableRecoResults::TrackHitIndexContainer_t * fTrackStsHitIndices
const cbm::algo::StorableRecoResults::TrackHitIndexContainer_t * fTrackTofHitIndices
CbmTaskInspectRecoTimeslice & operator=(CbmTaskInspectRecoTimeslice &&)=delete
Move assignment operator.
CbmTaskInspectRecoTimeslice & operator=(const CbmTaskInspectRecoTimeslice &)=delete
Copy assignment operator.
const cbm::algo::StorableRecoResults::TrackHitIndexContainer_t * fTrackTrdHitIndices
const cbm::PartitionedVector< cbm::algo::bmon::Hit > * fBmonHits
virtual ~CbmTaskInspectRecoTimeslice()=default
Destructor.
A vector that is partitioned into multiple subvectors.
ca::Vector< std::vector< std::pair< uint32_t, uint32_t > > > TrackHitIndexContainer_t