Skip to content
Snippets Groups Projects
Commit 11f37e2f authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'R22_tauRTT' into 'master'

tauRec: remove outdated RTT config file

See merge request atlas/athena!42115
parents 9ab49e9b eb08466a
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment