DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
|
Common Analysis Files. More...
Classes | |
class | SRBeamBranch |
class | SRCommonRecoBranch |
Shared reconstructed info across all (?) detectors. More... | |
class | SRCVNScoreBranch |
class | SRDetectorMetaBranch |
class | SRDirectionBranch |
class | TrueParticleID |
class | SRFDInt |
A FD reconstructed neutrino interaction. More... | |
struct | SRFDID |
The information needed to uniquely identify a FD reco object. More... | |
class | SRFD |
class | SRFDBranch |
class | SRGArInt |
An ND-GAr reconstructed neutrino interaction. More... | |
class | SRGArID |
The information needed to uniquely identify a ND-GAr reco object. More... | |
class | SRGAr |
ND-GAr reconstruction output. More... | |
class | SRGArECAL |
class | SRGArTrack |
class | SRGlobal |
class | SRInteraction |
Top-level particle interaction. (Usually neutrinos, but cosmics, etc. can live here too) More... | |
class | SRInteractionBranch |
class | SRLorentzVector |
class | SRDetectorMeta |
class | SRMINERvAInt |
A MINERvA reconstructed interaction. More... | |
struct | SRMINERvAID |
The information needed to uniquely identify a MINERvA reco object. More... | |
class | SRMINERvA |
class | SRNDTrkAssnBranch |
class | SRNDShwAssnBranch |
class | SRNDBranch |
class | SRNDLArInt |
A reconstructed interaction in ND-LAr. More... | |
class | SRNDLArID |
The information needed to uniquely identify an ND-LAr reco object. More... | |
class | SRNDLAr |
ND-LAr reconstruction output. More... | |
class | SRNDShowerAssn |
class | SRNDTrackAssn |
class | SRNeutrinoEnergyBranch |
class | SRNeutrinoHypothesisBranch |
class | SRRecoParticle |
Reconstructed particle candidate. More... | |
class | SRRecoParticlesBranch |
class | SRSANDInt |
A SAND reconstructed neutrino interaction. More... | |
class | SRSAND |
SAND reconstruction output. More... | |
class | SRShower |
class | SRSystParamHeader |
class | SRTMSInt |
A TMS reconstructed neutrino interaction. More... | |
class | SRTMSID |
The information needed to uniquely identify a TMS reco object. More... | |
class | SRTMS |
class | SRTrack |
class | SRTrueInteraction |
True interaction of probe particle with detector. Usually neutrinos, but occasionally cosmics etc. More... | |
class | SRTrueParticle |
class | SRTruthBranch |
class | SRVector3D |
A 3-vector with more efficient storage than TVector3. More... | |
class | SRWeightGlobal |
class | StandardRecord |
The StandardRecord is the primary top-level object in the Common Analysis File trees. More... | |
Enumerations | |
enum | Detector : std::size_t { kUnknownDet = 0 , kND_LAr = 1 , kND_TMS = 2 , kND_SAND = 3 , kND_GAr = 4 , k2x2 = 5 , kMINERvA = 6 , kFD_HD = 10 , kFD_VD = 11 , kProtoDUNE = 15 , _kLastDetector = 24 } |
Known detectors in CAFs. More... | |
enum | Generator { kUnknownGenerator = 0 , kGENIE = 1 , kGIBUU = 2 , kNEUT = 3 } |
Known generators of neutrino interactions (extend as other generators are used) | |
enum | PartEMethod { kUnknownMethod , kRange , kMCS , kCalorimetry } |
Methods for reconstructing particle energies. More... | |
enum | ScatteringMode { kUnknownMode = -100 , kQE = 1 , kSingleKaon = 2 , kDIS = 3 , kRes = 4 , kCoh = 5 , kDiffractive = 6 , kNuElectronElastic = 7 , kInvMuonDecay = 8 , kAMNuGamma = 9 , kMEC = 10 , kCohElastic = 11 , kInverseBetaDecay = 12 , kGlashowResonance = 13 , kIMDAnnihilation = 14 , kPhotonCoh = 15 , kPhotonRes = 16 , kDarkMatterElastic = 101 , kDarkMatterDIS = 102 , kDarkMatterElectron = 103 } |
Neutrino interaction categories. Periodically synchronized to GENIE (last update: GENIE 3.04.00) to avoid confusion (but we don't want a GENIE dependency for the StandardRecord so we maintain our own copy here). | |
enum | FD_RECO_STACK { kUnknownFDReco , kPandoraFD } |
Which reconstruction toolkit was used to reconstruct this FD event? | |
enum | NDLAR_RECO_STACK { kUnknownNDLArReco , kDeepLearnPhys , kPandoraNDLAr } |
Which reconstruction toolkit was used to reconstruct this ND event? | |
Common Analysis Files.
enum caf::Detector : std::size_t |
Known detectors in CAFs.
enum caf::PartEMethod |