![]() |
AliRoot Core
a565103 (a565103)
|
A subprocessor to read TriggerDCS values for one run. More...
#include <AliMUONTriggerDCSSubprocessor.h>
Public Member Functions | |
AliMUONTriggerDCSSubprocessor (AliMUONPreprocessor *master) | |
virtual | ~AliMUONTriggerDCSSubprocessor () |
virtual UInt_t | Process (TMap *dcsAliasMap) |
Process this sub-task. More... | |
![]() | |
AliMUONVSubprocessor (AliMUONPreprocessor *master, const char *name="", const char *title="") | |
virtual | ~AliMUONVSubprocessor () |
virtual Bool_t | Initialize (Int_t run, UInt_t startTime, UInt_t endTime) |
Private Member Functions | |
AliMUONTriggerDCSSubprocessor (const AliMUONTriggerDCSSubprocessor &) | |
Not implemented. More... | |
AliMUONTriggerDCSSubprocessor & | operator= (const AliMUONTriggerDCSSubprocessor &) |
Not implemented. 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... | |
A subprocessor to read TriggerDCS values for one run.
A subprocessor to read Trigger DCS values for one run
It simply creates a copy of the dcsAliasMap w/o information from the MUON TRG, and dumps this copy into the CDB
Definition at line 19 of file AliMUONTriggerDCSSubprocessor.h.
AliMUONTriggerDCSSubprocessor::AliMUONTriggerDCSSubprocessor | ( | AliMUONPreprocessor * | master | ) |
ctor
Definition at line 50 of file AliMUONTriggerDCSSubprocessor.cxx.
|
virtual |
dtor
Definition at line 59 of file AliMUONTriggerDCSSubprocessor.cxx.
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Process this sub-task.
Make another alias map from dcsAliasMap, considering only MUON TRK aliases.
Implements AliMUONVSubprocessor.
Definition at line 66 of file AliMUONTriggerDCSSubprocessor.cxx.