]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSMakeSDigits.C
added the delete of EMCAL object posted in the folder when new file is opened
[u/mrichter/AliRoot.git] / ITS / AliITSMakeSDigits.C
CommitLineData
38f7c306 1void AliITSMakeSDigits(Int_t n){
2//gInterpreter->ProcessLine(".L ($ALICE_ROOT)/ITS/AliITSHits2SDigits.C");
3
4gROOT->LoadMacro("$ALICE_ROOT/ITS/AliITSHits2SDigits.C");
5
6AliITSHits2SDigits(0,n-1);
7}