From 94d085f85411fa9ee32627c55c95a15b155510cb Mon Sep 17 00:00:00 2001 From: pcrochet Date: Fri, 3 Nov 2006 09:45:28 +0000 Subject: [PATCH] TriggerSegmentationV2 renamed TriggerSegmentation --- MUON/AliMUONDisplay.cxx | 4 ++-- MUON/AliMUONResponseTrigger.cxx | 2 +- MUON/AliMUONSegFactory.cxx | 6 +++--- MUON/MUONbaseLinkDef.h | 2 +- MUON/libMUONbase.pkg | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MUON/AliMUONDisplay.cxx b/MUON/AliMUONDisplay.cxx index 6242b822e70..a23898626f6 100644 --- a/MUON/AliMUONDisplay.cxx +++ b/MUON/AliMUONDisplay.cxx @@ -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(kdeSegmentation) ) old = false; + if ( dynamic_cast(kdeSegmentation) ) old = false; if ( old && chamber > 10) { if (chamber > 10) printf(">>> old segmentation for trigger \n"); diff --git a/MUON/AliMUONResponseTrigger.cxx b/MUON/AliMUONResponseTrigger.cxx index 0ac31d82107..f48217a4753 100644 --- a/MUON/AliMUONResponseTrigger.cxx +++ b/MUON/AliMUONResponseTrigger.cxx @@ -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" diff --git a/MUON/AliMUONSegFactory.cxx b/MUON/AliMUONSegFactory.cxx index 6000b043c25..954ef51bc23 100644 --- a/MUON/AliMUONSegFactory.cxx +++ b/MUON/AliMUONSegFactory.cxx @@ -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; diff --git a/MUON/MUONbaseLinkDef.h b/MUON/MUONbaseLinkDef.h index dae7311c7f5..fb928af8212 100644 --- a/MUON/MUONbaseLinkDef.h +++ b/MUON/MUONbaseLinkDef.h @@ -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+; diff --git a/MUON/libMUONbase.pkg b/MUON/libMUONbase.pkg index 761d4fd62e0..0cffcb44c60 100644 --- a/MUON/libMUONbase.pkg +++ b/MUON/libMUONbase.pkg @@ -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 \ -- 2.43.0