]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSgeomSPD.cxx
Fixed type from Float_t to Int_t for thres.
[u/mrichter/AliRoot.git] / ITS / AliITSgeomSPD.cxx
CommitLineData
4c039060 1/**************************************************************************
2 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * *
4 * Author: The ALICE Off-line Project. *
5 * Contributors are mentioned in the code where appropriate. *
6 * *
7 * Permission to use, copy, modify and distribute this software and its *
8 * documentation strictly for non-commercial purposes is hereby granted *
9 * without fee, provided that the above copyright notice appears in all *
10 * copies and that both the copyright notice and this permission notice *
11 * appear in the supporting documentation. The authors make no claims *
12 * about the suitability of this software for any purpose. It is *
13 * provided "as is" without express or implied warranty. *
14 **************************************************************************/
15
16/*
17$Log$
92c19c36 18Revision 1.2.4.7 2000/10/02 15:52:05 barbera
19Forward declaration added
20
21Revision 1.6 2000/07/10 16:07:18 fca
22Release version of ITS code
23
195d8dfe 24Revision 1.3 2000/03/07 18:46:59 nilsen
25Merged form ITS-working to HEAD. Minor changes
26
1cea8f13 27Revision 1.2.4.2 2000/03/04 23:55:08 nilsen
28Updated comments/documentation.
29
30Revision 1.2.4.1 2000/01/12 19:03:32 nilsen
31This is the version of the files after the merging done in December 1999.
32See the ReadMe110100.txt file for details
33
34Revision 1.2 1999/09/29 09:24:20 fca
35Introduction of the Copyright and cvs Log
36
4c039060 37*/
38
58005f18 39#include "AliITSgeomSPD.h"
40
41ClassImp(AliITSgeomSPD)
195d8dfe 42
43 /*AliITSgeomSPD::AliITSgeomSPD(){
1cea8f13 44////////////////////////////////////////////////////////////////////////
45// default constructor
46////////////////////////////////////////////////////////////////////////
47 dx = 0.64; // cm. (Geant 3.12 units) Orthonormal to y and z
48 dy = 0.0075; // cm. (Geant 3.12 units) Radialy from the Beam Pipe
49 dz = 4.19; // cm. (Geant 3.12 units) Allong the Beam Pipe
50
51 fShapeSPD = new TBRIK("ActiveSPD","Active volume of SPD","SPD SI DET",
52 dx,dy,dz);
195d8dfe 53 }*/
54