X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONGMSSubprocessor.h;h=143c04858e09109e75c0d1f0b14ea6900b3df7d2;hb=75a65a512dc2b275941cb5ffdb59c61ec705bf0e;hp=56de72d48be7a8f25a15f77ffc25ff2cb017342d;hpb=e6694ae08b34084b0a84a68b70bcfa05b3aca54c;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONGMSSubprocessor.h b/MUON/AliMUONGMSSubprocessor.h index 56de72d48be..143c04858e0 100644 --- a/MUON/AliMUONGMSSubprocessor.h +++ b/MUON/AliMUONGMSSubprocessor.h @@ -9,8 +9,8 @@ /// /// \author Ivana Hrivnacova, IPN Orsay -#ifndef ALI_MUON_GMS_SUBPROCESSOR_H -#define ALI_MUON_GMS_SUBPROCESSOR_H +#ifndef ALI_MUONGMS_SUBPROCESSOR_H +#define ALI_MUONGMS_SUBPROCESSOR_H #ifndef ALIMUONVSUBPROCESSOR_H # include "AliMUONVSubprocessor.h" @@ -29,19 +29,26 @@ class AliMUONGMSSubprocessor : public AliMUONVSubprocessor virtual ~AliMUONGMSSubprocessor(); // methods + virtual Bool_t Initialize(Int_t run, UInt_t startTime, UInt_t endTime); virtual UInt_t Process(TMap* /*dcsAliasMap*/); private: - AliMUONGMSSubprocessor(const AliMUONGMSSubprocessor&); // Not implemented + /// Not implemented + AliMUONGMSSubprocessor(const AliMUONGMSSubprocessor&); + /// Not implemented + AliMUONGMSSubprocessor& operator=(const AliMUONGMSSubprocessor&); + + UInt_t ProcessFile(const TString& filename); + // static data members static const Int_t fgkSystem; ///< The data system static const TString fgkDataId; ///< The data Id static const TString fgkMatrixArrayName; ///< The fixed matrix array name // data members - AliMUONGeometryTransformer fTransformer;///< Geometry transformer (used to get vo + AliMUONGeometryTransformer* fTransformer; ///< Geometry transformer - ClassDef(AliMUONGMSSubprocessor, 1); // Shuttle sub-processor for GMS + ClassDef(AliMUONGMSSubprocessor, 1) // Shuttle sub-processor for GMS }; -#endif +#endif //ALI_MUONGMS_SUBPROCESSOR_H