]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/AliFMDGeometryBuilderSimple.h
Now the full chain includes raw data.
[u/mrichter/AliRoot.git] / FMD / AliFMDGeometryBuilderSimple.h
CommitLineData
54e415a8 1#ifndef ALIFMDGEOMETRYBUILDERSIMPLE_H
2#define ALIFMDGEOMETRYBUILDERSIMPLE_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights
4 * reserved.
5 *
6 * Latest changes by Christian Holm Christensen <cholm@nbi.dk>
7 *
8 * See cxx source for full Copyright notice
9 */
10#ifndef ALIFMDGEOMETRYBUILDER
11# include <AliFMDGeometryBuilder.h>
12#endif
13class AliFMDRing;
14
15//____________________________________________________________________
16class AliFMDGeometryBuilderSimple : public AliFMDGeometryBuilder
17{
18public:
19 AliFMDGeometryBuilderSimple();
20 /** CTOR */
21 AliFMDGeometryBuilderSimple(Bool_t detailed);
22 virtual ~AliFMDGeometryBuilderSimple() {}
23protected:
24 /** Make a ring volume
25 @param r Ring geometry
26 @return Ring volume */
27 TGeoVolume* RingGeometry(AliFMDRing* r);
28 ClassDef(AliFMDGeometryBuilderSimple,1);
29};
30
31
32#endif
33//____________________________________________________________________
34//
35// Local Variables:
36// mode: C++
37// End:
38//
39// EOF
40//
41