DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRDirectionBranch.h
Go to the documentation of this file.
1
6
7#ifndef DUNEANAOBJ_SRDIRECTIONBRANCH_H
8#define DUNEANAOBJ_SRDIRECTIONBRANCH_H
9
11
12namespace caf
13{
14
16 {
17 public:
22
23 // add others as needed
24 };
25
26} // caf
27
28#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
SRVector3D part_mom_sum
Direction reconstructed using the sum of reco particle momenta.
Definition SRDirectionBranch.h:21
SRVector3D calo
Direction reconstructed using the calorimetric energy depositions.
Definition SRDirectionBranch.h:20
A 3-vector with more efficient storage than TVector3.
Definition SRVector3D.h:26
Common Analysis Files.
Definition Navigate.cxx:8