]> git.uio.no Git - u/mrichter/AliRoot.git/blob - CRT/AliCRT.h
MC-dependent part of AliRun extracted in AliMC (F.Carminati)
[u/mrichter/AliRoot.git] / CRT / AliCRT.h
1 #ifndef ALICRT_H
2 #define ALICRT_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 ////////////////////////////////////////////////
9 //  Manager class for detector: ACORDE        //
10 ////////////////////////////////////////////////
11
12 #include "AliDetector.h"
13
14 class AliCRT : public AliDetector {
15 public:
16   AliCRT();
17   AliCRT(const char* name, const char* title);
18   AliCRT(const AliCRT& crt);
19   virtual ~AliCRT();
20
21   AliCRT& operator=(const AliCRT& crt);
22   virtual void CreateMaterials();
23
24 //   virtual Int_t IsVersion() const;
25 //   virtual TString Version();
26
27   virtual void SetTreeAddress();
28
29 private:
30   ClassDef(AliCRT, 1) // Cosmic Ray Trigger (ACORDE) base class
31 };
32
33 // inline Int_t AliCRT::IsVersion() const
34 // { return 0; }
35
36 // inline TString AliCRT::Version()
37 // { return TString(""); }
38 #endif // ALICRT_H