![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
The shuttle subprocessor for GMS data. More...
#include <AliMUONGMSSubprocessor.h>
Public Member Functions | |
AliMUONGMSSubprocessor (AliMUONPreprocessor *master) | |
virtual | ~AliMUONGMSSubprocessor () |
virtual Bool_t | Initialize (Int_t run, UInt_t startTime, UInt_t endTime) |
virtual UInt_t | Process (TMap *) |
Process this sub-task. More... | |
![]() | |
AliMUONVSubprocessor (AliMUONPreprocessor *master, const char *name="", const char *title="") | |
virtual | ~AliMUONVSubprocessor () |
Private Member Functions | |
AliMUONGMSSubprocessor (const AliMUONGMSSubprocessor &) | |
Not implemented. More... | |
AliMUONGMSSubprocessor & | operator= (const AliMUONGMSSubprocessor &) |
Not implemented. More... | |
UInt_t | ProcessFile (const TString &filename) |
Static Private Member Functions | |
static const TString & | GetDataId () |
static const TString & | GetMatrixArrayName () |
Private Attributes | |
AliMUONGeometryTransformer * | fTransformer |
Geometry transformer. More... | |
Static Private Attributes | |
static const Int_t | fgkSystem = AliPreprocessor::kDCS |
The data system. 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... | |
The shuttle subprocessor for GMS data.
Definition at line 25 of file AliMUONGMSSubprocessor.h.
AliMUONGMSSubprocessor::AliMUONGMSSubprocessor | ( | AliMUONPreprocessor * | master | ) |
Constructor
Definition at line 74 of file AliMUONGMSSubprocessor.cxx.
|
virtual |
Destructor
Definition at line 82 of file AliMUONGMSSubprocessor.cxx.
|
private |
Not implemented.
|
staticprivate |
|
staticprivate |
The fixed matrix array name
Definition at line 62 of file AliMUONGMSSubprocessor.cxx.
Referenced by ProcessFile().
|
virtual |
Instantiate geometry transformer
Reimplemented from AliMUONVSubprocessor.
Definition at line 95 of file AliMUONGMSSubprocessor.cxx.
|
private |
Not implemented.
|
virtual |
Process this sub-task.
Process GMS alignment files. Return failure (0) in case procession of some file has failed
Implements AliMUONVSubprocessor.
Definition at line 292 of file AliMUONGMSSubprocessor.cxx.
|
private |
Convert TGeoHMatrix to AliAlignObjMatrix and fill them into AliTestDataDCS object
Definition at line 108 of file AliMUONGMSSubprocessor.cxx.
Referenced by Process().
|
staticprivate |
|
private |
Geometry transformer.
Definition at line 52 of file AliMUONGMSSubprocessor.h.
Referenced by Initialize(), ProcessFile(), and ~AliMUONGMSSubprocessor().