]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationTriggerX.cxx
Obsolete - removed
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationTriggerX.cxx
index 2d0771776f68ce94215a9ff4ee98993c52a1dcb6..b5973b85b4b4ec2df9cc226b5683dfcab2fb49aa 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.11  2001/05/16 14:57:17  alibrary
-New files for folders and Stack
-
-Revision 1.10  2000/12/21 22:12:41  morsch
-Clean-up of coding rule violations,
-
-Revision 1.9  2000/11/20 21:44:17  pcrochet
-some modifications to account for the new class AliMUONResponseTriggerV1
-
-Revision 1.8  2000/11/12 17:17:03  pcrochet
-BuildGeometry of AliMUON for trigger chambers delegated to AliMUONSegmentationTriggerX (same strategy as for tracking chambers)
-
-Revision 1.7  2000/10/03 21:48:07  morsch
-Adopt to const declaration of some of the methods in AliSegmentation.
-
-Revision 1.6  2000/10/02 16:58:29  egangler
-Cleaning of the code :
--> coding conventions
--> void Streamers
--> some useless includes removed or replaced by "class" statement
-
-Revision 1.5  2000/07/03 11:54:57  morsch
-AliMUONSegmentation and AliMUONHitMap have been replaced by AliSegmentation and AliHitMap in STEER
-The methods GetPadIxy and GetPadXxy of AliMUONSegmentation have changed name to GetPadI and GetPadC.
-
-Revision 1.4  2000/06/29 12:34:09  morsch
-AliMUONSegmentation class has been made independent of AliMUONChamber. This makes
-it usable with any other geometry class. The link to the object to which it belongs is
-established via an index. This assumes that there exists a global geometry manager
-from which the pointer to the parent object can be obtained (in our case gAlice).
-
-Revision 1.3  2000/06/26 10:01:26  pcrochet
-global variables removed
-
-Revision 1.2  2000/06/15 07:58:48  morsch
-Code from MUON-dev joined
-
-Revision 1.1.2.1  2000/06/09 21:51:03  morsch
-Code from AliMUONSegResTrigger.cxx
-
-*/
-
-
-
-/*
-Old Log:
-Revision 1.1.2.4  2000/04/26 12:33:25  morsch
-Minor changes in some methods (CP)
-
-Revision 1.1.2.3  2000/03/20 18:14:16  morsch
-Missing sector added.
-
-Revision 1.1.2.2  2000/02/20 07:50:49  morsch
-Bugs in Dpx, Dpy and ISector methods corrected (P.C.)
-
-Revision 1.1.2.1  2000/02/17 14:33:49  morsch
-Draft version from P. Crochet
-
-*/
+/* $Id$ */
 
 #include <TMath.h>
 #include <TBRIK.h>
@@ -88,7 +28,7 @@ Draft version from P. Crochet
 #include "TArc.h"
 #include "AliMUONChamber.h"
 #include "AliRun.h"  // gAlice
-#include <iostream.h> 
+#include <Riostream.h> 
 ClassImp(AliMUONSegmentationTriggerX)
 
 //------------------------------------------------------------------
@@ -96,7 +36,7 @@ void AliMUONSegmentationTriggerX::Init(Int_t chamber)
 {
 // intialize X segmentation 
   AliMUON *pMUON  = (AliMUON *) gAlice->GetModule("MUON");
-  if(pMUON->GetDebug()) cout << ClassName() << ": Initialize Trigger Chamber Geometry X " << "\n";    
+  if(pMUON->GetDebug()>1) printf("%s: Initialize Trigger Chamber Geometry X\n",ClassName());
   AliMUONSegmentationTrigger::Init(chamber);
 
 // calculate x & y position of X strips
@@ -271,15 +211,26 @@ Float_t AliMUONSegmentationTriggerX::Dpy(Int_t isec) const
   }   
 }
 
+//------------------------------------------------------------------   
+void AliMUONSegmentationTriggerX::GetPadI(Float_t x, Float_t y, Float_t /*z*/, Int_t &ix, Int_t &iy) 
+{
+  GetPadI(x, y, ix, iy);
+}
+
 //------------------------------------------------------------------   
 void AliMUONSegmentationTriggerX::SetHit(Float_t xhit, Float_t yhit)
 { 
 // set hit during disIntegration
 AliMUONSegmentationTrigger::SetHit(xhit,yhit);
 }
+//------------------------------------------------------------------   
+void AliMUONSegmentationTriggerX::SetHit(Float_t xhit, Float_t yhit, Float_t /*zhit*/)
+{
+  SetHit(xhit, yhit);
+}
 
 //------------------------------------------------------------------   
-Int_t AliMUONSegmentationTriggerX::Sector(Int_t ix, Int_t iy
+Int_t AliMUONSegmentationTriggerX::Sector(Int_t ix, Int_t /*iy*/
 {
 // Returns sector number for given module
 //