All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRFakeRecoParticle.h
Go to the documentation of this file.
1 // SRFakeRecoParticle.h
2 // \author grayputnam@uchicago.edu
3 ////////////////////////////////////////////////////////////////////////
4 #ifndef SRFAKERECOPARTICLE_H
5 #define SRFAKERECOPARTICLE_H
6 
9 
10 namespace caf
11 {
12  /// The SRFakeRecoParticle is a faked reconstruction using estimates from the SBN proposal
14  {
15  public:
18 
19  float ke; ///< Fake-reco kinetic energy [GeV]
20  float costh; ///< Fake-reco cosine of angle w.r.t. beam direction
21  float len; ///< Fake-reco particle length [cm]
22  int pid; ///< Fake-reco particle ID
23  bool contained; ///< Whether contained
24  };
25 
26 } // end namespace
27 
28 #endif // SRFAKERECOPARTICLE_H
29 //////////////////////////////////////////////////////////////////////////////
bool contained
Whether contained.
float ke
Fake-reco kinetic energy [GeV].
float len
Fake-reco particle length [cm].
The SRFakeRecoParticle is a faked reconstruction using estimates from the SBN proposal.
int pid
Fake-reco particle ID.
float costh
Fake-reco cosine of angle w.r.t. beam direction.