Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
Gaudi
Gaudi
Commits
a32c17e4
Commit
a32c17e4
authored
1 year ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
PartPropSvc+RootCnv: flake8 fixes
parent
0bda5fda
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1443
GaudiExamples+GaudiHive: flake8 fixes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
PartPropSvc/share/PartPropSvc.py
+2
-2
2 additions, 2 deletions
PartPropSvc/share/PartPropSvc.py
RootCnv/scripts/IOTest.py
+2
-7
2 additions, 7 deletions
RootCnv/scripts/IOTest.py
with
4 additions
and
9 deletions
PartPropSvc/share/PartPropSvc.py
+
2
−
2
View file @
a32c17e4
#####################################################################################
# (c) Copyright 1998-20
19
CERN for the benefit of the LHCb and ATLAS collaborations #
# (c) Copyright 1998-20
23
CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
...
...
@@ -13,7 +13,7 @@
# --------------------------------------------------------------
from
PartPropSvc.PartPropSvcConf
import
PartPropSvc
ServiceMgr
+=
PartPropSvc
()
ServiceMgr
+=
PartPropSvc
()
# noqa: F821 (ATLAS/athena-specific global)
PartPropSvc
.
InputFile
=
"
PDGTABLE.MeV=PDG
"
# --------------------------------------------------------------
This diff is collapsed.
Click to expand it.
RootCnv/scripts/IOTest.py
+
2
−
7
View file @
a32c17e4
#####################################################################################
# (c) Copyright 1998-20
19
CERN for the benefit of the LHCb and ATLAS collaborations #
# (c) Copyright 1998-20
23
CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
...
...
@@ -20,16 +20,11 @@
M.Frank CERN/LHCb
"""
from
__future__
import
print_function
import
os
import
sys
import
time
from
Configurables
import
ApplicationMgr
,
EventSelector
,
Gaudi__RootCnvSvc
from
Gaudi.Configuration
import
*
from
GaudiKernel
import
*
from
Gaudi.Configuration
import
INFO
,
EventDataSvc
,
EventPersistencySvc
,
MessageSvc
input_file
=
"
castor://castorlhcb.cern.ch//castor/cern.ch/grid/lhcb/LHCb/Collision11/SEMILEPTONIC.DST/00012569/0000/00012569_00000004_1.semileptonic.dst?svcClass=lhcbdisk
"
input_file
=
"
root://castorlhcb.cern.ch//castor/cern.ch/grid//lhcb/data/2010/BHADRON.DST/00008399/0000/00008399_00001052_1.bhadron.dst?svcClass=lhcbdisk
"
...
...
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