DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
SRFDBranch.h
Go to the documentation of this file.
1 
8 #ifndef DUNEANAOBJ_SRFDBRANCH_H
9 #define DUNEANAOBJ_SRFDBRANCH_H
10 
11 #include "duneanaobj/StandardRecord/SRFD.h"
12 
13 namespace caf
14 {
15 
16  class SRFDBranch
17  {
18  public:
19  SRFD hd;
20  SRFD vd;
21 
22  // deal with modules 3 & 4 when we have a better idea what they are?
23 
26 
27  };
28 
29 } // caf
30 
31 #endif //DUNEANAOBJ_SRFDBRANCH_H
Definition: SRFDBranch.h:17
SRFD pd_hd
Horizontal drift ProtoDUNE. todo: do we really need a separate branch for it?
Definition: SRFDBranch.h:24
SRFD hd
Horizontal drift, a.k.a. Module 1.
Definition: SRFDBranch.h:19
SRFD pd_vd
Vertical drift ProtoDUNE. todo: do we really need a separate branch for it?
Definition: SRFDBranch.h:25
SRFD vd
Vertical drift, a.k.a. Module 2.
Definition: SRFDBranch.h:20
Definition: SRFD.h:38
Common Analysis Files.
Definition: SRBeamBranch.h:13