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
Commits
a8cbba26
Commit
a8cbba26
authored
10 months ago
by
Thomas Strebler
Browse files
Options
Downloads
Patches
Plain Diff
Clean up legacy LArG4GenShowerLib config
parent
380b9374
No related branches found
No related tags found
1 merge request
!70724
Clean up legacy LArG4 configs
Pipeline
#7250858
passed
10 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LArCalorimeter/LArG4/LArG4GenShowerLib/share/LArG4FSStartPointFilterBody.py
+0
-32
0 additions, 32 deletions
...G4/LArG4GenShowerLib/share/LArG4FSStartPointFilterBody.py
with
0 additions
and
32 deletions
LArCalorimeter/LArG4/LArG4GenShowerLib/share/LArG4FSStartPointFilterBody.py
deleted
100755 → 0
+
0
−
32
View file @
380b9374
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
ServiceMgr
.
MessageSvc
.
OutputLevel
=
INFO
## Algorithm sequence
from
AthenaCommon.AlgSequence
import
AlgSequence
topSequence
=
AlgSequence
()
## AthenaCommon flags
from
AthenaCommon.AthenaCommonFlags
import
athenaCommonFlags
i
=
options
[
'
outevents
'
]
athenaCommonFlags
.
EvtMax
=
i
athenaCommonFlags
.
PoolHitsOutput
.
set_Off
()
from
AthenaCommon.AppMgr
import
theApp
theApp
.
EvtMax
=
i
import
AthenaCommon.AtlasUnixGeneratorJob
from
TruthIO.TruthIOConf
import
HepMCReadFromFile
read
=
HepMCReadFromFile
()
read
.
InputFile
=
options
[
'
outfile
'
]
topSequence
+=
read
from
AthenaPoolCnvSvc.WriteAthenaPool
import
AthenaPoolOutputStream
outStream
=
AthenaPoolOutputStream
(
"
OutStream
"
)
outStream
.
ItemList
=
[
"
EventInfo#*
"
,
"
McEventCollection#*
"
]
outfile
=
options
[
'
outfile
'
]
if
outfile
.
endswith
(
"
.ascii
"
)
:
outfile
=
outfile
[:
-
6
]
outStream
.
OutputFile
=
outfile
+
"
.pool.root
"
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