DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
SRNeutrinoEnergyBranch.h
Go to the documentation of this file.
1 
6 #ifndef DUNEANAOBJ_SRNEUTRINOENERGYBRANCH_H
7 #define DUNEANAOBJ_SRNEUTRINOENERGYBRANCH_H
8 
9 #include <limits>
10 
11 namespace caf
12 {
13 
15  {
16  private:
17  static constexpr float NaN = std::numeric_limits<float>::signaling_NaN();
18 
19  public:
20  float calo = NaN;
21  float lep_calo = NaN;
22  float regcnn = NaN;
23  };
24 
25 } // caf
26 
27 #endif //DUNEANAOBJ_SRNEUTRINOENERGYBRANCH_H
Definition: SRNeutrinoEnergyBranch.h:15
float lep_calo
Lepton (longest track or largest shower) + calorimetric estimate from remaining hits.
Definition: SRNeutrinoEnergyBranch.h:21
float calo
Calorimetric estimate using all hits.
Definition: SRNeutrinoEnergyBranch.h:20
float regcnn
Regression CNN (assumes nue hypothesis)
Definition: SRNeutrinoEnergyBranch.h:22
Common Analysis Files.
Definition: SRBeamBranch.h:13