From 10c8d1ce00f45a29923e4b9eee57884ce09485d8 Mon Sep 17 00:00:00 2001 From: hristov Date: Mon, 15 May 2006 12:55:38 +0000 Subject: [PATCH] Adding MuonSim.SetMakeTrigger(MUON); now required by the new CTP framework (Christian) --- MUON/AlirootRun_MUONtest.sh | 1 + MUON/AlirootRun_MUONtestlong.sh | 1 + MUON/README | 1 + 3 files changed, 3 insertions(+) diff --git a/MUON/AlirootRun_MUONtest.sh b/MUON/AlirootRun_MUONtest.sh index 512684e5449..7083378776f 100755 --- a/MUON/AlirootRun_MUONtest.sh +++ b/MUON/AlirootRun_MUONtest.sh @@ -23,6 +23,7 @@ aliroot -b >& testSim.out << EOF // man->SetSpecificStorage("MUON","local://$ALICE_ROOT/MUON/ResMisAlignCDB"); gRandom->SetSeed($SEED); AliSimulation MuonSim("$ALICE_ROOT/MUON/Config.C"); +MuonSim.SetMakeTrigger("MUON"); MuonSim.SetWriteRawData("MUON"); MuonSim.Run($NEVENTS); .q diff --git a/MUON/AlirootRun_MUONtestlong.sh b/MUON/AlirootRun_MUONtestlong.sh index f819d9ac6c2..b987bd610b8 100755 --- a/MUON/AlirootRun_MUONtestlong.sh +++ b/MUON/AlirootRun_MUONtestlong.sh @@ -46,6 +46,7 @@ aliroot -b >& testSim.out << EOF gRandom->SetSeed($SEED); AliCDBManager::Instance()->SetDefaultStorage("$CDB"); AliSimulation MuonSim("$ALICE_ROOT/MUON/Config.C"); +MuonSim.SetMakeTrigger("MUON"); MuonSim.Run($NEVENTS); .q EOF diff --git a/MUON/README b/MUON/README index a3f9fd2b199..e5f0c8a37b5 100644 --- a/MUON/README +++ b/MUON/README @@ -213,6 +213,7 @@ The method AliSimulation::SetWriteRawData("MUON") enables on the muon rawdata generation aliroot -b << EOF AliSimulation MuonSim("$ALICE_ROOT/MUON/Config.C") +MuonSim.SetMakeTrigger("MUON"); MuonSim.SetWriteRawData("MUON") MuonSim.Run(10) .q -- 2.31.1