]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
TriggerSegmentationV2 renamed TriggerSegmentation
authorpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Nov 2006 09:45:28 +0000 (09:45 +0000)
committerpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Nov 2006 09:45:28 +0000 (09:45 +0000)
MUON/AliMUONDisplay.cxx
MUON/AliMUONResponseTrigger.cxx
MUON/AliMUONSegFactory.cxx
MUON/MUONbaseLinkDef.h
MUON/libMUONbase.pkg

index 6242b822e702c7a1ecad0e35b306ab0584b76144..a23898626f6a9cb52673f8115854155e791eca40 100644 (file)
@@ -78,7 +78,7 @@
 #include "AliMUONSegmentation.h"
 #include "AliMUONGeometrySegmentation.h"
 #include "AliMUONConstants.h"
-#include "AliMUONTriggerSegmentationV2.h"
+#include "AliMUONTriggerSegmentation.h"
 
 #include "AliMpDEIterator.h"
 #include "AliMpSegmentation.h"
@@ -1079,7 +1079,7 @@ void AliMUONDisplay::LoadDigits(Int_t chamber, Int_t cathode)
     AliMUONSegmentation* segmentation = pMUON->GetSegmentation();
     const AliMUONVGeometryDESegmentation* kdeSegmentation 
       = segmentation->GetDESegmentation(1100, cathode-1);
-    if ( dynamic_cast<const AliMUONTriggerSegmentationV2*>(kdeSegmentation) ) old = false;
+    if ( dynamic_cast<const AliMUONTriggerSegmentation*>(kdeSegmentation) ) old = false;
 
     if ( old  && chamber > 10) {
        if (chamber > 10) printf(">>> old segmentation for trigger \n");
index 0ac31d82107000e3a99b65c65e0e116337e33404..f48217a47530c27a758e665cf22916372b7fdbcc 100644 (file)
@@ -28,7 +28,7 @@
 #include "AliMUONGeometryTransformer.h"
 #include "AliMUONHit.h"
 #include "AliMUONSegmentation.h"
-#include "AliMUONTriggerSegmentationV2.h"
+#include "AliMUONTriggerSegmentation.h"
 #include "AliMUONConstants.h"
 
 #include "AliMpPad.h"
index 6000b043c257f1bedab478b5a8cc78fc96b276cf..954ef51bc237d2a212215c8d5a091dfe6385ad16 100644 (file)
@@ -34,7 +34,7 @@
 #include "AliMUONSt12QuadrantSegmentation.h"
 #include "AliMUONSt345SlatSegmentation.h"
 #include "AliMUONSt345SlatSegmentationV2.h"
-#include "AliMUONTriggerSegmentationV2.h"
+#include "AliMUONTriggerSegmentation.h"
 
 #include "AliMpDEManager.h"
 #include "AliMpDEIterator.h"
@@ -214,9 +214,9 @@ AliMUONSegFactory::CreateDESegmentation(Int_t detElemId, Int_t cath)
         break;
     
       case kStationTrigger:              
-        deSegmentation = new AliMUONTriggerSegmentationV2(
+        deSegmentation = new AliMUONTriggerSegmentation(
                                 mpSegmentation, detElemId, planeType); 
-        //cout << "   new AliMUONTriggerSegmentationV2 "                         
+        //cout << "   new AliMUONTriggerSegmentation "                   
        //     << StationTypeName(stationType) << "  "  
        //     << PlaneTypeName(planeType) << "  "                        
        //     << deName << endl;                                 
index dae7311c7f5f4d087c517c308d275dcb3172cfca..fb928af8212f10a81dad6a55718888a6e32289e9 100644 (file)
@@ -11,7 +11,7 @@
 #pragma link C++ class AliMUONSt12QuadrantSegmentation+; 
 #pragma link C++ class AliMUONSt345SlatSegmentation+;
 #pragma link C++ class AliMUONSt345SlatSegmentationV2+;
-#pragma link C++ class AliMUONTriggerSegmentationV2+;
+#pragma link C++ class AliMUONTriggerSegmentation+;
 
 // geometry 
 #pragma link C++ class AliMUONMathieson+; 
index 761d4fd62e09e22fd6d98908622999a0a0d69e42..0cffcb44c60f592601fac6713c206ccf667b2031 100644 (file)
@@ -25,7 +25,7 @@ SRCS:=  AliMUON.cxx AliMUONv1.cxx \
         AliMUONSt12QuadrantSegmentation.cxx \
         AliMUONSt345SlatSegmentation.cxx \
         AliMUONSt345SlatSegmentationV2.cxx \
-        AliMUONTriggerSegmentationV2.cxx \
+        AliMUONTriggerSegmentation.cxx \
         AliMUONSegFactory.cxx \
         AliMUONV2DStore.cxx \
         AliMUONV1DStore.cxx \