fmssim
Public Member Functions | Protected Types | Protected Attributes
PythiaEventReader Class Reference

#include <PythiaEventReader.h>

List of all members.

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
pythiaEventgetEvent (int event_number)

Protected Types

typedef vector< SummaryValueSummaryVec
typedef map
< PythiaEventSummary,
SummaryVec,
PythiaEventSummaryLessThan
EventSumMap

Protected Attributes

TFile * mFile
pythiaEventmEvent
TTree * mTree
bool mDoLog
EventSumMapmEventSumMap

Member Typedef Documentation

typedef vector<SummaryValue> PythiaEventReader::SummaryVec [protected]

Constructor & Destructor Documentation

PythiaEventReader::PythiaEventReader ( )
PythiaEventReader::~PythiaEventReader ( ) [virtual]

Member Function Documentation

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)

Member Data Documentation

bool PythiaEventReader::mDoLog [protected]
TFile* PythiaEventReader::mFile [protected]
TTree* PythiaEventReader::mTree [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines