]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerCircuit.h
Protection if the compiler is not gcc
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerCircuit.h
index dd99a1f454026f84502c07e0dc50d6e09b979ad6..1b31eec9920ab6076f4855d69ca9c32494a98cba 100644 (file)
@@ -6,7 +6,7 @@
 /* $Id$ */
 // Revision of includes 07/05/2004
 //
-/// \ingroup trigger
+/// \ingroup base
 /// \class AliMUONTriggerCircuit
 /// \brief MUON Trigger circuit
 ///
@@ -44,7 +44,8 @@ public:
   void  SetTransformer(const AliMUONGeometryTransformer* transformer) {fTransformer = transformer;}
   /// Get pointer to transformations
   const AliMUONGeometryTransformer* GetTransformer() const {return fTransformer;}
-
+  Float_t PtCal(Int_t localBoardId, Int_t istripX, Int_t idev, Int_t istripY) const;
+  
 private:
 
   void LoadYPos(AliMpLocalBoard* localBoard);