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
b5fdc042
Commit
b5fdc042
authored
7 years ago
by
scott snyder
Browse files
Options
Downloads
Patches
Plain Diff
RecExOnline: Fix configuration of test job.
Needed to fix ATN failures in OnlineRecoTests. Former-commit-id:
42761ab8
parent
a6efc732
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Reconstruction/RecExample/RecExOnline/share/RecExOnline_User_Offline_isOnlineTrue.py
+16
-1
16 additions, 1 deletion
...ecExOnline/share/RecExOnline_User_Offline_isOnlineTrue.py
with
16 additions
and
1 deletion
Reconstruction/RecExample/RecExOnline/share/RecExOnline_User_Offline_isOnlineTrue.py
+
16
−
1
View file @
b5fdc042
...
...
@@ -38,11 +38,14 @@ DataSource = 'data'
InputFormat
=
'
bytestream
'
#fileName = '/afs/cern.ch/user/k/koutsman/OnlineNightly/data/data12_8TeV.00208931.express_express.daq.RAW._lb0123._SFO-9._0001.data'
fileName
=
'
root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/proj-sit/tct/rec_input/00204416/express_express/data12_8TeV.00204416.express_express.merge.RAW._lb0015._SFO-ALL._0001.1
'
from
RecExConfig.RecFlags
import
rec
rec
.
RunNumber
.
set_Value
(
204416
)
# update for comsics
if
beamType
==
'
cosmics
'
:
fileName
=
'
/afs/cern.ch/atlas/offline/test/data11_cos.00182609.physics_CosmicCalo.merge.RAW._lb0100._SFO-ALL._0001.1.SFO-ALL._0001.1.10evts.data
'
fileName
=
'
/afs/cern.ch/atlas/offline/test/data11_cos.00182609.physics_CosmicCalo.merge.RAW._lb0100._SFO-ALL._0001.1.SFO-ALL._0001.1.10evts.data
'
streamName
=
'
CosmicCalo_physics
'
rec
.
RunNumber
.
set_Value
(
182609
)
doESD
=
True
writeESD
=
False
...
...
@@ -86,7 +89,19 @@ DQMonFlags.doMuonPhysicsMon.set_Value_and_Lock(False)
from
InDetRecExample.InDetJobProperties
import
InDetFlags
InDetFlags
.
doTIDE_Ambi
.
set_Value_and_Lock
(
False
)
from
TriggerJobOpts.TriggerConfigGetter
import
TriggerConfigGetter
preExec
=
[
'
cfg = TriggerConfigGetter(); cfg.setupxAODWriting()
'
]
## main online reco scripts
include
(
"
RecExOnline/RecExOnline_jobOptions.py
"
)
from
TrigConfxAOD.TrigConfxAODConf
import
TrigConf__xAODMenuWriter
w
=
TrigConf__xAODMenuWriter
()
w
.
MetaDataStore
=
'
InputMetaDataStore
'
topSequence
.
remove
(
w
)
from
AthenaCommon
import
AlgSequence
athBeginSeq
=
AlgSequence
.
AthSequencer
(
'
AthBeginSeq
'
)
athBeginSeq
+=
w
ToolSvc
.
GSFBuildPixelToTPIDTool
.
ReadFromCOOL
=
False
ToolSvc
.
CombinedMuonPixelToTPID
.
ReadFromCOOL
=
False
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