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
!69060
remove some obsolete LAr config flags
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove some obsolete LAr config flags
wlampl/athena:rm_someObsoletLArCfg
into
main
Overview
3
Commits
1
Pipelines
1
Changes
4
Merged
Walter Lampl
requested to merge
wlampl/athena:rm_someObsoletLArCfg
into
main
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
4
Expand
The title says it all ..
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
cd5cec36
1 commit,
1 year ago
4 files
+
0
−
97
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
LArCalorimeter/LArExample/TestLArDetDescr/share/TestLArHV_jobOptions.py deleted
100755 → 0
+
0
−
31
Options
###############################################################
#
# jobOptions file for LArDetDescr loading and CaloDDE tests
#==============================================================
# unfortunately, need to read dummy events !
# but this one also includes the mandatory one...
# AthenaCommon/Atlas.UnixStandardJob.txt
#
doStandalone
=
False
if
doStandalone
:
from
AthenaCommon.GlobalFlags
import
GlobalFlags
GlobalFlags
.
DataSource
.
set_geant4
()
theApp
.
setup
(
MONTECARLO
)
theApp
.
EvtMax
=
1
# Set output level threshold
#(0=ALL 1=VERBOSE, 2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL )
MessageSvc
=
Service
(
"
MessageSvc
"
)
MessageSvc
.
OutputLevel
=
3
include
(
"
DetDescrCnvSvc/DetStore_joboptions.py
"
)
include
(
"
LArRecUtils/LArHVGeometryTool_jobOptions.py
"
)
theApp
.
Dlls
+=
[
"
TestLArDetDescr
"
]
theApp
.
TopAlg
+=
[
"
TestLArHV
"
]
Loading