AliRoot Core  v5-06-15 (45dab64)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMUONTriggerPreprocessor.h
Go to the documentation of this file.
1 #ifndef ALIMUONTRIGGERPREPROCESSOR_H
2 #define ALIMUONTRIGGERPREPROCESSOR_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, Subatech
14 
15 #include "AliMUONPreprocessor.h"
16 
19 
21 {
22 public:
23  AliMUONTriggerPreprocessor(AliShuttleInterface* shuttle);
25 
26  virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
27 
28 private:
33 
34 
35 private:
38 
39  ClassDef(AliMUONTriggerPreprocessor,2) // MUON Trigger Shuttle preprocessor
40 };
41 
42 #endif
AliMUONTriggerDCSSubprocessor * fTriggerDCSSubprocessor
! the real worker class for DCS info
virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime)
TTimeStamp startTime(2009, 8, 7, 0, 0, 0)
Implementation of AliMUONVSubprocessor for MUON TRK masks.
AliMUONTriggerSubprocessor * fTriggerSubprocessor
! the real worker class
AliMUONTriggerPreprocessor(AliShuttleInterface *shuttle)
Shuttle preprocessor for MUON trigger.
A subprocessor to read TriggerDCS values for one run.
Shuttle preprocessor for MUON subsystems (TRK and TRG)
AliMUONTriggerPreprocessor & operator=(const AliMUONTriggerPreprocessor &rhs)
Not implemented.