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< SRFakeRecoParticle > | hadrons |
Fake-reco information on hadronic state. More... | |
int | nhad |
Number of hadrons. More... | |
float | wgt |
Weight for this interaction. More... | |
bool | filled |
The SRFakeReco is a faked reconstruction using estimates from the SBN proposal.
Definition at line 15 of file SRFakeReco.h.
caf::SRFakeReco::SRFakeReco | ( | ) |
Definition at line 13 of file SRFakeReco.cxx.
|
inline |
Definition at line 19 of file SRFakeReco.h.
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.