DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
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
10namespace caf
11{
13 {
14 public:
15 // Full NDs (Phase I or Phase II)
20 // ND prototypes (more to add?)
23
24 // full FDs (Phase II modules TBD...)
25 SRDetectorMeta fd_hd;
27
28 // FD prototypes (add VD ProtoDUNE if/when we CAF it?)
30
31 };
32}
33
34#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:22
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:21
SRDetectorMeta pd_hd
Vertical drift (a.k.a. module 2)
Definition: SRDetectorMetaBranch.h:29
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:26
Definition: SRMeta.h:17
Common Analysis Files.
Definition: Navigate.cxx:8