![]() |
AliPhysics
a8afd6c (a8afd6c)
|
Public Member Functions | |
XeXe (Bool_t verbose=false, Int_t monitor=0) | |
virtual TProfile * | CreateOutput () |
![]() | |
Base (Bool_t verbose=false, Int_t monitor=0) | |
virtual Bool_t | SetupEstimator () |
virtual void | SlaveBegin (TTree *) |
virtual void | Clear (Option_t *option="") |
virtual Bool_t | ProcessHeader () |
virtual Bool_t | ProcessParticle (const TParticle *p) |
virtual Bool_t | Process (Long64_t entry) |
virtual void | Terminate () |
virtual TList * | GetMonitorObjects () |
![]() | |
FastAnalysis (Bool_t verb=false, Int_t monitor=0) | |
virtual | ~FastAnalysis () |
void | SetTrigger (UInt_t mask) |
void | SetTrigger (UInt_t mask, Bool_t isAnd) |
void | SetTrigger (const char *what) |
Bool_t | CheckTrigger () const |
void | SetVerbose (Bool_t verb) |
void | SetupMonitor () |
Bool_t | SetupBranches () |
void | Init (TTree *tree) |
virtual void | Begin (TTree *) |
Bool_t | Notify () |
virtual void | SlaveTerminate () |
Int_t | Version () const |
virtual void | Print (Option_t *option="") const |
Double_t | GetCentrality () const |
Long_t | GetEventCount () |
TObject * | GetOutputObject (const char *name, TClass *cls) |
void | CopyEgHistogram () |
virtual void | ProcessParticles () |
virtual Bool_t | AcceptSecondaries () const |
virtual Bool_t | AcceptNeutrals () const |
Additional Inherited Members | |
![]() | |
static Long_t | ProofExec (const char *cmd=0) |
static Bool_t | ProofLoad (const char *file, const char *opt) |
static Bool_t | Str2KeyVal (const TString &in, TString &key, TString &val, const char sep='=') |
static Bool_t | SetupProof (TUrl &url, const char *opt, const char *extra) |
static Bool_t | Run (const char *url, const char *output, FastAnalysis *a, const char *script, Long64_t nev=-1, Long64_t offset=0, Int_t monitor=-1, Bool_t verbose=false, const char *opt="") |
static Bool_t | Run (const char *url, const char *output, const char *opt="g") |
![]() | |
FastCentHelper | fHelper |
TProfile * | fNpartVsNch |
TProfile * | fNpartB |
TProfile * | fMeanNpart |
TProfile * | fMeanNch |
Int_t | fNch |
Int_t | fNpart |
Double_t | fCent |
![]() | |
TTree * | fTree |
FastShortHeader * | fHeader |
TClonesArray * | fParticles |
Bool_t | fVerbose |
TStopwatch | fTimer |
TString | fName |
ULong64_t | fEventMult |
TString | fCentMethod |
TH1 * | fCentHist |
ULong_t | fOK |
Int_t | fMonitor |
Bool_t | fCompatB |
UInt_t | fTrigMask |
For the Xe-Xe run at sqrt(sNN)=5.44TeV
Definition at line 321 of file MidNchAnalysis.C.
Definition at line 323 of file MidNchAnalysis.C.
|
inlinevirtual |
Create output object
Implements MidNch::Base.
Definition at line 328 of file MidNchAnalysis.C.