![]() |
AliRoot Core
3abf5b4 (3abf5b4)
|
A subprocessor to read HV values for one run. More...
#include <AliMUONHVSubprocessor.h>
Public Member Functions | |
AliMUONHVSubprocessor (AliMUONPreprocessor *master, Bool_t includeHVcurrents=kFALSE) | |
virtual | ~AliMUONHVSubprocessor () |
virtual UInt_t | Process (TMap *dcsAliasMap) |
Process this sub-task. More... | |
Bool_t | IncludeHVCurrent () const |
![]() | |
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 | |
AliMUONHVSubprocessor (const AliMUONHVSubprocessor &) | |
Not implemented. More... | |
AliMUONHVSubprocessor & | operator= (const AliMUONHVSubprocessor &) |
Not implemented. More... | |
Private Attributes | |
Bool_t | fIncludeHVCurrents |
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 HV values for one run.
A subprocessor to read HV values for one run
It simply creates a copy of the dcsAliasMap w/o information from the MUON TRK, and dumps this copy into the CDB
Definition at line 19 of file AliMUONHVSubprocessor.h.
AliMUONHVSubprocessor::AliMUONHVSubprocessor | ( | AliMUONPreprocessor * | master, |
Bool_t | includeHVcurrents = kFALSE |
||
) |
ctor
Definition at line 50 of file AliMUONHVSubprocessor.cxx.
|
virtual |
dtor
Definition at line 59 of file AliMUONHVSubprocessor.cxx.
|
private |
Not implemented.
|
inline |
Definition at line 27 of file AliMUONHVSubprocessor.h.
|
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 AliMUONHVSubprocessor.cxx.
|
private |
Definition at line 35 of file AliMUONHVSubprocessor.h.
Referenced by IncludeHVCurrent(), and Process().