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
/
ZDC
/
ConfigPPR.C
1
void Config(Int_t version)
2
{
3
gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libZDC");
4
5
AliZDC* ZDC = 0;
6
switch (version) {
7
case 1: ZDC = new AliZDCv1("ZDC","normal ZDC"); break;
8
}
9
10
//=================== ZDC parameters ============================
11
}