]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSgeomSPD.cxx
New version of ITS for the TDR
[u/mrichter/AliRoot.git] / ITS / AliITSgeomSPD.cxx
CommitLineData
58005f18 1#include "AliITSgeomSPD.h"
2
3ClassImp(AliITSgeomSPD)
4AliITSgeomSPD::AliITSgeomSPD(){
5 //
6 // default constructor
7 //
8 fShapeSPD = new TBRIK("ActiveSPD","Active volume of SPD","SPD SI CHIP",
9 2.5E-2/2.0,1.38/2.0,8.2/2.0);
10}