1 #ifndef ALIMUONOCCUPANCYSUBPROCESSOR_H
2 #define ALIMUONOCCUPANCYSUBPROCESSOR_H
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
10 /// \class AliMUONOccupancySubprocessor
11 /// \brief Implementation of AliMUONVSubprocessor for MUON TRK occupancy
13 // Author Laurent Aphecetche
15 #ifndef ALIMUONVSUBPROCESSOR_H
16 # include "AliMUONVSubprocessor.h"
21 class AliMUONOccupancySubprocessor : public AliMUONVSubprocessor
24 AliMUONOccupancySubprocessor(AliMUONPreprocessor* master);
25 virtual ~AliMUONOccupancySubprocessor();
27 Bool_t Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
28 UInt_t Process(TMap* dcsAliasMap);
29 void Print(Option_t* opt="") const;
34 AliMUONOccupancySubprocessor(const AliMUONOccupancySubprocessor&);
36 AliMUONOccupancySubprocessor& operator=(const AliMUONOccupancySubprocessor&);
38 Int_t ReadFile(const char* filename);
41 AliMUONVStore* fOccupancyMap; //!< Occupancy map (at the manu level) for the MUON TRK
43 ClassDef(AliMUONOccupancySubprocessor,1) // A shuttle preprocessor for MUON TRK occupancy