#include <LBNEDataNtp_t.hh>
|
| LBNEDataNtp_t () |
|
virtual | ~LBNEDataNtp_t () |
|
void | Clear () |
|
void | AddTrkPoint (TrkPoint::TrkPoint_t trkpt, TrackPoint_t &tp) |
|
void | AddTrkPoint (std::string &strkpt, TrackPoint_t &tp) |
|
void | AddTrkPoint (TrkPoint::TrkPoint_t trkpt, int type, int trkid, int gen, double impwt, float x, float y, float z, float px, float py, float pz) |
|
void | AddTrkPoint (std::string &strkpt, int type, int trkid, int gen, double impwt, float x, float y, float z, float px, float py, float pz) |
|
const TrkPtMap & | GetTrackPointMap () const |
|
bool | TrkPtKeyExists (int key) const |
|
const TrackPoint_t & | GetTrkPtAt (int key) const |
|
int | GetTrkPtParticleTypeAt (int key) const |
|
int | GetTrkPtTrackIDAt (int key) const |
|
int | GetTrkPtGenerationAt (int key) const |
|
double | GetTrkPtImpWeightAt (int key) const |
|
float | GetTrkPtPositionAt (int key, const std::string &pos) const |
|
float | GetTrkPtMomentumAt (int key, const std::string &mpos) const |
|
Definition at line 58 of file LBNEDataNtp_t.hh.
LBNEDataNtp_t::LBNEDataNtp_t |
( |
| ) |
|
LBNEDataNtp_t::~LBNEDataNtp_t |
( |
| ) |
|
|
virtual |
Definition at line 126 of file LBNEDataNtp_t.cc.
142 tpit =
fTrkPtMap.insert(TrkPtMap::value_type(trkpt, trackpoint)).first;
second_as<> second
Type of time stored in seconds, in double precision.
Definition at line 164 of file LBNEDataNtp_t.cc.
172 tpit =
fTrkPtMap.insert(TrkPtMap::value_type(trkpt, trackpoint)).first;
enum TrkPoint::ETrkPoint TrkPoint_t
TrkPoint_t StringToEnum(const std::string &trkpt)
second_as<> second
Type of time stored in seconds, in double precision.
void LBNEDataNtp_t::AddTrkPoint |
( |
TrkPoint::TrkPoint_t |
trkpt, |
|
|
int |
type, |
|
|
int |
trkid, |
|
|
int |
gen, |
|
|
double |
impwt, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
float |
px, |
|
|
float |
py, |
|
|
float |
pz |
|
) |
| |
Definition at line 180 of file LBNEDataNtp_t.cc.
199 tpit =
fTrkPtMap.insert(TrkPtMap::value_type(trkpt, trackpoint)).first;
204 trackpoint.
trkid = trkid;
205 trackpoint.
gen = gen;
206 trackpoint.
impwt = impwt;
second_as<> second
Type of time stored in seconds, in double precision.
void LBNEDataNtp_t::AddTrkPoint |
( |
std::string & |
strkpt, |
|
|
int |
type, |
|
|
int |
trkid, |
|
|
int |
gen, |
|
|
double |
impwt, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
float |
px, |
|
|
float |
py, |
|
|
float |
pz |
|
) |
| |
Definition at line 230 of file LBNEDataNtp_t.cc.
240 tpit =
fTrkPtMap.insert(TrkPtMap::value_type(trkpt, trackpoint)).first;
245 trackpoint.
trkid = trkid;
246 trackpoint.
gen = gen;
247 trackpoint.
impwt = impwt;
enum TrkPoint::ETrkPoint TrkPoint_t
TrkPoint_t StringToEnum(const std::string &trkpt)
second_as<> second
Type of time stored in seconds, in double precision.
void LBNEDataNtp_t::Clear |
( |
| ) |
|
const TrackPoint_t & LBNEDataNtp_t::GetTrkPtAt |
( |
int |
key | ) |
const |
Definition at line 285 of file LBNEDataNtp_t.cc.
293 std::cout <<
"LBNEDataNtp_t::TrkPtDataAt() - PROBLEM: Key " 294 <<
key <<
" doesn't exist in the TrackPoint Map." 295 <<
" MUST call LBNEDataNtp_t::TrkPtKeyExists() before " 296 <<
"calling this function. GOING TO CRASH NOW." <<
std::endl;
TrkPtMap::const_iterator TrkPtMapIter
bool TrkPtKeyExists(int key) const
second_as<> second
Type of time stored in seconds, in double precision.
QTextStream & endl(QTextStream &s)
int LBNEDataNtp_t::GetTrkPtGenerationAt |
( |
int |
key | ) |
const |
Definition at line 354 of file LBNEDataNtp_t.cc.
362 std::cout <<
"LBNEDataNtp_t::GetTrkPtGenerationAt() - PROBLEM: Key " 363 <<
key <<
" doesn't exist in the TrackPoint Map." 364 <<
" MUST call LBNEDataNtp_t::TrkPtKeyExists() before " 365 <<
"calling this function. GOING TO CRASH NOW." <<
std::endl;
Int_t GetGeneration() const
TrkPtMap::const_iterator TrkPtMapIter
bool TrkPtKeyExists(int key) const
second_as<> second
Type of time stored in seconds, in double precision.
QTextStream & endl(QTextStream &s)
double LBNEDataNtp_t::GetTrkPtImpWeightAt |
( |
int |
key | ) |
const |
Definition at line 376 of file LBNEDataNtp_t.cc.
384 std::cout <<
"LBNEDataNtp_t::GetTrkPtImpWeightAt() - PROBLEM: Key " 385 <<
key <<
" doesn't exist in the TrackPoint Map." 386 <<
" MUST call LBNEDataNtp_t::TrkPtKeyExists() before " 387 <<
"calling this function. GOING TO CRASH NOW." <<
std::endl;
TrkPtMap::const_iterator TrkPtMapIter
Double_t GetImpWeight() const
bool TrkPtKeyExists(int key) const
second_as<> second
Type of time stored in seconds, in double precision.
QTextStream & endl(QTextStream &s)
float LBNEDataNtp_t::GetTrkPtMomentumAt |
( |
int |
key, |
|
|
const std::string & |
mpos |
|
) |
| const |
Definition at line 422 of file LBNEDataNtp_t.cc.
430 std::cout <<
"LBNEDataNtp_t::GetTrkPtMomentumAt() - PROBLEM: Key " 431 <<
key <<
" doesn't exist in the TrackPoint Map." 432 <<
" MUST call LBNEDataNtp_t::TrkPtKeyExists() before " 433 <<
"calling this function. GOING TO CRASH NOW." <<
std::endl;
TrkPtMap::const_iterator TrkPtMapIter
Float_t GetMomentum(int i) const
bool TrkPtKeyExists(int key) const
second_as<> second
Type of time stored in seconds, in double precision.
QTextStream & endl(QTextStream &s)
int LBNEDataNtp_t::GetTrkPtParticleTypeAt |
( |
int |
key | ) |
const |
Definition at line 309 of file LBNEDataNtp_t.cc.
317 std::cout <<
"LBNEDataNtp_t::GetTrkPtParticleTypeAt() - PROBLEM: Key " 318 <<
key <<
" doesn't exist in the TrackPoint Map." 319 <<
" MUST call LBNEDataNtp_t::TrkPtKeyExists() before " 320 <<
"calling this function. GOING TO CRASH NOW." <<
std::endl;
Int_t GetParticleType() const
TrkPtMap::const_iterator TrkPtMapIter
bool TrkPtKeyExists(int key) const
second_as<> second
Type of time stored in seconds, in double precision.
QTextStream & endl(QTextStream &s)
float LBNEDataNtp_t::GetTrkPtPositionAt |
( |
int |
key, |
|
|
const std::string & |
pos |
|
) |
| const |
Definition at line 399 of file LBNEDataNtp_t.cc.
407 std::cout <<
"LBNEDataNtp_t::GetTrkPtPositionAt() - PROBLEM: Key " 408 <<
key <<
" doesn't exist in the TrackPoint Map." 409 <<
" MUST call LBNEDataNtp_t::TrkPtKeyExists() before " 410 <<
"calling this function. GOING TO CRASH NOW." <<
std::endl;
TrkPtMap::const_iterator TrkPtMapIter
Float_t GetPosition(int i) const
bool TrkPtKeyExists(int key) const
second_as<> second
Type of time stored in seconds, in double precision.
QTextStream & endl(QTextStream &s)
int LBNEDataNtp_t::GetTrkPtTrackIDAt |
( |
int |
key | ) |
const |
Definition at line 332 of file LBNEDataNtp_t.cc.
340 std::cout <<
"LBNEDataNtp_t::GetTrkPtTrackIDAt() - PROBLEM: Key " 341 <<
key <<
" doesn't exist in the TrackPoint Map." 342 <<
" MUST call LBNEDataNtp_t::TrkPtKeyExists() before " 343 <<
"calling this function. GOING TO CRASH NOW." <<
std::endl;
TrkPtMap::const_iterator TrkPtMapIter
bool TrkPtKeyExists(int key) const
second_as<> second
Type of time stored in seconds, in double precision.
QTextStream & endl(QTextStream &s)
bool LBNEDataNtp_t::TrkPtKeyExists |
( |
int |
key | ) |
const |
|
inline |
Float_t LBNEDataNtp_t::beamHWidth |
Float_t LBNEDataNtp_t::beamVWidth |
Float_t LBNEDataNtp_t::beamX |
Float_t LBNEDataNtp_t::beamY |
Int_t LBNEDataNtp_t::evtno |
Float_t LBNEDataNtp_t::h1momx |
Float_t LBNEDataNtp_t::h1momy |
Float_t LBNEDataNtp_t::h1momz |
Float_t LBNEDataNtp_t::h1posx |
Float_t LBNEDataNtp_t::h1posy |
Float_t LBNEDataNtp_t::h1posz |
Int_t LBNEDataNtp_t::h1trackid |
Float_t LBNEDataNtp_t::h2momx |
Float_t LBNEDataNtp_t::h2momy |
Float_t LBNEDataNtp_t::h2momz |
Float_t LBNEDataNtp_t::h2posx |
Float_t LBNEDataNtp_t::h2posy |
Float_t LBNEDataNtp_t::h2posz |
Int_t LBNEDataNtp_t::h2trackid |
Float_t LBNEDataNtp_t::hornCurrent |
Float_t LBNEDataNtp_t::mupare |
Float_t LBNEDataNtp_t::muparpx |
Float_t LBNEDataNtp_t::muparpy |
Float_t LBNEDataNtp_t::muparpz |
Int_t LBNEDataNtp_t::Ndecay |
Float_t LBNEDataNtp_t::Ndxdz |
Float_t LBNEDataNtp_t::NdxdzFar[3] |
Float_t LBNEDataNtp_t::NdxdzNear[5] |
Float_t LBNEDataNtp_t::Ndydz |
Float_t LBNEDataNtp_t::NdydzFar[3] |
Float_t LBNEDataNtp_t::NdydzNear[5] |
Float_t LBNEDataNtp_t::Necm |
Float_t LBNEDataNtp_t::Nenergy |
Float_t LBNEDataNtp_t::NenergyF[3] |
Float_t LBNEDataNtp_t::NenergyN[5] |
Double_t LBNEDataNtp_t::Nimpwt |
Int_t LBNEDataNtp_t::Norig |
Float_t LBNEDataNtp_t::Npz |
Int_t LBNEDataNtp_t::Ntype |
Float_t LBNEDataNtp_t::nuTarZ |
Double_t LBNEDataNtp_t::NWtFar[3] |
Double_t LBNEDataNtp_t::NWtNear[5] |
Float_t LBNEDataNtp_t::pdPx |
Float_t LBNEDataNtp_t::pdPy |
Float_t LBNEDataNtp_t::pdPz |
Float_t LBNEDataNtp_t::ppdxdz |
Float_t LBNEDataNtp_t::ppdydz |
Float_t LBNEDataNtp_t::ppenergy |
Float_t LBNEDataNtp_t::ppmedium |
Float_t LBNEDataNtp_t::pppz |
Float_t LBNEDataNtp_t::ppvx |
Float_t LBNEDataNtp_t::ppvy |
Float_t LBNEDataNtp_t::ppvz |
Int_t LBNEDataNtp_t::protonN |
Float_t LBNEDataNtp_t::protonPx |
Float_t LBNEDataNtp_t::protonPy |
Float_t LBNEDataNtp_t::protonPz |
Float_t LBNEDataNtp_t::protonX |
Float_t LBNEDataNtp_t::protonY |
Float_t LBNEDataNtp_t::protonZ |
Int_t LBNEDataNtp_t::ptrkid |
Int_t LBNEDataNtp_t::ptype |
Int_t LBNEDataNtp_t::tgen |
Int_t LBNEDataNtp_t::tptype |
Float_t LBNEDataNtp_t::tpx |
Float_t LBNEDataNtp_t::tpy |
Float_t LBNEDataNtp_t::tpz |
Float_t LBNEDataNtp_t::tvx |
Float_t LBNEDataNtp_t::tvy |
Float_t LBNEDataNtp_t::tvz |
Float_t LBNEDataNtp_t::Vx |
Float_t LBNEDataNtp_t::Vy |
Float_t LBNEDataNtp_t::Vz |
Float_t LBNEDataNtp_t::xpoint |
Float_t LBNEDataNtp_t::ypoint |
Float_t LBNEDataNtp_t::zpoint |
The documentation for this class was generated from the following files: