]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSgeoinfo.h
Mostly minor style modifications to be ready for cloning with EMCAL
[u/mrichter/AliRoot.git] / ITS / AliITSgeoinfo.h
CommitLineData
b5a0187d 1#ifndef ALIITSGEOINFO_H
2#define ALIITSGEOINFO_H
3
4/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
6
7 #include <TROOT.h>
8
9/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
10 * See cxx source for full Copyright notice */
11
12class AliITSgeoinfo : public TObject {
13
14 //Origin A. Badala' and G.S. Pappalardo: e-mail Angela.Badala@ct.infn.it, Giuseppe.S.Pappalardo@ct.
15
16 public:
17
18 AliITSgeoinfo();
19
20 Int_t Nlad[6];
21 Int_t Ndet[6];
22 Float_t Avrad[6];
23 Float_t Detx[6];
24 Float_t Detz[6];
25
26
27 ClassDef(AliITSgeoinfo,1)
28};
29
30#endif