X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONSegFactory.cxx;fp=MUON%2FAliMUONSegFactory.cxx;h=954ef51bc237d2a212215c8d5a091dfe6385ad16;hb=94d085f85411fa9ee32627c55c95a15b155510cb;hp=6000b043c257f1bedab478b5a8cc78fc96b276cf;hpb=d5d35295c88a962e810864e53e178e5125dd877e;p=u%2Fmrichter%2FAliRoot.git 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;