]> git.uio.no Git - u/mrichter/AliRoot.git/blob - AliGeant4/macro/CASTOR/Config.C
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / AliGeant4 / macro / CASTOR / Config.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 }