AliRoot Core  edcc906 (edcc906)
AliMUONSDigitizerV2.h
Go to the documentation of this file.
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3 
4 // $Id$
5 
17 
18 #ifndef ALIMUONSDIGITIZERV2_H
19 #define ALIMUONSDIGITIZERV2_H
20 
21 #include "TNamed.h"
22 
23 class AliMUONSDigitizerV2 : public TNamed
24 {
25 public:
27  virtual ~AliMUONSDigitizerV2();
28 
29  virtual void Digitize(Option_t* opt="");
30 
31 private:
32  static Float_t fgkMaxIntTime;
33  static Float_t fgkMaxPosTimeDif;
34  static Float_t fgkMaxNegTimeDif;
35  static Float_t fgkMinTimeDif;
36 
37  ClassDef(AliMUONSDigitizerV2,2) // MUON SDigitizer V2-1
38 };
39 
40 #endif
static Float_t fgkMaxIntTime
maximum time of interaction
MUON SDigitizer (from Hits to SDigits).
static Float_t fgkMaxPosTimeDif
maximum event time after the triggered event for a hit to be digitized
static Float_t fgkMaxNegTimeDif
maximum event time before the triggered event for a hit to be digitized
static Float_t fgkMinTimeDif
minimum time difference for the reduction factor to be applied
virtual void Digitize(Option_t *opt="")