CbmRoot
|
#include <RecoResults.h>
Public Types | |
using | HitId_t = std::pair<uint32_t, uint32_t> |
Public Attributes | |
PODVector< CbmBmonDigi > | bmonDigis |
PODVector< CbmStsDigi > | stsDigis |
PODVector< CbmMuchDigi > | muchDigis |
PODVector< CbmTrdDigi > | trd2dDigis |
PODVector< CbmTrdDigi > | trdDigis |
PODVector< CbmTofDigi > | tofDigis |
PODVector< CbmRichDigi > | richDigis |
std::vector< DigiEvent > | events |
PartitionedVector< sts::Cluster > | stsClusters |
PartitionedSpan< sts::Hit > | stsHits |
PartitionedVector< tof::Hit > | tofHits |
PartitionedVector< trd::Hit > | trdHits |
PartitionedVector< bmon::Hit > | bmonHits |
ca::Vector< ca::Track > | tracks |
ca::Vector< std::vector< HitId_t > > | trackStsHitIndices |
ca::Vector< std::vector< HitId_t > > | trackTofHitIndices |
ca::Vector< std::vector< HitId_t > > | trackTrdHitIndices |
Definition at line 29 of file RecoResults.h.
using cbm::algo::RecoResults::HitId_t = std::pair<uint32_t, uint32_t> |
Definition at line 30 of file RecoResults.h.
PODVector<CbmBmonDigi> cbm::algo::RecoResults::bmonDigis |
Definition at line 32 of file RecoResults.h.
Referenced by makeStorableRecoResults(), and cbm::algo::Reco::Run().
PartitionedVector<bmon::Hit> cbm::algo::RecoResults::bmonHits |
Definition at line 47 of file RecoResults.h.
Referenced by cbm::algo::kfp::V0Finder::Process(), and cbm::algo::Reco::ReconstructEvent().
std::vector<DigiEvent> cbm::algo::RecoResults::events |
Definition at line 40 of file RecoResults.h.
Referenced by makeStorableRecoResults(), and cbm::algo::Reco::Run().
PODVector<CbmMuchDigi> cbm::algo::RecoResults::muchDigis |
Definition at line 34 of file RecoResults.h.
Referenced by makeStorableRecoResults(), and cbm::algo::Reco::Run().
PODVector<CbmRichDigi> cbm::algo::RecoResults::richDigis |
Definition at line 38 of file RecoResults.h.
Referenced by makeStorableRecoResults(), and cbm::algo::Reco::Run().
PartitionedVector<sts::Cluster> cbm::algo::RecoResults::stsClusters |
Definition at line 42 of file RecoResults.h.
Referenced by makeStorableRecoResults(), and cbm::algo::Reco::Run().
PODVector<CbmStsDigi> cbm::algo::RecoResults::stsDigis |
Definition at line 33 of file RecoResults.h.
Referenced by makeStorableRecoResults(), and cbm::algo::Reco::Run().
PartitionedSpan<sts::Hit> cbm::algo::RecoResults::stsHits |
Definition at line 44 of file RecoResults.h.
Referenced by cbm::algo::kfp::V0Finder::CollectDca(), cbm::algo::evbuild::HitMultTrigger::GetHitTimes(), makeStorableRecoResults(), cbm::algo::Reco::ReconstructEvent(), and cbm::algo::Reco::Run().
PODVector<CbmTofDigi> cbm::algo::RecoResults::tofDigis |
Definition at line 37 of file RecoResults.h.
Referenced by makeStorableRecoResults(), and cbm::algo::Reco::Run().
PartitionedVector<tof::Hit> cbm::algo::RecoResults::tofHits |
Definition at line 45 of file RecoResults.h.
Referenced by cbm::algo::kfp::V0Finder::FindV0Candidates(), cbm::algo::evbuild::HitMultTrigger::GetHitTimes(), makeStorableRecoResults(), cbm::algo::Reco::ReconstructEvent(), and cbm::algo::Reco::Run().
ca::Vector<ca::Track> cbm::algo::RecoResults::tracks |
Definition at line 49 of file RecoResults.h.
Referenced by cbm::algo::kfp::V0FinderQa::Exec(), cbm::algo::kfp::V0Finder::FindV0Candidates(), makeStorableRecoResults(), cbm::algo::kfp::V0Finder::Process(), cbm::algo::Reco::ReconstructEvent(), cbm::algo::evbuild::EventbuildChain::Run(), and cbm::algo::Reco::Run().
ca::Vector<std::vector<HitId_t> > cbm::algo::RecoResults::trackStsHitIndices |
Definition at line 50 of file RecoResults.h.
Referenced by cbm::algo::kfp::V0Finder::CollectDca(), makeStorableRecoResults(), cbm::algo::Reco::ReconstructEvent(), and cbm::algo::Reco::Run().
ca::Vector<std::vector<HitId_t> > cbm::algo::RecoResults::trackTofHitIndices |
Definition at line 51 of file RecoResults.h.
Referenced by cbm::algo::kfp::V0Finder::FindV0Candidates(), makeStorableRecoResults(), cbm::algo::Reco::ReconstructEvent(), and cbm::algo::Reco::Run().
ca::Vector<std::vector<HitId_t> > cbm::algo::RecoResults::trackTrdHitIndices |
Definition at line 52 of file RecoResults.h.
Referenced by cbm::algo::Reco::ReconstructEvent().
PODVector<CbmTrdDigi> cbm::algo::RecoResults::trd2dDigis |
Definition at line 35 of file RecoResults.h.
Referenced by makeStorableRecoResults(), and cbm::algo::Reco::Run().
PODVector<CbmTrdDigi> cbm::algo::RecoResults::trdDigis |
Definition at line 36 of file RecoResults.h.
Referenced by makeStorableRecoResults(), and cbm::algo::Reco::Run().
PartitionedVector<trd::Hit> cbm::algo::RecoResults::trdHits |
Definition at line 46 of file RecoResults.h.
Referenced by cbm::algo::evbuild::HitMultTrigger::GetHitTimes(), makeStorableRecoResults(), cbm::algo::Reco::ReconstructEvent(), and cbm::algo::Reco::Run().