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

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

#include <SRFakeReco.h>

Public Member Functions

 SRFakeReco ()
 
 ~SRFakeReco ()
 

Public Attributes

float nuE
 Fake-reco neutrino Energy [GeV]. More...
 
SRVector3D vtx
 Interaction vertex in detector coordinates [cm]. More...
 
SRFakeRecoParticle lepton
 Fake-reco lepton information. More...
 
std::vector< SRFakeRecoParticlehadrons
 Fake-reco information on hadronic state. More...
 
int nhad
 Number of hadrons. More...
 
float wgt
 Weight for this interaction. More...
 
bool filled
 

Detailed Description

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

Definition at line 15 of file SRFakeReco.h.

Constructor & Destructor Documentation

caf::SRFakeReco::SRFakeReco ( )

Definition at line 13 of file SRFakeReco.cxx.

13  :
14  nuE(std::numeric_limits<float>::signaling_NaN()),
15  nhad(0),
16  wgt(std::numeric_limits<float>::signaling_NaN()),
17  filled(false)
18  { }
int nhad
Number of hadrons.
Definition: SRFakeReco.h:25
float nuE
Fake-reco neutrino Energy [GeV].
Definition: SRFakeReco.h:21
float wgt
Weight for this interaction.
Definition: SRFakeReco.h:26
caf::SRFakeReco::~SRFakeReco ( )
inline

Definition at line 19 of file SRFakeReco.h.

19 { }

Member Data Documentation

bool caf::SRFakeReco::filled

Definition at line 27 of file SRFakeReco.h.

std::vector<SRFakeRecoParticle> caf::SRFakeReco::hadrons

Fake-reco information on hadronic state.

Definition at line 24 of file SRFakeReco.h.

SRFakeRecoParticle caf::SRFakeReco::lepton

Fake-reco lepton information.

Definition at line 23 of file SRFakeReco.h.

int caf::SRFakeReco::nhad

Number of hadrons.

Definition at line 25 of file SRFakeReco.h.

float caf::SRFakeReco::nuE

Fake-reco neutrino Energy [GeV].

Definition at line 21 of file SRFakeReco.h.

SRVector3D caf::SRFakeReco::vtx

Interaction vertex in detector coordinates [cm].

Definition at line 22 of file SRFakeReco.h.

float caf::SRFakeReco::wgt

Weight for this interaction.

Definition at line 26 of file SRFakeReco.h.


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