Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
DaVinci
Commits
4a20176b
Commit
4a20176b
authored
Feb 21, 2017
by
Alex Pearce
Browse files
Add PersistReco location to default list.
Doesn't always live in Trigger/RawEvent, such as after Brunel processing.
parent
816b4697
Changes
1
Hide whitespace changes
Inline
Side-by-side
Hlt/HltDAQ/src/component/HltPackedDataDecoder.cpp
View file @
4a20176b
...
...
@@ -25,6 +25,7 @@ HltPackedDataDecoder::HltPackedDataDecoder(const std::string& name,
// The default m_sourceID=0 triggers a warning in HltRawBankDecoderBase::initialize
// Since we only care about HLT2 persistence, set it explicitly:
m_sourceID
=
kSourceID_Hlt2
;
m_rawEventLocations
.
push_back
(
LHCb
::
RawEventLocation
::
PersistReco
);
}
template
<
typename
PackedData
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment