![]() |
AliPhysics
71e3bc7 (71e3bc7)
|
#include <AliFlowEventSimpleCuts.h>
Public Member Functions | |
AliFlowEventSimpleCuts () | |
AliFlowEventSimpleCuts (const char *name, const char *title="AliFlowEventSimpleCuts") | |
AliFlowEventSimpleCuts (const AliFlowEventSimpleCuts &someCuts) | |
AliFlowEventSimpleCuts & | operator= (const AliFlowEventSimpleCuts &someCuts) |
virtual | ~AliFlowEventSimpleCuts () |
virtual Bool_t | IsSelected (TObject *obj, TObject *mcobj) |
virtual void | SetCentralityPercentileRange (Float_t min, Float_t max) |
virtual void | SetCentralityPercentileRange (Float_t min, Float_t max, Bool_t useNewCentralityFramework) |
Bool_t | GetUseNewCentralityFramework () const |
Protected Attributes | |
Bool_t | fCutCentralityPercentile |
Bool_t | fUseNewCentralityFramework |
Float_t | fCentralityPercentileMax |
Float_t | fCentralityPercentileMin |
Definition at line 14 of file AliFlowEventSimpleCuts.h.
AliFlowEventSimpleCuts::AliFlowEventSimpleCuts | ( | ) |
AliFlowEventSimpleCuts::AliFlowEventSimpleCuts | ( | const char * | name, |
const char * | title = "AliFlowEventSimpleCuts" |
||
) |
Definition at line 40 of file AliFlowEventSimpleCuts.cxx.
AliFlowEventSimpleCuts::AliFlowEventSimpleCuts | ( | const AliFlowEventSimpleCuts & | someCuts | ) |
Definition at line 51 of file AliFlowEventSimpleCuts.cxx.
|
virtual |
Definition at line 62 of file AliFlowEventSimpleCuts.cxx.
|
inline |
Definition at line 33 of file AliFlowEventSimpleCuts.h.
Reimplemented in AliFlowEventCuts.
Definition at line 81 of file AliFlowEventSimpleCuts.cxx.
Referenced by AliFlowAnalysis::ProcessEvent().
AliFlowEventSimpleCuts & AliFlowEventSimpleCuts::operator= | ( | const AliFlowEventSimpleCuts & | someCuts | ) |
Definition at line 68 of file AliFlowEventSimpleCuts.cxx.
|
inlinevirtual |
Definition at line 24 of file AliFlowEventSimpleCuts.h.
|
inlinevirtual |
Definition at line 28 of file AliFlowEventSimpleCuts.h.
|
protected |
Definition at line 38 of file AliFlowEventSimpleCuts.h.
Referenced by IsSelected(), operator=(), AliFlowEventCuts::PassesCuts(), and SetCentralityPercentileRange().
|
protected |
Definition at line 39 of file AliFlowEventSimpleCuts.h.
Referenced by IsSelected(), operator=(), AliFlowEventCuts::PassesCuts(), and SetCentralityPercentileRange().
|
protected |
Definition at line 36 of file AliFlowEventSimpleCuts.h.
Referenced by operator=(), AliFlowEventCuts::PassesCuts(), and SetCentralityPercentileRange().
|
protected |
Definition at line 37 of file AliFlowEventSimpleCuts.h.
Referenced by AliFlowEventCuts::GetCentrality(), GetUseNewCentralityFramework(), operator=(), AliFlowEventCuts::PassesCuts(), and SetCentralityPercentileRange().