From eb08466a7c5bfb58236501a0a79266b316c6c99a Mon Sep 17 00:00:00 2001 From: Bertrand Martin <martindl@cern.ch> Date: Mon, 29 Mar 2021 20:43:54 +0200 Subject: [PATCH] tauRec: remove outdated RTT config file Hello, This MR is simply deleting an ancient RTT config file. Cheers, Bertrand --- .../tauRec/share/tauRec_RTT_topOptions.py | 62 ------------------- 1 file changed, 62 deletions(-) delete mode 100644 Reconstruction/tauRec/share/tauRec_RTT_topOptions.py diff --git a/Reconstruction/tauRec/share/tauRec_RTT_topOptions.py b/Reconstruction/tauRec/share/tauRec_RTT_topOptions.py deleted file mode 100644 index e0bd3f1054e7..000000000000 --- a/Reconstruction/tauRec/share/tauRec_RTT_topOptions.py +++ /dev/null @@ -1,62 +0,0 @@ - -DetDescrVersion="ATLAS-CSC-01-02-00" - - -doESD = True # if false, all algorithms are switched off by defaults -########################### -donewTracking=True -doxKalman=True -doiPatRec=True -doEmCluster=True -doCaloCluster=True -doCaloTopoCluster=True - -doMoore=False -doMuonboy=False -doConversion=False -doBtagging=False -doEgamma=True -doJetRec=True -doTauRec=True -doMuonIDStandAlone=False -doMuonIDCombined=False -doMuidLowPt=False -doMuGirl=False -doStaco=False -doMuTag=False -doTileMuID=False -doMissingET=False -doObjMissingET=False -doEFlow=False -doEFlowJet= False -doTrigger=False -doAtlfast=False -############################ -doWriteESD = False -doWriteTAG = False -doWriteAOD = True -doTrigger = False -doHist = False -doAOD = True -doCBNT=True - -# number of event to process -#EvtMax= 5 -EvtMax=-1 - -if not 'BTaggingFlags' in dir(): - from BTagging.BTaggingFlags import BTaggingFlags - BTaggingFlags.JetFitterTag=False - #BTaggingFlags.OutputLevel=INFO - -#disable atlfast -from ParticleBuilderOptions.AODFlags import AODFlags -AODFlags.FastSimulation=False - -include ("RecExCommon/RecExCommon_flags.py") -#DetFlags.Calo_setOff() -DetFlags.Muon_setOff() - -include ("RecExCommon/RecExCommon_topOptions.py") -#CBNT_TruthParticle.NMaxTruthParticles = 3000 - -- GitLab