![]() |
AliPhysics
66e96a0 (66e96a0)
|
Simple monitoring task for cell related quantities. More...
#include <AliEmcalCellMonitorTask.h>
Public Member Functions | |
AliEmcalCellMonitorTask () | |
AliEmcalCellMonitorTask (const char *name) | |
virtual | ~AliEmcalCellMonitorTask () |
Protected Member Functions | |
virtual void | UserCreateOutputObjects () |
virtual void | UserExec (Option_t *) |
Private Member Functions | |
AliEmcalCellMonitorTask (const AliEmcalCellMonitorTask &ref) | |
AliEmcalCellMonitorTask & | operator= (const AliEmcalCellMonitorTask &ref) |
Private Attributes | |
THistManager * | fHistManager |
! Histogram handler More... | |
AliEMCALGeometry * | fGeometry |
! EMCAL geometry More... | |
Simple monitoring task for cell related quantities.
This task monitors simple cell quantities like
It can be added to the train using the add macro
Definition at line 29 of file AliEmcalCellMonitorTask.h.
AliEmcalCellMonitorTask::AliEmcalCellMonitorTask | ( | ) |
Dummy constructor, for ROOT I/O only
Definition at line 13 of file AliEmcalCellMonitorTask.cxx.
AliEmcalCellMonitorTask::AliEmcalCellMonitorTask | ( | const char * | name | ) |
Default constructor, setting also the name and defining the output type
name | Name of the task |
Definition at line 21 of file AliEmcalCellMonitorTask.cxx.
|
virtual |
Destructor
Definition at line 29 of file AliEmcalCellMonitorTask.cxx.
|
private |
|
private |
|
protectedvirtual |
Create the output histograms
For all supermodules the following histograms will be created:
For each supermodule the followign histograms will be created:
Definition at line 33 of file AliEmcalCellMonitorTask.cxx.
|
protectedvirtual |
Event loop.
Running over all cells and filling the cell-related quantities specified in the class documentation.
[in] |
Definition at line 46 of file AliEmcalCellMonitorTask.cxx.
|
private |
! EMCAL geometry
Definition at line 75 of file AliEmcalCellMonitorTask.h.
Referenced by UserExec(), and ~AliEmcalCellMonitorTask().
|
private |
! Histogram handler
Definition at line 74 of file AliEmcalCellMonitorTask.h.
Referenced by UserCreateOutputObjects(), and UserExec().