1 #ifndef ALIMUONDIGITSTOREV2R_H
2 #define ALIMUONDIGITSTOREV2R_H
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
10 /// \class AliMUONDigitStoreV2R
11 /// \brief Concrete implementation of AliMUONVDigitStore for real digits
13 // author Laurent Aphecetche
15 #ifndef ALIMUONDIGITSTOREVIMPL_H
16 # include "AliMUONDigitStoreVImpl.h"
19 class AliMUONDigitStoreV2R : public AliMUONDigitStoreVImpl
22 AliMUONDigitStoreV2R();
23 virtual ~AliMUONDigitStoreV2R();
25 virtual AliMUONVDigitStore* Create() const;
27 virtual AliMUONVDigit* CreateDigit(Int_t detElemId, Int_t manuId,
28 Int_t manuChannel, Int_t cathode) const;
30 virtual Bool_t HasMCInformation() const { return kFALSE; }
34 virtual AliMUONVDigit* AddConcreteDigit(TClonesArray& a,
35 const AliMUONVDigit& digit,
38 ClassDef(AliMUONDigitStoreV2R,1) // Implementation of AliMUONVDigitStore