SRGAr.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRGAr.h
3 // \brief ND-GAr reconstruction output.
4 // \author J. Wolcott <jwolcott@fnal.gov>
5 // \date Jan. 2022
6 ////////////////////////////////////////////////////////////////////////
7 #ifndef DUNEANAOBJ_SRGAR_H
8 #define DUNEANAOBJ_SRGAR_H
9 
12 
13 namespace caf
14 {
15  /// ND-GAr reconstruction output
16  class SRGAr
17  {
18  public:
19  // for the moment, these "pseudo-reco" fields are just copied from the old ND_CAFMaker branches.
20  // once GAr reco is integrated they should be replaced with proper reco
21 
22  int nFSP;
23  std::vector<int> pdg;
24  std::vector<float> ptrue;
25  std::vector<float> trkLen;
26  std::vector<float> trkLenPerp;
27  std::vector<float> partEvReco;
30  };
31 
32 }
33 #endif //DUNEANAOBJ_SRGAR_H
std::vector< float > trkLen
Definition: SRGAr.h:25
std::vector< int > pdg
Definition: SRGAr.h:23
std::vector< float > ptrue
Definition: SRGAr.h:24
std::vector< float > partEvReco
Definition: SRGAr.h:27
std::vector< float > trkLenPerp
Definition: SRGAr.h:26
int nFSP
Definition: SRGAr.h:22
int gastpc_pi_min_mult
Definition: SRGAr.h:29
ND-GAr reconstruction output.
Definition: SRGAr.h:16
Common Analysis Files.
Definition: SRGAr.h:13
Reconstructed shower object.
int gastpc_pi_pl_mult
Definition: SRGAr.h:28