]> git.uio.no Git - u/mrichter/AliRoot.git/blame - AliGeant4/macro/START/Config.C
updated for changes in Config.C and new versions of detectors
[u/mrichter/AliRoot.git] / AliGeant4 / macro / START / Config.C
CommitLineData
676fb573 1void Config(Int_t version)
2{
3 gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libSTART");
4
5 AliSTART* START = 0;
6 switch (version) {
7 case 0: START = new AliSTARTv0("START","START Detector"); break;
e6738716 8 //case 1: START = new AliSTARTv1("START","START Detector"); break;
676fb573 9 }
10
11//=================== START parameters ============================
12
13}