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
Davide Di Croce
athena
Commits
ae7f57c3
Commit
ae7f57c3
authored
2 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
LArL1Sim: delete unused LArL1Sim_testCosmic_jobOptions.py
parent
ee78293f
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LArCalorimeter/LArL1Sim/share/LArL1Sim_testCosmic_jobOptions.py
+0
-53
0 additions, 53 deletions
...orimeter/LArL1Sim/share/LArL1Sim_testCosmic_jobOptions.py
with
0 additions
and
53 deletions
LArCalorimeter/LArL1Sim/share/LArL1Sim_testCosmic_jobOptions.py
deleted
100755 → 0
+
0
−
53
View file @
ee78293f
# +===========================================================================+
# + +
# + Author ........: F. Ledroit +
# + Institut ......: ISN Grenoble +
# + Creation date .: 01/12/2005 Version 0.01 +
# + Subject .......: Job Option file to test LArTTL1Maker on Cosmics +
# +===========================================================================+
# Top Level JobOptions to test LArTTl1Maker algorithm.
# Input is from LArHits (simulation)
# to read pool Data
include
(
"
AthenaPoolCnvSvc/ReadAthenaPool_jobOptions.py
"
)
# G4 Pool input
# make sure the file listed is in PoolFileCatalog.xml in run directory
# AND that you have a copy or soft link of this file in the run directory
# it is possible to specify a list of files to be processed consecutively
EventSelector
=
Service
(
"
EventSelector
"
)
EventSelector
.
InputCollections
=
[
"
rfio:/castor/cern.ch/user/h/hma/g4_cosmic/comm.004920/simul/comm.004920.simul.cosmic._00000.pool.root
"
]
#EventSelector.InputCollections = ["rfio:/castor/cern.ch/user/f/fledroit/e-gamma_private/rome.007777.simul.piminus_pt600_eta165._00000.pool.root"]
# Number of events to be processed (default is 10)
theApp
.
EvtMax
=
3
include
(
"
LArAthenaPool/LArAthenaPool_joboptions.py
"
)
include
(
"
LArL1Sim/LArL1Sim_G4_jobOptions.py
"
)
# Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL )
#MessageSvc.OutputLevel = 2
#LArTTL1Maker.OutputLevel = 2
#MessageSvc.debugLimit = 100000
#
# ............ if true, noise added in all subdetectors (default = true)
#
#LArTTL1Maker.NoiseOnOff = FALSE
#
# ............ if true, chrono monitoring is enabled (default = false)
#
#LArTTL1Maker.ChronoTest = TRUE
#
# ............ transverse energy threshold for debug printout (default = 5000 MeV)
#
#LArTTL1Maker.DebugThreshold = 1000.
#
# ..................... if true, retrieve trigger time (and subtract) (default = false)
#.......................this option is inactive (because useless) when PileUp is true
#
LArTTL1Maker
.
UseTriggerTime
=
TRUE
theApp
.
Dlls
+=
[
"
CommissionUtils
"
]
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