Skip to content
Snippets Groups Projects
Commit 081727fc authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Change default ODIN encoding to v7

In preparation of #202
parent b375e305
No related branches found
No related tags found
1 merge request!3762Change default ODIN encoding to v7
Pipeline #4465146 passed
......@@ -44,7 +44,7 @@ private:
DataObjectReadHandle<LHCb::RawEvent> m_rawEventLocation{this, "RawEventLocation", LHCb::RawEventLocation::Default,
"Location of the RawEvent object in the transient store."};
Gaudi::Property<int> m_bankVersion{this, "BankVersion", 6, "version of the ODIN bank layout to produce"};
Gaudi::Property<int> m_bankVersion{this, "BankVersion", 7, "version of the ODIN bank layout to produce"};
};
//=============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment