All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
caf::SRFakeRecoParticle Class Reference

The SRFakeRecoParticle is a faked reconstruction using estimates from the SBN proposal. More...

#include <SRFakeRecoParticle.h>

Public Member Functions

 SRFakeRecoParticle ()
 
 ~SRFakeRecoParticle ()
 

Public Attributes

float ke
 Fake-reco kinetic energy [GeV]. More...
 
float costh
 Fake-reco cosine of angle w.r.t. beam direction. More...
 
float len
 Fake-reco particle length [cm]. More...
 
int pid
 Fake-reco particle ID. More...
 
bool contained
 Whether contained. More...
 

Detailed Description

The SRFakeRecoParticle is a faked reconstruction using estimates from the SBN proposal.

Definition at line 13 of file SRFakeRecoParticle.h.

Constructor & Destructor Documentation

caf::SRFakeRecoParticle::SRFakeRecoParticle ( )

Definition at line 13 of file SRFakeRecoParticle.cxx.

13  :
14  ke(std::numeric_limits<float>::signaling_NaN()),
15  costh(std::numeric_limits<float>::signaling_NaN()),
16  len(std::numeric_limits<float>::signaling_NaN()),
17  pid(-999),
18  contained(false)
19  { }
bool contained
Whether contained.
float ke
Fake-reco kinetic energy [GeV].
float len
Fake-reco particle length [cm].
int pid
Fake-reco particle ID.
float costh
Fake-reco cosine of angle w.r.t. beam direction.
caf::SRFakeRecoParticle::~SRFakeRecoParticle ( )
inline

Definition at line 17 of file SRFakeRecoParticle.h.

17 { }

Member Data Documentation

bool caf::SRFakeRecoParticle::contained

Whether contained.

Definition at line 23 of file SRFakeRecoParticle.h.

float caf::SRFakeRecoParticle::costh

Fake-reco cosine of angle w.r.t. beam direction.

Definition at line 20 of file SRFakeRecoParticle.h.

float caf::SRFakeRecoParticle::ke

Fake-reco kinetic energy [GeV].

Definition at line 19 of file SRFakeRecoParticle.h.

float caf::SRFakeRecoParticle::len

Fake-reco particle length [cm].

Definition at line 21 of file SRFakeRecoParticle.h.

int caf::SRFakeRecoParticle::pid

Fake-reco particle ID.

Definition at line 22 of file SRFakeRecoParticle.h.


The documentation for this class was generated from the following files: