DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRFDBranch.h
Go to the documentation of this file.
1
7
8#ifndef DUNEANAOBJ_SRFDBRANCH_H
9#define DUNEANAOBJ_SRFDBRANCH_H
10
11#include "duneanaobj/StandardRecord/SRFD.h"
12
13namespace caf
14{
15
17 {
18 public:
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:42
Common Analysis Files.
Definition Navigate.cxx:8