From: schutz Date: Thu, 12 Mar 2009 21:35:05 +0000 (+0000) Subject: added a setter of fEventSpecie X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=80636887a5ed96f000f1ed07bc2bfa2d3aad8962;p=u%2Fmrichter%2FAliRoot.git added a setter of fEventSpecie --- 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'