]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpDetElement.h
AliMUONDigitCalibrator
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpDetElement.h
index 29c9b59bec6dc8bc965a778a1a9e48553296697e..6df7be359ea3b2744e3c0d79e9b7cf466971b26b 100644 (file)
@@ -74,6 +74,9 @@ class AliMpDetElement : public  TObject {
     
     const AliMpArrayI* ManusForHV(Int_t hvIndex) const;
     
+           /// Return the number of channels in this detection element    
+    Int_t NofChannels() const { return fNofChannels; }
+    
   private:
     /// Not implemented
     AliMpDetElement();
@@ -101,7 +104,9 @@ class AliMpDetElement : public  TObject {
     
     AliMpExMap fHVmanus; ///< map of HV->manu
     
-  ClassDef(AliMpDetElement,2)  // The manager class for definition of detection element types
+    Int_t fNofChannels; ///< number of channels in this detection element
+    
+  ClassDef(AliMpDetElement,3)  // The manager class for definition of detection element types
 };
 
 // inline function