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
!35002
Changing to MC16 setup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Changing to MC16 setup
mc16_setup_test_G4FastCalo_21.0
into
21.0
Overview
10
Commits
3
Pipelines
3
Changes
2
Merged
Ahmed Hasib
requested to merge
mc16_setup_test_G4FastCalo_21.0
into
21.0
4 years ago
Overview
10
Commits
3
Pipelines
3
Changes
2
Expand
Now using MC16 setup
0
0
Merge request reports
Compare
21.0
version 2
6fe1c16b
4 years ago
version 1
421b1fdc
4 years ago
21.0 (base)
and
latest version
latest version
8901012b
3 commits,
4 years ago
version 2
6fe1c16b
2 commits,
4 years ago
version 1
421b1fdc
1 commit,
4 years ago
2 files
+
40
−
34
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Simulation/ISF/ISF_Validation/test/test_MC16_G4FastCalo_ttbar.sh
0 → 100755
+
40
−
0
Options
#!/bin/sh
#
# art-description: MC16-style simulation using G4FastCalo
# 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
# MC16 setup
# ATLAS-R2-2016-01-00-01 and OFLCOND-MC16-SDR-14
Sim_tf.py
\
--conditionsTag
'default:OFLCOND-MC16-SDR-14'
\
--physicsList
'FTFP_BERT_ATL'
\
--truthStrategy
'MC15aPlus'
\
--simulator
'G4FastCalo'
\
--postInclude
'default:PyJobTransforms/UseFrontier.py'
\
--preInclude
'EVNTtoHITS:SimulationJobOptions/preInclude.BeamPipeKill.py,SimulationJobOptions/preInclude.FrozenShowersFCalOnly.py'
\
--preExec
'EVNTtoHITS:simFlags.TightMuonStepping=True'
'from ISF_FastCaloSimServices.ISF_FastCaloSimJobProperties import ISF_FastCaloSimFlags;ISF_FastCaloSimFlags.ParamsInputFilename="/cvmfs/atlas.cern.ch/repo/sw/database/GroupData/FastCaloSim/MC16/TFCSparam_v012.root"'
\
--DataRunNumber
'284500'
\
--geometryVersion
'default:ATLAS-R2-2016-01-00-01'
\
--inputEVNTFile
"/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/SimCoreTests/valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.evgen.EVNT.e4993.EVNT.08166201._000012.pool.root.1"
\
--outputHITSFile
"test.HITS.pool.root"
\
--maxEvents
4
\
--imf
False
rc
=
$?
rc2
=
-9999
echo
"art-result:
$rc
simulation"
if
[
$rc
-eq
0
]
then
ArtPackage
=
$1
ArtJobName
=
$2
art.py compare grid
--entries
4
${
ArtPackage
}
${
ArtJobName
}
--mode
=
semi-detailed
rc2
=
$?
fi
echo
"art-result:
$rc2
regression"
Loading