]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Comments for Doxygen
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 Jun 2007 13:31:43 +0000 (13:31 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 Jun 2007 13:31:43 +0000 (13:31 +0000)
MUON/AliMUONTriggerChamberEff.cxx
MUON/AliMUONTriggerChamberEff.h

index ed1647f0c854ffcdf60aff9aa7afb137c28424d8..67cf08b41231f477f3e8602bad76dd127389d6fe 100644 (file)
@@ -119,6 +119,8 @@ AliMUONTriggerChamberEff::AliMUONTriggerChamberEff(const AliMUONTriggerChamberEf
      fDebugLevel(other.fDebugLevel),
      fkMaxDistance(other.fkMaxDistance)
 {
+/// copy constructor
+
     for(Int_t ch=0; ch<fgkNchambers; ch++){
        for(Int_t cath=0; cath<fgkNcathodes; cath++){
            fTrigger34[ch][cath] = other.fTrigger34[ch][cath];
index e194d84b5314cdf602ee545869ee14515d3d430c..7eecba633bea8c686f95b904bb2b7daa13dfb7c4 100644 (file)
@@ -31,8 +31,8 @@ public:
     
     virtual ~AliMUONTriggerChamberEff();
 
-    AliMUONTriggerChamberEff(const AliMUONTriggerChamberEff& other); // copy constructor
-    AliMUONTriggerChamberEff& operator=(const AliMUONTriggerChamberEff& other); // assignment operator
+    AliMUONTriggerChamberEff(const AliMUONTriggerChamberEff& other); 
+    AliMUONTriggerChamberEff& operator=(const AliMUONTriggerChamberEff& other);
     
     /// Set Reproduce trigger response
     void SetReproduceTrigResponse(Bool_t reproduceTrigRes=kFALSE)
@@ -64,12 +64,12 @@ private:
     static const Int_t fgkNslats=18;   ///< Number of slats per chamber
     static const Int_t fgkNboards=234; ///< Number of trigger boards per chamber
 
-    Int_t fTrigger34[fgkNchambers][fgkNcathodes]; //< Array counting # of times chamber was inefficient
-    Int_t fTrigger44[fgkNcathodes]; //< Array counting # of times all chambers were efficient
-    Int_t fInefficientSlat[fgkNchambers][fgkNcathodes][fgkNslats]; //< Array counting # of times slats were inefficient
-    Int_t fHitPerSlat[fgkNchambers][fgkNcathodes][fgkNslats]; //< Array counting # of times slats were efficient
-    Int_t fInefficientBoard[fgkNchambers][fgkNcathodes][fgkNboards]; //< Array counting # of times boards were inefficient
-    Int_t fHitPerBoard[fgkNchambers][fgkNcathodes][fgkNboards]; //< Array counting # of times boards were efficient
+    Int_t fTrigger34[fgkNchambers][fgkNcathodes]; ///< Array counting # of times chamber was inefficient
+    Int_t fTrigger44[fgkNcathodes]; ///< Array counting # of times all chambers were efficient
+    Int_t fInefficientSlat[fgkNchambers][fgkNcathodes][fgkNslats]; ///< Array counting # of times slats were inefficient
+    Int_t fHitPerSlat[fgkNchambers][fgkNcathodes][fgkNslats]; ///< Array counting # of times slats were efficient
+    Int_t fInefficientBoard[fgkNchambers][fgkNcathodes][fgkNboards]; ///< Array counting # of times boards were inefficient
+    Int_t fHitPerBoard[fgkNchambers][fgkNcathodes][fgkNboards]; ///< Array counting # of times boards were efficient
     
     const AliMUONGeometryTransformer* fTransformer; //!< geometry transformer
     const AliMUONDigitMaker* fDigitMaker; //!< pointer to digit maker