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