![]() |
AliPhysics
63d3444 (63d3444)
|
Scale input histograms. More...
#include <AliAnaScale.h>
Public Member Functions | |
AliAnaScale () | |
Default constructor. More... | |
AliAnaScale (const char *name) | |
Default constructor. More... | |
virtual | ~AliAnaScale () |
Destructor not implemented. More... | |
virtual void | ConnectInputData (Option_t *="") |
Initialisation of branch container with histograms. More... | |
virtual void | CreateOutputObjects () |
Create the outputs containers. More... | |
virtual void | Init () |
Intialization of parameters. More... | |
virtual void | LocalInit () |
virtual void | Exec (Option_t *opt="") |
Do the histogram scaling. More... | |
void | Set (Double_t val) |
void | SetDebugLevel (Int_t level) |
void | MakeSumw2 (Bool_t sum) |
Private Member Functions | |
AliAnaScale (const AliAnaScale &) | |
Copy constructor not implemented. More... | |
AliAnaScale & | operator= (const AliAnaScale &) |
Assignment operator not implemented. More... | |
Private Attributes | |
Int_t | fDebug |
Debug flag. More... | |
Float_t | fScale |
Scaling factor. More... | |
TList * | fInputList |
! Input data list. More... | |
TList * | fOutputList |
! Output data list. More... | |
Bool_t | fSumw2 |
Compute sum of squares of weights for bin content error calculation. More... | |
TH1F * | fhCount |
! Counter histogram for file merging. More... | |
Scale input histograms.
Take histograms output of other tasks and scale them.
Definition at line 18 of file AliAnaScale.h.
AliAnaScale::AliAnaScale | ( | ) |
Default constructor.
Definition at line 30 of file AliAnaScale.cxx.
AliAnaScale::AliAnaScale | ( | const char * | name | ) |
Default constructor.
Definition at line 43 of file AliAnaScale.cxx.
|
inlinevirtual |
Destructor not implemented.
Definition at line 27 of file AliAnaScale.h.
|
private |
Copy constructor not implemented.
|
virtual |
Initialisation of branch container with histograms.
Definition at line 65 of file AliAnaScale.cxx.
|
virtual |
Create the outputs containers.
Definition at line 75 of file AliAnaScale.cxx.
|
virtual |
Do the histogram scaling.
Definition at line 91 of file AliAnaScale.cxx.
|
virtual |
Intialization of parameters.
Definition at line 131 of file AliAnaScale.cxx.
Referenced by LocalInit().
|
inlinevirtual |
Definition at line 35 of file AliAnaScale.h.
|
inline |
Definition at line 43 of file AliAnaScale.h.
|
private |
Assignment operator not implemented.
|
inline |
Definition at line 39 of file AliAnaScale.h.
|
inline |
Definition at line 41 of file AliAnaScale.h.
|
private |
Debug flag.
Definition at line 53 of file AliAnaScale.h.
Referenced by ConnectInputData(), Exec(), Init(), and SetDebugLevel().
|
private |
! Counter histogram for file merging.
Definition at line 65 of file AliAnaScale.h.
Referenced by CreateOutputObjects(), and Exec().
|
private |
! Input data list.
Definition at line 59 of file AliAnaScale.h.
Referenced by ConnectInputData(), and Exec().
|
private |
! Output data list.
Definition at line 61 of file AliAnaScale.h.
Referenced by CreateOutputObjects(), and Exec().
|
private |
|
private |
Compute sum of squares of weights for bin content error calculation.
Definition at line 63 of file AliAnaScale.h.
Referenced by Exec(), and MakeSumw2().