![]() |
AliPhysics
b81c3d2 (b81c3d2)
|
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 |
Int_t | fDebug |
Additional Inherited Members | |
![]() | |
enum | ECalc { kProduct, kSquare, kSum, kAverage } |
![]() | |
void | MakeEposWeight (const char *file1, const char *file2) |
void | MakeK0S () |
void | MakeRealistic () |
void | MakeRuben () |
void | MakeStrange () |
void | MakeWeight () |
void | ReadWeights (const char *filename="weights.root") |
Base class for tracklets weights
Definition at line 1141 of file AliTrackletWeights.C.
|
inline |
Default constructor - ROOT I/O only
Definition at line 1148 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 1295 of file AliTrackletWeights.C.
AliTrackletDeltaWeights::AliTrackletDeltaWeights | ( | const AliTrackletDeltaWeights & | o | ) |
Copy constructor
o | Object to copy from |
Definition at line 1304 of file AliTrackletWeights.C.
|
inlinevirtual |
Destructor
Definition at line 1170 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 1422 of file AliTrackletWeights.C.
|
virtual |
Calculate weight of a particle
particle | Particle |
cent | Centrality |
ipZ | Interaction point |
Implements AliTrackletBaseWeights.
Definition at line 1403 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 1537 of file AliTrackletWeights.C.
void AliTrackletDeltaWeights::DrawStack | ( | TVirtualPad * | pad, |
Int_t | nPad, | ||
THStack * | stack, | ||
const char * | xtitle, | ||
Double_t | min = 0 , |
||
Double_t | max = 2.5 |
||
) |
Draw one stack
pad | |
nPad | |
stack | |
xtitle | |
min | |
max |
Definition at line 1561 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 1391 of file AliTrackletWeights.C.
Referenced by CalcWeight(), DrawOne(), and FindHisto().
Find the histogram corresponding to a centrality
cent | Centrality |
Definition at line 1382 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 1320 of file AliTrackletWeights.C.
|
virtual |
Print information on reweights
option | Not used |
Reimplemented from AliTrackletBaseWeights.
Definition at line 1522 of file AliTrackletWeights.C.
Project 3D histogram on 1 axis
h | |
which | |
name |
Definition at line 1442 of file AliTrackletWeights.C.
Referenced by Draw().
void AliTrackletDeltaWeights::SetCentAxis | ( | const TAxis & | axis | ) |
Set the centrality axis
axis | Axis to copy |
Definition at line 1337 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 1347 of file AliTrackletWeights.C.
Set the centrality axis
n | number of bins |
low | Least value |
high | Largest value |
Definition at line 1353 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 1360 of file AliTrackletWeights.C.
Referenced by MakeDeltaWeights::ProcessBin().
TAxis AliTrackletDeltaWeights::fCentAxis |
Centrality axis
Definition at line 1290 of file AliTrackletWeights.C.
Referenced by FindHisto(), operator=(), Print(), SetCentAxis(), and SetHisto().
TObjArray AliTrackletDeltaWeights::fHistos |
List of histograms
Definition at line 1288 of file AliTrackletWeights.C.
Referenced by AliTrackletDeltaWeights(), Draw(), FindHisto(), operator=(), Print(), and SetHisto().