Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Lars Rickard Strom
athena
Commits
76633c8b
Commit
76633c8b
authored
6 years ago
by
Tulay Cuhadar Donszelmann
Browse files
Options
Downloads
Patches
Plain Diff
Add test_Sim_FullG4_ZPrime_QuasiStable with --imf option
Former-commit-id: 272b641e178fd3b30a5bba345c397d3a9ddd1be9
parent
d16b2086
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable-imf.sh
+21
-0
21 additions, 0 deletions
...Validation/test/test_Sim_FullG4_ZPrime_QuasiStable-imf.sh
with
21 additions
and
0 deletions
Simulation/ISF/ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable-imf.sh
0 → 100755
+
21
−
0
View file @
76633c8b
#!/bin/sh
#
# art-description: Run simulation using ISF with the FullG4_LongLived simulator, reading events, writing HITS, using 2015 geometry and conditions
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: 21.9/Athena
# art-include: master/Athena
# art-type: grid
# art-output: test.HITS.pool.root
# art-output: truth.root
Sim_tf.py
--conditionsTag
'default:OFLCOND-RUN12-SDR-19'
--physicsList
'FTFP_BERT'
--truthStrategy
'MC15aPlus'
--simulator
'FullG4_LongLived'
--postInclude
'default:PyJobTransforms/UseFrontier.py,G4AtlasTests/postInclude.DCubeTest.py'
--preInclude
'EVNTtoHITS:SimulationJobOptions/preInclude.BeamPipeKill.py,SimulationJobOptions/preInclude.FrozenShowersFCalOnly.py'
--DataRunNumber
'222525'
--geometryVersion
'default:ATLAS-R2-2015-03-01-00'
--inputEVNTFile
"/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/ISF_Validation/EVNT.04607198._000001.pool.root.1"
--outputHITSFile
"test.HITS.pool.root"
--maxEvents
10
--imf
False
echo
"art-result:
$?
simulation"
ArtPackage
=
$1
ArtJobName
=
$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references and add DCube tests
art.py compare grid
--entries
10
${
ArtPackage
}
${
ArtJobName
}
echo
"art-result:
$?
regression"
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