From 5d70958ecd6df9bc5310081847d4e535082096f4 Mon Sep 17 00:00:00 2001 From: ivana Date: Fri, 17 Mar 2006 16:54:40 +0000 Subject: [PATCH] Changing the default behavior of AliMUONv1 (Laurent) --- MUON/Config.C | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/MUON/Config.C b/MUON/Config.C index acf1487b4b7..f03bbf6a02e 100644 --- a/MUON/Config.C +++ b/MUON/Config.C @@ -155,9 +155,11 @@ void Config(char directory[100]="", char option[6]="param") // // - "FactoryV4", that is all stations using new segmentations/mapping // - "sdigitizer:AliMUONSDigitizerV2", performing decalibration - // - "digitizer:NewDigitizerOldTrigger" <=> digitizer=AliMUONDigitizerV3, - // using the "old" trigger code, performing calibration - // + // - "digitizer:NewDigitizerWithNoiseOldTrigger" => + // digitizer=AliMUONDigitizerV3, + // using the "old" trigger code, performing calibration, and + // generating noise-only digits for the tracker. + AliMUON *MUON = new AliMUONv1("MUON"); //To get old behavior (which usage is no longer supported), please use : @@ -166,12 +168,18 @@ void Config(char directory[100]="", char option[6]="param") // "AliMUONSDigitizerv1", // "AliMUONDigitizerv2"); // - //To get brand new trigger code, please use : + // To get brand new trigger code, please use : + // + // AliMUON *MUON = new AliMUONv1("MUON", "FactoryV4", + // "sdigitizer:AliMUONSDigitizerV2", + // "digitizer:NewDigitizerNewTrigger"); + // + // To enable Trigger Chamber Efficiency, please use : // // AliMUON *MUON = new AliMUONv1("MUON", "FactoryV4", // "sdigitizer:AliMUONSDigitizerV2", - // "digitizer:NewDigitizerNewTrigger"); - + // "digitizer:NewDigitizerEffTrigger"); + // // If SetAlign, the detection elements transformations // are taken from the input file and not from the code // MUON->SetAlign("transform.dat"); -- 2.39.3