Functions | |
| std::vector< std::pair< int, float > > | AllTrueParticleIDEnergyMatches (const detinfo::DetectorClocksData &clockData, const std::vector< art::Ptr< recob::Hit > > &hits, bool rollup_unsaved_ids=1) |
| float | TotalHitEnergy (const detinfo::DetectorClocksData &clockData, const std::vector< art::Ptr< recob::Hit > > &hits) |
| float | TrackPurity (const detinfo::DetectorClocksData &clockData, int mcparticle_id, const std::vector< art::Ptr< recob::Hit >> &reco_track_hits) |
| float | TrackCompletion (const detinfo::DetectorClocksData &clockData, int mcparticle_id, const std::vector< art::Ptr< recob::Hit >> &reco_track_hits) |
| int | GetShowerPrimary (const int g4ID) |
| std::vector< std::pair< int, float > > CAFRecoUtils::AllTrueParticleIDEnergyMatches | ( | const detinfo::DetectorClocksData & | clockData, |
| const std::vector< art::Ptr< recob::Hit > > & | hits, | ||
| bool | rollup_unsaved_ids = 1 |
||
| ) |
Definition at line 3 of file sbncode/sbncode/CAFMaker/RecoUtils/RecoUtils.cc.
| int CAFRecoUtils::GetShowerPrimary | ( | const int | g4ID | ) |
Definition at line 91 of file sbncode/sbncode/CAFMaker/RecoUtils/RecoUtils.cc.
| float CAFRecoUtils::TotalHitEnergy | ( | const detinfo::DetectorClocksData & | clockData, |
| const std::vector< art::Ptr< recob::Hit > > & | hits | ||
| ) |
Definition at line 47 of file sbncode/sbncode/CAFMaker/RecoUtils/RecoUtils.cc.
| float CAFRecoUtils::TrackCompletion | ( | const detinfo::DetectorClocksData & | clockData, |
| int | mcparticle_id, | ||
| const std::vector< art::Ptr< recob::Hit >> & | reco_track_hits | ||
| ) |
Definition at line 62 of file sbncode/sbncode/CAFMaker/RecoUtils/RecoUtils.cc.
| float CAFRecoUtils::TrackPurity | ( | const detinfo::DetectorClocksData & | clockData, |
| int | mcparticle_id, | ||
| const std::vector< art::Ptr< recob::Hit >> & | reco_track_hits | ||
| ) |
Definition at line 24 of file sbncode/sbncode/CAFMaker/RecoUtils/RecoUtils.cc.
1.8.5