DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
SRDirectionBranch.h
Go to the documentation of this file.
1 
6 
7 #ifndef DUNEANAOBJ_SRDIRECTIONBRANCH_H
8 #define DUNEANAOBJ_SRDIRECTIONBRANCH_H
9 
11 
12 namespace caf
13 {
14 
16  {
17  public:
20 
21  // add others as needed
22  };
23 
24 } // caf
25 
26 #endif //DUNEANAOBJ_SRDIRECTIONBRANCH_H
3-vector class with more efficient storage than TVector3. Ported from NOvA StandardRecord.
Definition: SRDirectionBranch.h:16
SRVector3D lngtrk
Direction reconstructed using the longest track.
Definition: SRDirectionBranch.h:18
SRVector3D heshw
Direction reconstructed using the highest-energy shower.
Definition: SRDirectionBranch.h:19
A 3-vector with more efficient storage than TVector3.
Definition: SRVector3D.h:26
Common Analysis Files.
Definition: SRBeamBranch.h:13