Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Peter Sherwood
athena
Commits
49b9ded0
Commit
49b9ded0
authored
6 years ago
by
Tomasz Bold
Browse files
Options
Downloads
Patches
Plain Diff
No more public tools
parent
95b0a995
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Event/ByteStreamCnvSvc/python/ByteStreamConfig.py
+0
-2
0 additions, 2 deletions
Event/ByteStreamCnvSvc/python/ByteStreamConfig.py
Trigger/TrigValidation/TrigUpgradeTest/share/newJOtest.py
+9
-0
9 additions, 0 deletions
Trigger/TrigValidation/TrigUpgradeTest/share/newJOtest.py
with
9 additions
and
2 deletions
Event/ByteStreamCnvSvc/python/ByteStreamConfig.py
+
0
−
2
View file @
49b9ded0
...
...
@@ -46,11 +46,9 @@ def TrigBSReadCfg( inputFlags ):
from
IOVDbMetaDataTools.IOVDbMetaDataToolsConf
import
IOVDbMetaDataTool
iovMetaDataTool
=
IOVDbMetaDataTool
()
acc
.
addPublicTool
(
iovMetaDataTool
)
from
ByteStreamCnvSvc.ByteStreamCnvSvcConf
import
ByteStreamMetadataTool
bsMetaDataTool
=
ByteStreamMetadataTool
()
acc
.
addPublicTool
(
bsMetaDataTool
)
from
StoreGate.StoreGateConf
import
ProxyProviderSvc
,
StoreGateSvc
metaDataStore
=
StoreGateSvc
(
"
MetaDataStore
"
)
...
...
This diff is collapsed.
Click to expand it.
Trigger/TrigValidation/TrigUpgradeTest/share/newJOtest.py
+
9
−
0
View file @
49b9ded0
...
...
@@ -14,6 +14,15 @@ Configurable.configurableRun3Behavior=1
#theApp.setup()
flags
=
ConfigFlags
# TODO move to the new (real menu like contqent for this flags )
flags
.
addFlag
(
'
Trigger.menu.electrons
'
,
[
"
HLT_e3_etcut L1_EM3
"
,
"
HLT_e5_etcut L1_EM3
"
,
"
HLT_e7_etcut L1_EM7
"
])
flags
.
addFlag
(
'
Trigger.menu.photons
'
,
[
'
HLT_g10_etcut L1_EM7
'
,
'
HLT_g15_etcut L1_EM12
'
])
flags
.
Input
.
isMC
=
False
flags
.
Input
.
Files
=
[
"
/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00327265.physics_EnhancedBias.merge.RAW._lb0100._SFO-1._0001.1
"
]
...
...
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