]> git.uio.no Git - u/mrichter/AliRoot.git/blame - CRT/AliCRTv0.h
- Setting Z positions of the tracking chamber to values given in Alain TOURNAIRE...
[u/mrichter/AliRoot.git] / CRT / AliCRTv0.h
CommitLineData
778e67bd 1#ifndef ALICRTV0_H
2#define ALICRTV0_H
fb7a1f55 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
fb7a1f55 7////////////////////////////////////////////////
8// Manager class for detector: CRTv0 //
9////////////////////////////////////////////////
10
11#include "AliCRT.h"
12
bb5ce8b0 13class AliCRTv0 : public AliCRT {
fb7a1f55 14public:
bb5ce8b0 15 AliCRTv0();
16 AliCRTv0(const char *name, const char *title);
17 AliCRTv0(const AliCRTv0& crt);
18 virtual ~AliCRTv0();
19
20 AliCRTv0& operator=(const AliCRTv0& crt);
21
846389b7 22 virtual void CreateGeometry();
23 virtual void BuildGeometry();
24 virtual void DrawDetector() const;
fb7a1f55 25
778e67bd 26protected:
bb5ce8b0 27 virtual void CreateMolasse() {}
28 virtual void CreateShafts() {}
fb7a1f55 29
778e67bd 30private:
bb5ce8b0 31 ClassDef(AliCRTv0,1) // Cosmic Ray Trigger (ACORDE).
fb7a1f55 32};
bb5ce8b0 33#endif // ALICRTV0_H