Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PTSimStdHepType Class Reference

#include <PTSimStdHepType.h>

List of all members.

Public Member Functions

 PTSimStdHepType ()
 PTSimStdHepType (TMCProcess process, Int_t pdgId, Int_t parentId)
virtual ~PTSimStdHepType ()
virtual TMCProcess GetProcess () const
virtual Int_t GetPdgId () const
virtual Int_t GetParentId () const

Private Member Functions

 ClassDef (PTSimStdHepType, 1)

Private Attributes

TMCProcess fProcess
Int_t fPdgId
Int_t fParentId


Constructor & Destructor Documentation

PTSimStdHepType::PTSimStdHepType  )  [inline]
 

Definition at line 38 of file PTSimStdHepType.h.

00038                     : fProcess(kPNoProcess),fPdgId(kRootino),
00039                       fParentId(kRootino) {}

PTSimStdHepType::PTSimStdHepType TMCProcess  process,
Int_t  pdgId,
Int_t  parentId
[inline]
 

Definition at line 40 of file PTSimStdHepType.h.

00040                                                                    :
00041            fProcess(process), fPdgId(pdgId), fParentId(parentId) {} // def ctor
  virtual ~PTSimStdHepType() {} // dtor

virtual PTSimStdHepType::~PTSimStdHepType  )  [inline, virtual]
 

Definition at line 42 of file PTSimStdHepType.h.

00042 {} // dtor


Member Function Documentation

PTSimStdHepType::ClassDef PTSimStdHepType  ,
[private]
 

virtual Int_t PTSimStdHepType::GetParentId  )  const [inline, virtual]
 

Definition at line 46 of file PTSimStdHepType.h.

Referenced by operator<(), and operator==().

00046 { return fParentId; }

virtual Int_t PTSimStdHepType::GetPdgId  )  const [inline, virtual]
 

Definition at line 45 of file PTSimStdHepType.h.

Referenced by operator<(), and operator==().

00045 { return fPdgId; }

virtual TMCProcess PTSimStdHepType::GetProcess  )  const [inline, virtual]
 

Definition at line 44 of file PTSimStdHepType.h.

Referenced by operator<(), and operator==().

00044 { return fProcess; }


Member Data Documentation

Int_t PTSimStdHepType::fParentId [private]
 

Definition at line 53 of file PTSimStdHepType.h.

Int_t PTSimStdHepType::fPdgId [private]
 

Definition at line 52 of file PTSimStdHepType.h.

TMCProcess PTSimStdHepType::fProcess [private]
 

Definition at line 51 of file PTSimStdHepType.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:10:06 2010 for loon by  doxygen 1.3.9.1