]> git.uio.no Git - u/mrichter/AliRoot.git/blob - AliGeant4/macro/MUON/Config.C
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / AliGeant4 / macro / MUON / Config.C
1 void Config(Int_t version)
2 {
3   gSystem->Load("libmicrocern");
4   gSystem->Load("libMUON");
5
6   AliMUON *MUON = 0;
7   switch (version) {
8     case 0: MUON  = new AliMUONv0("MUON","normal MUON"); break;
9     case 1: MUON  = new AliMUONv1("MUON","default"); break;
10   }  
11 }