]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding comments (Christian)
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 1 Jun 2006 10:12:21 +0000 (10:12 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 1 Jun 2006 10:12:21 +0000 (10:12 +0000)
MUON/AliMUONDigitMaker.h
MUON/AliMUONRawWriter.h

index cfb73d31848858c418d969cb9f8819dd2056f886..84e1d96d151b33b8e97a427196eea3b2de9af4eb 100644 (file)
@@ -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
 };
index 426e90b88dd2a0621e99a5ae3567439c2c3e92cc..4dda3abdae754b5554f26340426d8760a9091efe 100644 (file)
@@ -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