DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
SRDetectorMetaBranch.h
1 //
2 // Created by jeremy on 3/13/23.
3 //
4 
5 #ifndef DUNEANAOBJ_SRDETECTORMETABRANCH_H
6 #define DUNEANAOBJ_SRDETECTORMETABRANCH_H
7 
9 
10 namespace caf
11 {
13  {
14  public:
15  // Full NDs (Phase I or Phase II)
20 
21  // ND prototypes (more to add?)
24 
25  // full FDs (Phase II modules TBD...)
26  SRDetectorMeta fd_hd;
28 
29  // FD prototypes (add VD ProtoDUNE if/when we CAF it?)
31 
32  };
33 }
34 
35 #endif //DUNEANAOBJ_SRDETECTORMETABRANCH_H
Metadata about the events in this file.
Definition: SRDetectorMetaBranch.h:13
SRDetectorMeta minerva
tracker & muon veto for 2x2; repurposed former MINERvA detector components
Definition: SRDetectorMetaBranch.h:23
SRDetectorMeta tms
magnetized spectrometer/calorimeter (forms part of movable PRISM detector concept in Phase I)
Definition: SRDetectorMetaBranch.h:18
SRDetectorMeta nd_lar
35-module liquid argon TPC (forms part of movable PRISM detector concept)
Definition: SRDetectorMetaBranch.h:16
SRDetectorMeta nd_gar
high-pressure gaseous argon TPC (forms part of movable PRISM detector concept in Phase II)
Definition: SRDetectorMetaBranch.h:17
SRDetectorMeta lar2x2
ND-LAr prototype in NuMI beam ('lar' prefix b/c you can't start a name with a digit in C++)
Definition: SRDetectorMetaBranch.h:22
SRDetectorMeta pd_hd
Vertical drift (a.k.a. module 2)
Definition: SRDetectorMetaBranch.h:30
SRDetectorMeta sand
scintillator tracker and calorimeter, fixed on-axis in beam
Definition: SRDetectorMetaBranch.h:19
SRDetectorMeta fd_vd
Horizontal drift (a.k.a. module 1)
Definition: SRDetectorMetaBranch.h:27
Definition: SRMeta.h:17
Common Analysis Files.
Definition: SRBeamBranch.h:13