Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Xinhui Huang
athena
Commits
96cccbfc
Commit
96cccbfc
authored
3 years ago
by
Peter Berta
Browse files
Options
Downloads
Patches
Plain Diff
added a separate q221 test where PhysVal test do not use MET
parent
b5f0b6eb
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Tools/Tier0ChainTests/test/test_q221.sh
+0
-3
0 additions, 3 deletions
Tools/Tier0ChainTests/test/test_q221.sh
Tools/Tier0ChainTests/test/test_q221_PhysVal_noMET.sh
+30
-0
30 additions, 0 deletions
Tools/Tier0ChainTests/test/test_q221_PhysVal_noMET.sh
with
30 additions
and
3 deletions
Tools/Tier0ChainTests/test/test_q221.sh
+
0
−
3
View file @
96cccbfc
...
...
@@ -25,9 +25,6 @@ echo "art-result: $rc1 Reco"
rc2
=
-9999
if
[
${
rc1
}
-eq
0
]
then
Reco_tf.py
--validationFlags
'doExample,doPFlow_FlowElements,doTau,doEgamma,doBtag,doZee,doJet,doTopoCluster,doMuon,doTrigMinBias,doTrigIDtrk,doTrigBphys,doTrigMET,doTrigJet,doTrigTau, doTrigEgamma,doTrigMuon,doTrigBjet,doTrigHLTResult'
--inputAODFile
=
myAOD.pool.root
--outputNTUP_PHYSVALFile
=
myNTUP_PHYSVAL.root
echo
"art-result:
$?
PhysVal, no MET"
Reco_tf.py
--validationFlags
'doExample,doMET,doPFlow_FlowElements,doTau,doEgamma,doBtag,doZee,doJet,doTopoCluster,doMuon,doTrigMinBias,doTrigIDtrk,doTrigBphys,doTrigMET,doTrigJet,doTrigTau, doTrigEgamma,doTrigMuon,doTrigBjet,doTrigHLTResult'
--inputAODFile
=
myAOD.pool.root
--outputNTUP_PHYSVALFile
=
myNTUP_PHYSVAL.root
echo
"art-result:
$?
PhysVal, with MET"
...
...
This diff is collapsed.
Click to expand it.
Tools/Tier0ChainTests/test/test_q221_PhysVal_noMET.sh
0 → 100755
+
30
−
0
View file @
96cccbfc
#!/bin/sh
#
# art-description: RecoTrf
# art-type: grid
# art-include: 21.0/Athena
# art-include: master/Athena
# art-include: 22.0-mc20/Athena
# art-include: 21.3/Athena
# art-include: 21.9/Athena
# art-athena-mt: 8
Reco_tf.py
\
--AMI
=
q221
\
--athenaopts
=
'--threads=8'
\
--conditionsTag
'all:OFLCOND-MC16-SDR-RUN2-09'
\
--preExec
'all:from IOVDbSvc.CondDB import conddb; conddb.addOverride("/PIXEL/PixMapOverlay","PixMapOverlay-SIM-MC16-000-03"); rec.Commissioning.set_Value_and_Lock(True); from AthenaCommon.BeamFlags import jobproperties; jobproperties.Beam.numberOfCollisions.set_Value_and_Lock(0.); from LArROD.LArRODFlags import larRODFlags; larRODFlags.nSamples.set_Value_and_Lock(4); from TriggerJobOpts.TriggerFlags import TriggerFlags; TriggerFlags.AODEDMSet="AODFULL"'
'HITtoRDO:from Digitization.DigitizationFlags import digitizationFlags;digitizationFlags.overrideMetadata+=["PhysicsList"]'
'RAWtoESD:from CaloRec.CaloCellFlags import jobproperties;jobproperties.CaloCellFlags.doLArCellEmMisCalib=False'
'ESDtoAOD:from JetRec.JetRecFlags import jetFlags; jetFlags.writeJetsToAOD.set_Value_and_Lock(True); from METReconstruction.METRecoFlags import metFlags; metFlags.WriteMETAssocToOutput.set_Value_and_Lock(True)'
\
--maxEvents
=
500
\
--outputRDOFile
=
myRDO.pool.root
--outputAODFile
=
myAOD.pool.root
--outputESDFile
=
myESD.pool.root
--outputHISTFile
=
myHIST.root
--imf
False
rc1
=
$?
echo
"art-result:
$rc1
Reco"
rc2
=
-9999
if
[
${
rc1
}
-eq
0
]
then
Reco_tf.py
--validationFlags
'doExample,doPFlow_FlowElements,doTau,doEgamma,doBtag,doZee,doJet,doTopoCluster,doMuon,doTrigMinBias,doTrigIDtrk,doTrigBphys,doTrigMET,doTrigJet,doTrigTau, doTrigEgamma,doTrigMuon,doTrigBjet,doTrigHLTResult'
--inputAODFile
=
myAOD.pool.root
--outputNTUP_PHYSVALFile
=
myNTUP_PHYSVAL.root
echo
"art-result:
$?
PhysVal, no MET"
fi
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