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
Initial version
[u/mrichter/AliRoot.git]
/
AliGeant4
/
macro
/
CASTOR
/
ConfigPPR.C
1
void Config(Int_t version)
2
{
3
gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libCASTOR");
4
5
AliCASTOR* CASTOR = 0;
6
switch (version) {
7
case 1: CASTOR = new AliCASTORv1("CASTOR","normal CASTOR"); break;
8
}
9
10
//=================== CASTOR parameters ============================
11
}