]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationTriggerX.cxx
Protection against wrong name added
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationTriggerX.cxx
index b5516353cda79fc3e54f5f07903cbfaca621abaa..5db25ae940ac6ba30037a5af057e3cc6dad142e2 100644 (file)
 
 /*
 $Log$
+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)
 
@@ -86,7 +92,8 @@ ClassImp(AliMUONSegmentationTriggerX)
 void AliMUONSegmentationTriggerX::Init(Int_t chamber)
 {
 // intialize X segmentation 
-  cout << "Initialize Trigger Chamber Geometry X " << "\n";    
+  AliMUON *pMUON  = (AliMUON *) gAlice->GetModule("MUON");
+  if(pMUON->GetDebug()) cout << ClassName() << ": Initialize Trigger Chamber Geometry X " << "\n";    
   AliMUONSegmentationTrigger::Init(chamber);
 
 // calculate x & y position of X strips
@@ -322,7 +329,7 @@ IntegrationLimits(Float_t& x1, Float_t& x2, Float_t& x3, Float_t& x4)
 //------------------------------------------------------------------   
 void AliMUONSegmentationTriggerX::Draw(const char* opt) const
 {
-  
+// Draw method for event display  
   if (!strcmp(opt,"eventdisplay")) { 
     TNode *node, *nodeS;
     char nameChamber[10], nameNode[10];
@@ -387,3 +394,5 @@ void AliMUONSegmentationTriggerX::Draw(const char* opt) const
 }
 
 
+
+