]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/AliDIPOv1.h
Removing cout from AliPHOSv0hits::AddHit(Int_t, Int_t, Float_t *)
[u/mrichter/AliRoot.git] / STRUCT / AliDIPOv1.h
CommitLineData
fe4da5cc 1#ifndef DIPOv1_H
2#define DIPOv1_H
3da30618 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
fe4da5cc 8/////////////////////////////////////////////////
9// Manager class for detector: DIPO version 1 //
10/////////////////////////////////////////////////
11
12#include "AliDIPO.h"
13
14class AliDIPOv1 : public AliDIPO {
15
16public:
17 AliDIPOv1();
18 AliDIPOv1(const char *name, const char *title);
19 virtual ~AliDIPOv1() {}
20 virtual void CreateGeometry();
21 virtual void CreateMaterials();
22 virtual Int_t IsVersion() const {return 1;}
b8032157 23 virtual void DrawModule();
fe4da5cc 24
25 ClassDef(AliDIPOv1,1) //Class for the Magnetic Dipole version 1
26};
27
28#endif