DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
StandardRecord.h
Go to the documentation of this file.
1 #ifndef DUNEANAOBJ_STANDARDRECORD_H
7 #define DUNEANAOBJ_STANDARDRECORD_H
8 
10 
12 #include "duneanaobj/StandardRecord/SRDetectorMetaBranch.h"
15 #include "duneanaobj/StandardRecord/SRNDBranch.h"
17 
19 namespace caf
20 {
21 
25  {
26  public:
29 
32 
35 
38 
41 
44 
45  };
46 
47 } // end namespace
48 
49 #endif // DUNEANAOBJ_STANDARDRECORD_H
Beam-related information.
Top-line reco outputs common to all detectors.
Branch for non-shared FD info.
Top level truth info.
3-vector class with more efficient storage than TVector3. Ported from NOvA StandardRecord.
Definition: SRBeamBranch.h:15
Shared reconstructed info across all (?) detectors.
Definition: SRCommonRecoBranch.h:17
Definition: SRDetectorMetaBranch.h:13
Definition: SRFDBranch.h:17
Definition: SRNDBranch.h:21
Definition: SRTruthBranch.h:17
The StandardRecord is the primary top-level object in the Common Analysis File trees.
Definition: StandardRecord.h:25
SRBeamBranch beam
Information about the beam configuration and beam pulse for this event.
Definition: StandardRecord.h:31
SRCommonRecoBranch common
Reconstructed info expected to be common to all (?) detectors.
Definition: StandardRecord.h:37
SRTruthBranch mc
Truth information.
Definition: StandardRecord.h:34
SRFDBranch fd
Reconstructed info unique to the FDs.
Definition: StandardRecord.h:40
SRNDBranch nd
Reconstructed info unique to the ND complex.
Definition: StandardRecord.h:43
SRDetectorMetaBranch meta
Metadata about the detectors.
Definition: StandardRecord.h:28
Common Analysis Files.
Definition: SRBeamBranch.h:13