1 void sim(Int_t nev=20) {
2 AliSimulation simulator;
3 simulator.SetMakeSDigits("TRD TOF PHOS HMPID EMCAL MUON FMD ZDC PMD T0 VZERO");
4 simulator.SetMakeDigitsFromHits("ITS TPC");
5 simulator.SetWriteRawData("ALL","raw.root",kTRUE);
7 simulator.SetDefaultStorage("local://$ALICE_ROOT");
8 simulator.SetSpecificStorage("GRP/GRP/Data",
9 Form("local://%s",gSystem->pwd()));
10 simulator.SetRunQA("ALL:ALL") ;
11 AliQA::SetQARefStorage("local://$ALICE_ROOT") ;
13 for (Int_t det = 0 ; det < AliQA::kNDET ; det++) {
14 simulator.SetQACycles(det, nev+1) ;