#include <CbmMCEvent.h>
|
| CbmMCEvent () |
|
| CbmMCEvent (UInt_t runId, Int_t iEvent, Double_t x, Double_t y, Double_t z, Double_t t, Double_t b, Double_t phi, Int_t nPrim) |
|
| CbmMCEvent (UInt_t runId) |
|
virtual | ~CbmMCEvent () |
|
UInt_t | GetRunID () const |
|
Int_t | GetEventID () const |
|
Double_t | GetX () const |
|
Double_t | GetY () const |
|
Double_t | GetZ () const |
|
Double_t | GetT () const |
|
Double_t | GetB () const |
|
Double_t | GetPhi () const |
|
Int_t | GetNPrim () const |
|
Bool_t | IsSet () const |
|
void | GetVertex (TVector3 &vertex) |
|
void | SetEventID (Int_t eventId) |
|
void | SetTime (Double_t t) |
|
void | SetB (Double_t b) |
|
void | SetPhi (Double_t phi) |
|
void | SetNPrim (Int_t nPrim) |
|
void | MarkSet (Bool_t isSet) |
|
void | SetVertex (Double_t x, Double_t y, Double_t z) |
|
void | SetVertex (const TVector3 &vertex) |
|
void | Reset () |
|
CbmMCEvent.h
- Author
- V.Friese v.fri.nosp@m.ese@.nosp@m.gsi.d.nosp@m.e Data class (level MC) containing information about the input event. 15.05.2008 change the event time to ns (M. Al-Turany) 11.05.2009 New CBM class derived from FairMCEventHeader
Definition at line 18 of file CbmMCEvent.h.
◆ CbmMCEvent() [1/3]
CbmMCEvent::CbmMCEvent |
( |
| ) |
|
◆ CbmMCEvent() [2/3]
CbmMCEvent::CbmMCEvent |
( |
UInt_t |
runId, |
|
|
Int_t |
iEvent, |
|
|
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z, |
|
|
Double_t |
t, |
|
|
Double_t |
b, |
|
|
Double_t |
phi, |
|
|
Int_t |
nPrim |
|
) |
| |
Constructor with all members
- Parameters
-
runId | run identifier |
iEvent | event identifier |
x,y,z | vertex oordinates [cm] |
t | event time [ns] |
b | impact parameter [fm] (if relevant) |
phi | event plane angle [rad] |
nPrim | number of input tracks |
Definition at line 49 of file CbmMCEvent.cxx.
◆ CbmMCEvent() [3/3]
CbmMCEvent::CbmMCEvent |
( |
UInt_t |
runId | ) |
|
Standard constructor with run identifier
Definition at line 31 of file CbmMCEvent.cxx.
◆ ~CbmMCEvent()
CbmMCEvent::~CbmMCEvent |
( |
| ) |
|
|
virtual |
◆ ClassDef()
◆ GetB()
Double_t CbmMCEvent::GetB |
( |
| ) |
const |
|
inline |
◆ GetEventID()
Int_t CbmMCEvent::GetEventID |
( |
| ) |
const |
|
inline |
◆ GetNPrim()
Int_t CbmMCEvent::GetNPrim |
( |
| ) |
const |
|
inline |
◆ GetPhi()
Double_t CbmMCEvent::GetPhi |
( |
| ) |
const |
|
inline |
◆ GetRunID()
UInt_t CbmMCEvent::GetRunID |
( |
| ) |
const |
|
inline |
◆ GetT()
Double_t CbmMCEvent::GetT |
( |
| ) |
const |
|
inline |
◆ GetVertex()
void CbmMCEvent::GetVertex |
( |
TVector3 & |
vertex | ) |
|
|
inline |
◆ GetX()
Double_t CbmMCEvent::GetX |
( |
| ) |
const |
|
inline |
◆ GetY()
Double_t CbmMCEvent::GetY |
( |
| ) |
const |
|
inline |
◆ GetZ()
Double_t CbmMCEvent::GetZ |
( |
| ) |
const |
|
inline |
◆ IsSet()
Bool_t CbmMCEvent::IsSet |
( |
| ) |
const |
|
inline |
◆ MarkSet()
void CbmMCEvent::MarkSet |
( |
Bool_t |
isSet | ) |
|
|
inline |
◆ Reset()
void CbmMCEvent::Reset |
( |
| ) |
|
◆ SetB()
void CbmMCEvent::SetB |
( |
Double_t |
b | ) |
|
|
inline |
◆ SetEventID()
void CbmMCEvent::SetEventID |
( |
Int_t |
eventId | ) |
|
|
inline |
◆ SetNPrim()
void CbmMCEvent::SetNPrim |
( |
Int_t |
nPrim | ) |
|
|
inline |
◆ SetPhi()
void CbmMCEvent::SetPhi |
( |
Double_t |
phi | ) |
|
|
inline |
◆ SetTime()
void CbmMCEvent::SetTime |
( |
Double_t |
t | ) |
|
|
inline |
◆ SetVertex() [1/2]
void CbmMCEvent::SetVertex |
( |
const TVector3 & |
vertex | ) |
|
|
inline |
◆ SetVertex() [2/2]
void CbmMCEvent::SetVertex |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z |
|
) |
| |
|
inline |
◆ fB
Double32_t CbmMCEvent::fB |
|
private |
◆ fEventId
UInt_t CbmMCEvent::fEventId |
|
private |
◆ fIsSet
Bool_t CbmMCEvent::fIsSet |
|
private |
◆ fNPrim
◆ fPhi
Double32_t CbmMCEvent::fPhi |
|
private |
◆ fRunId
UInt_t CbmMCEvent::fRunId |
|
private |
◆ fT
Double32_t CbmMCEvent::fT |
|
private |
◆ fX
Double32_t CbmMCEvent::fX |
|
private |
◆ fY
Double32_t CbmMCEvent::fY |
|
private |
◆ fZ
Double32_t CbmMCEvent::fZ |
|
private |
The documentation for this class was generated from the following files: