![]() |
AliPhysics
58ae0ed (58ae0ed)
|
A reduced event header with MC information for the reduced event structure. More...
#include <AliReducedMCHeader.h>
Public Member Functions | |
AliReducedMCHeader () | |
AliReducedMCHeader (Double_t crosssection, Double_t numberOfTrials, Double_t pthard) | |
virtual | ~AliReducedMCHeader () |
Double_t | GetCrossSection () const |
Int_t | GetNumberOfTrials () const |
Double_t | GetPtHard () const |
void | SetCrossSection (Double_t crosssection) |
void | SetNumberOfTrials (Int_t ntrials) |
void | SetPtHard (Double_t pthard) |
Protected Attributes | |
Double_t | fCrossSection |
cross section More... | |
Int_t | fNumberOfTrials |
number of trials More... | |
Double_t | fPtHard |
generated \( p_{t} \) hard More... | |
A reduced event header with MC information for the reduced event structure.
This class contains a reduced event header structure storing basic Monte-Carlo information. The event header contains
Definition at line 45 of file AliReducedMCHeader.h.
HighPtTracks::AliReducedMCHeader::AliReducedMCHeader | ( | ) |
Dummy constructor
Definition at line 26 of file AliReducedMCHeader.cxx.
HighPtTracks::AliReducedMCHeader::AliReducedMCHeader | ( | Double_t | crosssection, |
Double_t | numberOfTrials, | ||
Double_t | pthard | ||
) |
Constructor, initialising also the parameter of the event header
crosssection | The event cross section |
numberOfTrials | The number of trials |
pthard | The \( p_{t} \) of the hard interaction |
Definition at line 40 of file AliReducedMCHeader.cxx.
|
virtual |
Destructor, nothing to do
Definition at line 51 of file AliReducedMCHeader.cxx.
|
inline |
Get the event cross section
Definition at line 55 of file AliReducedMCHeader.h.
|
inline |
Get the number of trials of the event
Definition at line 60 of file AliReducedMCHeader.h.
|
inline |
Get the \( p_{t} \) hard of the event
Definition at line 65 of file AliReducedMCHeader.h.
|
inline |
Set the event cross section
crosssection | The cross section of the event |
Definition at line 71 of file AliReducedMCHeader.h.
|
inline |
Set the number of trials of the event
ntrials | Number of trials |
Definition at line 76 of file AliReducedMCHeader.h.
|
inline |
Set the \( p_{t} \) hard of the event
pthard | the \( p_{t} \) hard of the event |
Definition at line 81 of file AliReducedMCHeader.h.
|
protected |
cross section
Definition at line 84 of file AliReducedMCHeader.h.
Referenced by GetCrossSection(), and SetCrossSection().
|
protected |
number of trials
Definition at line 85 of file AliReducedMCHeader.h.
Referenced by GetNumberOfTrials(), and SetNumberOfTrials().
|
protected |
generated \( p_{t} \) hard
Definition at line 86 of file AliReducedMCHeader.h.
Referenced by GetPtHard(), and SetPtHard().