X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONGMSSubprocessor.h;h=143c04858e09109e75c0d1f0b14ea6900b3df7d2;hb=a858321102511dce392148f313656f698d2f9895;hp=cbd193d70a4444781019398d2f5671b6bcd1a206;hpb=968ce98ea3bc32bf32dc1000693ca1d55ec77800;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONGMSSubprocessor.h b/MUON/AliMUONGMSSubprocessor.h index cbd193d70a4..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,10 +29,14 @@ 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); @@ -42,9 +46,9 @@ class AliMUONGMSSubprocessor : public AliMUONVSubprocessor 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