From 9e8ff550a00404c270a99b6900b0c8ab734b0f69 Mon Sep 17 00:00:00 2001 From: pcrochet Date: Mon, 20 Nov 2000 21:46:01 +0000 Subject: [PATCH] add AliMUONResponseTriggerV1 --- MUON/Config.C | 3 +++ MUON/Config_slat.C | 4 +++- MUON/MUONLinkDef.h | 1 + MUON/Makefile | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/MUON/Config.C b/MUON/Config.C index a0c1d173167..47e8c1c8d71 100644 --- a/MUON/Config.C +++ b/MUON/Config.C @@ -656,7 +656,10 @@ AliMUON *MUON = new AliMUONv1("MUON","normal MUON"); //-------------------------------------------------------- // Configuration for Trigger staions --------------------- //^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +// Cluster-size off AliMUONResponseTrigger* responseTrigger0 = new AliMUONResponseTrigger; +// Cluster-size on +// AliMUONResponseTriggerV1* responseTrigger0 = new AliMUONResponseTriggerV1; chamber=11; MUON->SetNsec(chamber-1,2); diff --git a/MUON/Config_slat.C b/MUON/Config_slat.C index c5eaff070c0..d82fe759111 100644 --- a/MUON/Config_slat.C +++ b/MUON/Config_slat.C @@ -711,8 +711,10 @@ AliMUON *MUON = new AliMUONv1("MUON","normal MUON"); //-------------------------------------------------------- // Configuration for Trigger Stations -------------------- //^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - +// Cluster-size off AliMUONResponseTrigger* responseTrigger0 = new AliMUONResponseTrigger; +// Cluster-size on +// AliMUONResponseTriggerV1* responseTrigger0 = new AliMUONResponseTriggerV1; chamber=11; MUON->SetNsec(chamber-1,2); diff --git a/MUON/MUONLinkDef.h b/MUON/MUONLinkDef.h index 3ab275b7871..c75e103a859 100644 --- a/MUON/MUONLinkDef.h +++ b/MUON/MUONLinkDef.h @@ -17,6 +17,7 @@ #pragma link C++ class AliMUONSegmentationV0; #pragma link C++ class AliMUONResponseV0; #pragma link C++ class AliMUONResponseTrigger; +#pragma link C++ class AliMUONResponseTriggerV1; #pragma link C++ class AliMUONSegmentationV01; #pragma link C++ class AliMUONSegmentationV02; #pragma link C++ class AliMUONSegmentationV04; diff --git a/MUON/Makefile b/MUON/Makefile index 9a3cccd9e2e..2bb1dedcb69 100644 --- a/MUON/Makefile +++ b/MUON/Makefile @@ -16,6 +16,7 @@ SRCS = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \ AliMUONSegmentationV02.cxx AliMUONSegmentationV04.cxx \ AliMUONSegmentationV05.cxx\ AliMUONSegmentationTrigger.cxx AliMUONResponseTrigger.cxx\ + AliMUONResponseTriggerV1.cxx\ AliMUONSegmentationTriggerX.cxx AliMUONSegmentationTriggerY.cxx \ AliMUONSegmentationV1.cxx AliMUON.cxx AliMUONv0.cxx AliMUONv1.cxx\ AliMUONDisplay.cxx AliMUONPoints.cxx \ -- 2.43.0