From 80636887a5ed96f000f1ed07bc2bfa2d3aad8962 Mon Sep 17 00:00:00 2001 From: schutz Date: Thu, 12 Mar 2009 21:35:05 +0000 Subject: [PATCH] added a setter of fEventSpecie --- STEER/AliSimulation.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/STEER/AliSimulation.h b/STEER/AliSimulation.h index d50ae2c9162..df4b2e40a04 100644 --- a/STEER/AliSimulation.h +++ b/STEER/AliSimulation.h @@ -118,6 +118,7 @@ public: void SetQAWriteExpert(AliQA::DETECTORINDEX_t det) { fQAManager->SetWriteExpert(det) ; } void SetQARefDefaultStorage(const char* uri); void InitQA(); + void SetEventSpecie(AliRecoParam::EventSpecie_t es) { fEventSpecie = es ; } @@ -181,9 +182,9 @@ private: static const char * fgkDetectorName[fgkNDetectors] ; // names of detectors TString fQADetectors ; // list of detectors to be QA'ed TString fQATasks ; // list of QA tasks to be performed - AliQAManager * fQAManager ; // steering object to run QA + AliQAManager * fQAManager ; // steering object to run QA Bool_t fRunQA ; // Runs the QA at the end of simulation - AliRecoParam::EventSpecie_t fEventSpecie ; // type of event (see AliRecoParam::EventSpecie_t) + AliRecoParam::EventSpecie_t fEventSpecie ; // type of event (see AliRecoParam::EventSpecie_t) //HLT TString fRunHLT; // HLT options, HLT is disabled if empty, default='default' -- 2.43.0