From: martinez Date: Thu, 1 Jun 2006 10:12:21 +0000 (+0000) Subject: Adding comments (Christian) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=ce373c77ebce728821ac77ef30d63a792288c596 Adding comments (Christian) --- diff --git a/MUON/AliMUONDigitMaker.h b/MUON/AliMUONDigitMaker.h index cfb73d31848..84e1d96d151 100644 --- a/MUON/AliMUONDigitMaker.h +++ b/MUON/AliMUONDigitMaker.h @@ -63,14 +63,14 @@ class AliMUONDigitMaker : public TObject AliMUONRawStreamTracker* fRawStreamTracker; //!< pointer of raw stream for tracker AliMUONRawStreamTrigger* fRawStreamTrigger; //!< pointer of raw stream for trigger - AliMUONDigit* fDigit; //!< pointer to digits + AliMUONDigit* fDigit; //!< pointer to digits - AliMUONLocalTrigger* fLocalTrigger; //!< pointer to local trigger - AliMUONGlobalTrigger* fGlobalTrigger;//!< pointer to local trigger + AliMUONLocalTrigger* fLocalTrigger; //!< pointer to local trigger + AliMUONGlobalTrigger* fGlobalTrigger; //!< pointer to local trigger - TStopwatch fTrackerTimer; //!< - TStopwatch fTriggerTimer; //!< - TStopwatch fMappingTimer; //!< + TStopwatch fTrackerTimer; //!< time watcher for tracker part + TStopwatch fTriggerTimer; //!< time watcher for trigger part + TStopwatch fMappingTimer; //!< time watcher for mapping-tracker part ClassDef(AliMUONDigitMaker,1) // MUON digit maker from rawdata }; diff --git a/MUON/AliMUONRawWriter.h b/MUON/AliMUONRawWriter.h index 426e90b88dd..4dda3abdae7 100644 --- a/MUON/AliMUONRawWriter.h +++ b/MUON/AliMUONRawWriter.h @@ -87,9 +87,9 @@ private: static Int_t fgManuPerBusSwp2B[12]; //!< array containing the first manuId for each buspatch st2, Bending static Int_t fgManuPerBusSwp2NB[12]; //!< array containing the first manuId for each buspatch st2, NBending - TStopwatch fTrackerTimer; //!< - TStopwatch fTriggerTimer; //!< - TStopwatch fMappingTimer; //!< + TStopwatch fTrackerTimer; //!< time watcher for tracker part + TStopwatch fTriggerTimer; //!< time watcher for trigger part + TStopwatch fMappingTimer; //!< time watcher for mapping-tracker part AliMpSegFactory* fSegFactory; //!< mapping segmentation factory