X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=MUON%2FAliMUONTriggerQADataMakerRec.h;h=e66e99cc989af3e3f6e71990085307c5767af63e;hp=c4cf1832a01163c5a8e04c1e81c29b37c473523c;hb=5c937f06e2d0dd389658ddb8821a3f0de957cd19;hpb=ac09753dc3bf088388559404af91a01d5eca40d9 diff --git a/MUON/AliMUONTriggerQADataMakerRec.h b/MUON/AliMUONTriggerQADataMakerRec.h index c4cf1832a01..e66e99cc989 100644 --- a/MUON/AliMUONTriggerQADataMakerRec.h +++ b/MUON/AliMUONTriggerQADataMakerRec.h @@ -62,7 +62,7 @@ private: TObjArray* GetDCSValues(Int_t iMeas, Int_t detElemId, TMap* triggerDcsMap, AliMpDCSNamer& triggerDcsNamer); UChar_t RawTriggerInGlobal2OutGlobal(UInt_t globalInput[4]); - void RawTriggerMatchOutLocal(const AliMUONVTriggerStore& inputTriggerStore, const AliMUONVTriggerStore& recoTriggerStore); + void RawTriggerMatchOutLocal(); //void RawTriggerMatchOutLocalInRegional(); void RawTriggerMatchOutGlobal(AliMUONGlobalTrigger& inputLocalTrigger, AliMUONGlobalTrigger& recoGlobalTrigger, @@ -86,8 +86,11 @@ private: AliMUONCalibrationData* fCalibrationData; //!< Used to load Local, Regional and Global masks AliMUONTriggerElectronics* fTriggerProcessor; //!< trigger processore to re-compute response AliMUONVDigitStore* fDigitStore; //!< pointer to digits store + AliMUONVDigitStore* fDigitStoreFromRaw; //!< pointer to digit store from RAW data + AliMUONVTriggerStore* fTriggerStoreFromRaw; //!< pointer to trigger store from input RAW data + AliMUONVTriggerStore* fTriggerStoreReprocessRaw; //!< pointer to trigger store from re-computed RAW data - ClassDef(AliMUONTriggerQADataMakerRec,1) // MUON Quality assurance data maker + ClassDef(AliMUONTriggerQADataMakerRec,2) // MUON Quality assurance data maker };