fmssim
|
#include <PythiaEventReader.h>
Public Member Functions | |
PythiaEventReader () | |
virtual | ~PythiaEventReader () |
void | openFile (const char *) |
void | setTree (TTree *chain) |
void | closeFile () |
void | setLog (bool v) |
bool | log () const |
void | checkLog (bool verbose=false) |
int | numberOfEvents () const |
pythiaEvent * | getEvent (int event_number) |
Protected Types | |
typedef vector< SummaryValue > | SummaryVec |
typedef map < PythiaEventSummary, SummaryVec, PythiaEventSummaryLessThan > | EventSumMap |
Protected Attributes | |
TFile * | mFile |
pythiaEvent * | mEvent |
TTree * | mTree |
bool | mDoLog |
EventSumMap * | mEventSumMap |
typedef map<PythiaEventSummary, SummaryVec, PythiaEventSummaryLessThan> PythiaEventReader::EventSumMap [protected] |
typedef vector<SummaryValue> PythiaEventReader::SummaryVec [protected] |
PythiaEventReader::PythiaEventReader | ( | ) |
PythiaEventReader::~PythiaEventReader | ( | ) | [virtual] |
void PythiaEventReader::checkLog | ( | bool | verbose = false | ) |
void PythiaEventReader::closeFile | ( | ) |
pythiaEvent * PythiaEventReader::getEvent | ( | int | event_number | ) |
bool PythiaEventReader::log | ( | ) | const [inline] |
int PythiaEventReader::numberOfEvents | ( | ) | const |
void PythiaEventReader::openFile | ( | const char * | infile | ) |
void PythiaEventReader::setLog | ( | bool | v | ) | [inline] |
void PythiaEventReader::setTree | ( | TTree * | chain | ) |
bool PythiaEventReader::mDoLog [protected] |
pythiaEvent* PythiaEventReader::mEvent [protected] |
EventSumMap* PythiaEventReader::mEventSumMap [protected] |
TFile* PythiaEventReader::mFile [protected] |
TTree* PythiaEventReader::mTree [protected] |