AliRoot Core  v5-06-15 (45dab64)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMUONGainSubprocessor.h
Go to the documentation of this file.
1 #ifndef ALIMUONGAINSUBPROCESSOR_H
2 #define ALIMUONGAINSUBPROCESSOR_H
3 
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
6 
7 // $Id$
8 
13 // Author Laurent Aphecetche
14 
15 #ifndef ALIMUONVSUBPROCESSOR_H
16 # include "AliMUONVSubprocessor.h"
17 #endif
18 
19 #ifndef ROOT_TString
20 # include "TString.h"
21 #endif
22 
23 class AliMUONVStore;
24 class TObjArray;
25 
27 {
28 public:
30  virtual ~AliMUONGainSubprocessor();
31 
32  Bool_t Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
33  UInt_t Process(TMap* dcsAliasMap);
34 
35 private:
40 
41  Int_t ReadFile(const char* filename);
42 
43 private:
45  Bool_t fSkip;
46  TString fComment;
47 
48  ClassDef(AliMUONGainSubprocessor,2) // A shuttle preprocessor for MUON TRK gains
49 };
50 
51 #endif
AliMUONVStore * fGains
! Gains for the MUON TRK
#define TObjArray
Bool_t fSkip
! whether we should skip this run (because it's dummy)
TString fComment
! comment for OCDB entry
Base class for a shuttle sub-task for MUON (either TRK or TRG)
TTimeStamp startTime(2009, 8, 7, 0, 0, 0)
Int_t ReadFile(const char *filename)
UInt_t Process(TMap *dcsAliasMap)
Process this sub-task.
AliMUONGainSubprocessor & operator=(const AliMUONGainSubprocessor &)
Not implemented.
Bool_t Initialize(Int_t run, UInt_t startTime, UInt_t endTime)
Implementation of AliMUONVSubprocessor for MUON TRK Gains.
Shuttle preprocessor for MUON subsystems (TRK and TRG)
Base class for MUON data stores.
Definition: AliMUONVStore.h:22
AliMUONGainSubprocessor(AliMUONPreprocessor *master)