![]() |
AliPhysics
e34b7ac (e34b7ac)
|
Static Public Member Functions | |
static Int_t | FindBin (Double_t value, const TAxis *axis) |
Public Attributes | |
TObjArray | fHistos |
TAxis | fCentAxis |
![]() | |
UChar_t | fCalc |
UChar_t | fMask |
UChar_t | fVeto |
Bool_t | fInverse |
Additional Inherited Members | |
![]() | |
enum | ECalc { kProduct, kSquare, kSum, kAverage } |
Base class for tracklets weights
Definition at line 1067 of file AliTrackletWeights.C.
|
inline |
Default constructor - ROOT I/O only
Definition at line 1074 of file AliTrackletWeights.C.
AliTrackletDeltaWeights::AliTrackletDeltaWeights | ( | const char * | name, |
const char * | title = "Sim. tracklet weights" |
||
) |
Named constructor
name | Name of object |
title | (optional) free-form title |
Definition at line 1217 of file AliTrackletWeights.C.
AliTrackletDeltaWeights::AliTrackletDeltaWeights | ( | const AliTrackletDeltaWeights & | o | ) |
Copy constructor
o | Object to copy from |
Definition at line 1226 of file AliTrackletWeights.C.
|
inlinevirtual |
Destructor
Definition at line 1096 of file AliTrackletWeights.C.
|
virtual |
Find the tracklet weight
tracklet | Tracklet |
cent | Centrality |
ipZ | Interaction point Z coordinate |
corr | Optional histogram to fill with correlation of weights |
Implements AliTrackletBaseWeights.
Definition at line 1325 of file AliTrackletWeights.C.
AliTrackletDeltaWeights::ClassDef | ( | AliTrackletDeltaWeights | , |
1 | |||
) |
void AliTrackletDeltaWeights::Draw | ( | Option_t * | option = "" | ) |
void AliTrackletDeltaWeights::DrawOne | ( | Double_t | cent = 2.5 , |
Double_t | eta = 0 , |
||
Double_t | ipz = 0 |
||
) | const |
Definition at line 1442 of file AliTrackletWeights.C.
void AliTrackletDeltaWeights::DrawStack | ( | TVirtualPad * | pad, |
THStack * | stack, | ||
const char * | xtitle, | ||
Double_t | min = 0 , |
||
Double_t | max = 2.5 |
||
) |
Draw one stack
pad | |
stack | |
xtitle | |
min | |
max |
Definition at line 1459 of file AliTrackletWeights.C.
Referenced by Draw().
Find the bin on an axis that correspnd to the passed value. If the value is outside the defined range, the closest bin number is returned.
value | Value |
axis | Axis |
Definition at line 1313 of file AliTrackletWeights.C.
Referenced by CalcWeight(), DrawOne(), and FindHisto().
Find the histogram corresponding to a centrality
cent | Centrality |
Definition at line 1304 of file AliTrackletWeights.C.
Referenced by CalcWeight(), and DrawOne().
AliTrackletDeltaWeights & AliTrackletDeltaWeights::operator= | ( | const AliTrackletDeltaWeights & | o | ) |
Assignment operator
o | Object to assign from |
Definition at line 1242 of file AliTrackletWeights.C.
|
virtual |
Print information on reweights
option | Not used |
Reimplemented from AliTrackletBaseWeights.
Definition at line 1427 of file AliTrackletWeights.C.
Project 3D histogram on 1 axis
h | |
which | |
name |
Definition at line 1344 of file AliTrackletWeights.C.
Referenced by Draw().
void AliTrackletDeltaWeights::SetCentAxis | ( | const TAxis & | axis | ) |
Set the centrality axis
axis | Axis to copy |
Definition at line 1259 of file AliTrackletWeights.C.
Referenced by MakeDeltaWeights::Run().
Set the centrality axis
n | number of bins |
bins | Bin limits (n+1 entries) |
Definition at line 1269 of file AliTrackletWeights.C.
Set the centrality axis
n | number of bins |
low | Least value |
high | Largest value |
Definition at line 1275 of file AliTrackletWeights.C.
Set the histogram to use for the given centrality bin
bin | Bin number. Start at 1 |
h | Histogram. The histogram will be cloned |
Definition at line 1282 of file AliTrackletWeights.C.
Referenced by MakeDeltaWeights::ProcessBin().
TAxis AliTrackletDeltaWeights::fCentAxis |
Centrality axis
Definition at line 1212 of file AliTrackletWeights.C.
Referenced by FindHisto(), operator=(), Print(), SetCentAxis(), and SetHisto().
TObjArray AliTrackletDeltaWeights::fHistos |
List of histograms
Definition at line 1210 of file AliTrackletWeights.C.
Referenced by AliTrackletDeltaWeights(), Draw(), FindHisto(), operator=(), Print(), and SetHisto().