From ce373c77ebce728821ac77ef30d63a792288c596 Mon Sep 17 00:00:00 2001 From: martinez Date: Thu, 1 Jun 2006 10:12:21 +0000 Subject: [PATCH] Adding comments (Christian) --- MUON/AliMUONDigitMaker.h | 12 ++++++------ MUON/AliMUONRawWriter.h | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) 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 -- 2.31.1