![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
Implementation of AliMUONVSubprocessor for MUON TRK occupancy. More...
#include <AliMUONOccupancySubprocessor.h>
Public Member Functions | |
AliMUONOccupancySubprocessor (AliMUONPreprocessor *master) | |
virtual | ~AliMUONOccupancySubprocessor () |
Bool_t | Initialize (Int_t run, UInt_t startTime, UInt_t endTime) |
UInt_t | Process (TMap *dcsAliasMap) |
Process this sub-task. More... | |
void | Print (Option_t *opt="") const |
![]() | |
AliMUONVSubprocessor (AliMUONPreprocessor *master, const char *name="", const char *title="") | |
virtual | ~AliMUONVSubprocessor () |
Private Member Functions | |
AliMUONOccupancySubprocessor (const AliMUONOccupancySubprocessor &) | |
Not implemented. More... | |
AliMUONOccupancySubprocessor & | operator= (const AliMUONOccupancySubprocessor &) |
Not implemented. More... | |
Int_t | ReadFile (const char *filename) |
Private Attributes | |
AliMUONVStore * | fOccupancyMap |
! Occupancy map (at the manu level) for the MUON TRK More... | |
Additional Inherited Members | |
![]() | |
AliMUONPreprocessor * | Master () const |
Return the pointer to our master. More... | |
Bool_t | RemoveValuesOutsideRun (TObjArray *values) |
AliMUONVSubprocessor () | |
Not implemented. More... | |
AliMUONVSubprocessor (const AliMUONVSubprocessor &) | |
Not implemented. More... | |
AliMUONVSubprocessor & | operator= (const AliMUONVSubprocessor &) |
Not implemented. More... | |
Implementation of AliMUONVSubprocessor for MUON TRK occupancy.
Implementation of AliMUONVSubprocessor class to deal with MUON TRK occupancy.
Values to compute the occupancy are read in from an ascii file, with the format :
------------------------------------------------------------------------—
BUS_PATCH MANU_ADDR SUM_N NEVENTS ------------------------------------------------------------------------—
Definition at line 21 of file AliMUONOccupancySubprocessor.h.
AliMUONOccupancySubprocessor::AliMUONOccupancySubprocessor | ( | AliMUONPreprocessor * | master | ) |
Default ctor
Definition at line 46 of file AliMUONOccupancySubprocessor.cxx.
|
virtual |
dtor
Definition at line 54 of file AliMUONOccupancySubprocessor.cxx.
|
private |
Not implemented.
|
virtual |
When starting a new run, reads in the occupancy ASCII files.
Reimplemented from AliMUONVSubprocessor.
Definition at line 62 of file AliMUONOccupancySubprocessor.cxx.
|
private |
Not implemented.
void AliMUONOccupancySubprocessor::Print | ( | Option_t * | opt = "" | ) | const |
ouput to screen
Definition at line 165 of file AliMUONOccupancySubprocessor.cxx.
|
virtual |
Process this sub-task.
Store the occupancy map into the CDB
Implements AliMUONVSubprocessor.
Definition at line 104 of file AliMUONOccupancySubprocessor.cxx.
|
private |
Read the occupancy from an ASCII file.
Return kFALSE if reading was not successfull.
Definition at line 140 of file AliMUONOccupancySubprocessor.cxx.
Referenced by Initialize().
|
private |
! Occupancy map (at the manu level) for the MUON TRK
Definition at line 41 of file AliMUONOccupancySubprocessor.h.
Referenced by Initialize(), Print(), Process(), ReadFile(), and ~AliMUONOccupancySubprocessor().