]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSlatPadIterator.h
Coding conventions (Laurent)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSlatPadIterator.h
index ddf8dddb03e1f6652460ca32748de45b07cd73a5..b759ca5c262468e873a9644be0b74c297cf2588d 100644 (file)
@@ -40,10 +40,10 @@ class AliMpSlatPadIterator : public AliMpVPadIterator
   AliMpArea Intersect(const AliMpArea& a, const AliMpArea& b) const;
 
  private:
-  const AliMpSlat* fkSlat;
-  std::vector<AliMpVPadIterator*> fDelegates;
-  AliMpVPadIterator* fCurrentDelegate;
-  UInt_t fCurrentDelegateIndex;
+  const AliMpSlat* fkSlat; // pointer to the slat being iterated over
+  std::vector<AliMpVPadIterator*> fDelegates; // iterators we do use
+  AliMpVPadIterator* fCurrentDelegate; // current iterator
+  UInt_t fCurrentDelegateIndex; // current iterator index
 
   ClassDef(AliMpSlatPadIterator,1) // Pad iterator for St 345 Slats
 };