git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
New version of ITS for the TDR
[u/mrichter/AliRoot.git]
/
ITS
/
AliITSgeomSPD.cxx
1
#include "AliITSgeomSPD.h"
2
3
ClassImp(AliITSgeomSPD)
4
AliITSgeomSPD::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
}