Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
157
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
Commits
5b69e385
Commit
5b69e385
authored
4 years ago
by
Shaun Roe
Browse files
Options
Downloads
Patches
Plain Diff
hack Reco configuration flags until the art test works (locally)
parent
576ae322
No related branches found
No related tags found
1 merge request
!30030
22.0-bugfix-InDetPhysValMonitoring
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
InnerDetector/InDetValidation/InDetPhysValMonitoring/test/test_ttbarsimreco.sh
+18
-4
18 additions, 4 deletions
...lidation/InDetPhysValMonitoring/test/test_ttbarsimreco.sh
with
18 additions
and
4 deletions
InnerDetector/InDetValidation/InDetPhysValMonitoring/test/test_ttbarsimreco.sh
+
18
−
4
View file @
5b69e385
...
...
@@ -84,7 +84,7 @@ if [ $dosim -ne 0 ]; then
--inputEVNTFile
"
$evnt
"
\
--outputHITSFile
"
$hits
"
\
--skipEvents
3000
\
--maxEvents
5
\
--maxEvents
10
\
--runNumber
410470
\
--firstEvent
24303001
\
--randomSeed
24304
\
...
...
@@ -96,7 +96,7 @@ if [ $dosim -ne 0 ]; then
--geometryVersion
'default:ATLAS-R2-2016-01-00-01_VALIDATION'
\
--preExec
EVNTtoHITS:
'simFlags.SimBarcodeOffset.set_Value_and_Lock(200000)'
\
EVNTtoHITS:
'simFlags.TRTRangeCut=30.0; simFlags.TightMuonStepping=True'
\
--preInclude
EVNTtoHITS:
'SimulationJobOptions/preInclude.
BeamPipeKill.py,SimulationJobOptions/preInclude.
FrozenShowersFCalOnly.py'
\
--preInclude
EVNTtoHITS:
'SimulationJobOptions/preInclude.FrozenShowersFCalOnly.py'
\
--postInclude
'default:PyJobTransforms/UseFrontier.py,InDetPhysValMonitoring/postInclude.SiHitAnalysis.py'
echo
"art-result:
$?
sim"
...
...
@@ -123,10 +123,24 @@ if [ $dorec -ne 0 ]; then
--steering
doRAWtoALL
\
--checkEventCount
False
\
--ignoreErrors
True
\
--maxEvents
5
\
--maxEvents
10
\
--valid
True
\
--validationFlags
doInDet
\
--preExec
'from InDetRecExample.InDetJobProperties import InDetFlags; InDetFlags.doSlimming.set_Value_and_Lock(False); rec.doTrigger.set_Value_and_Lock(False); from InDetPhysValMonitoring.InDetPhysValJobProperties import InDetPhysValFlags; InDetPhysValFlags.doValidateTightPrimaryTracks.set_Value_and_Lock(True); InDetPhysValFlags.doValidateTracksInJets.set_Value_and_Lock(True); InDetPhysValFlags.doValidateGSFTracks.set_Value_and_Lock(False); rec.doDumpProperties=True; rec.doCalo=False; rec.doEgamma=False; rec.doForwardDet=False; rec.doInDet=True; rec.doJetMissingETTag=False; rec.doLArg=False; rec.doLucid=False; rec.doMuon=False; rec.doMuonCombined=False; rec.doSemiDetailedPerfMon=True; rec.doTau=False; rec.doTile=False;'
--preExec
'from InDetRecExample.InDetJobProperties import InDetFlags; \
InDetFlags.doSlimming.set_Value_and_Lock(False); rec.doTrigger.set_Value_and_Lock(False); \
from InDetPhysValMonitoring.InDetPhysValJobProperties import InDetPhysValFlags; \
InDetPhysValFlags.doValidateTightPrimaryTracks.set_Value_and_Lock(True); \
InDetPhysValFlags.doValidateTracksInJets.set_Value_and_Lock(True); \
InDetPhysValFlags.doValidateGSFTracks.set_Value_and_Lock(False); \
rec.doDumpProperties=True; rec.doCalo=False; rec.doEgamma=False; \
rec.doForwardDet=False; rec.doInDet=True; rec.doJetMissingETTag=False; \
rec.doLArg=False; rec.doLucid=False; rec.doMuon=False; rec.doMuonCombined=False; \
rec.doSemiDetailedPerfMon=True; rec.doTau=False; rec.doTile=False;\
from ParticleBuilderOptions.AODFlags import AODFlags;\
AODFlags.ThinGeantTruth.set_Value_and_Lock(False); \
AODFlags.ThinNegativeEnergyCaloClusters.set_Value_and_Lock(False); \
AODFlags.ThinNegativeEnergyNeutralPFOs.set_Value_and_Lock(False);\
AODFlags.ThinInDetForwardTrackParticles.set_Value_and_Lock(False) '
echo
"art-result:
$?
reco"
# DCube InDetPhysValMonitoring performance plots
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment