Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!42115
tauRec: remove outdated RTT config file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
tauRec: remove outdated RTT config file
martindl/athena:R22_tauRTT
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Bertrand Martin Dit Latour
requested to merge
martindl/athena:R22_tauRTT
into
master
3 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
Hello,
This MR is simply deleting an ancient RTT config file.
Cheers, Bertrand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
eb08466a
1 commit,
3 years ago
1 file
+
0
−
62
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Reconstruction/tauRec/share/tauRec_RTT_topOptions.py deleted
100644 → 0
+
0
−
62
Options
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
Loading