HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
TpcSimMCEvent Class Reference

#include <TpcSimMCEvent.h>

Public Member Functions

 TpcSimMCEvent (Int_t event=-1)
 
virtual ~TpcSimMCEvent ()
 
TpcSimMCTrackGetTrack (Int_t i)
 
void AddTrack (TpcSimMCTrack *tr)
 
void AddTrack (TpcSimIonisationTrack *tr)
 
Int_t GetNtracks ()
 

Private Member Functions

 ClassDef (TpcSimMCEvent, 1)
 

Private Attributes

Int_t fNtracks
 
TClonesArray * fTracks
 
Int_t fEvent
 

Static Private Attributes

static const Int_t fkMaxNtracks = 100
 

Detailed Description

Definition at line 84 of file TpcSimMCEvent.h.

Constructor & Destructor Documentation

TpcSimMCEvent::TpcSimMCEvent ( Int_t  event = -1)

Definition at line 78 of file TpcSimMCEvent.cxx.

TpcSimMCEvent::~TpcSimMCEvent ( )
virtual

Definition at line 87 of file TpcSimMCEvent.cxx.

Member Function Documentation

void TpcSimMCEvent::AddTrack ( TpcSimMCTrack tr)

Definition at line 94 of file TpcSimMCEvent.cxx.

Here is the caller graph for this function:

void TpcSimMCEvent::AddTrack ( TpcSimIonisationTrack tr)

Definition at line 108 of file TpcSimMCEvent.cxx.

TpcSimMCEvent::ClassDef ( TpcSimMCEvent  ,
 
)
private
Int_t TpcSimMCEvent::GetNtracks ( )
inline

Definition at line 100 of file TpcSimMCEvent.h.

Here is the caller graph for this function:

TpcSimMCTrack* TpcSimMCEvent::GetTrack ( Int_t  i)
inline

Definition at line 91 of file TpcSimMCEvent.h.

Here is the caller graph for this function:

Field Documentation

Int_t TpcSimMCEvent::fEvent
private

Definition at line 106 of file TpcSimMCEvent.h.

const Int_t TpcSimMCEvent::fkMaxNtracks = 100
staticprivate

Definition at line 108 of file TpcSimMCEvent.h.

Int_t TpcSimMCEvent::fNtracks
private

Definition at line 104 of file TpcSimMCEvent.h.

TClonesArray* TpcSimMCEvent::fTracks
private

Definition at line 105 of file TpcSimMCEvent.h.


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