]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITSMakeSDigits.C
Removing obsolete macros
[u/mrichter/AliRoot.git] / ITS / AliITSMakeSDigits.C
1 void AliITSMakeSDigits(Int_t n){
2 //gInterpreter->ProcessLine(".L ($ALICE_ROOT)/ITS/AliITSHits2SDigits.C");
3
4 gROOT->LoadMacro("$ALICE_ROOT/ITS/AliITSHits2SDigits.C");
5
6 AliITSHits2SDigits(0,n-1);
7 }