File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
DataFormats/L1TGlobal/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 <class name =" edm::Wrapper<std::vector<GlobalObjectMap> >" />
4141 <!-- Adding ioread rules for backwards compatibility -->
4242 <ioread sourceClass =" GlobalObjectMap" version =" [3-10]"
43- source =" std::vector<std::vector<std::vector<L1TObjIndexType>>> m_combinationVector;"
44- targetClass =" GlobalObjectMap" target =" m_combinationWithBxVector" >
43+ source =" std::vector<std::vector<std::vector<L1TObjIndexType>>> m_combinationVector;"
44+ targetClass =" GlobalObjectMap" target =" m_combinationWithBxVector" >
4545 <![CDATA[
46- m_combinationWithBxVector.clear();
46+ m_combinationWithBxVector.clear();
4747 m_combinationWithBxVector.reserve(onfile.m_combinationVector.size());
4848 for(auto const& a0 : onfile.m_combinationVector) {
4949 CombinationsWithBxInCond b0;
You can’t perform that action at this time.
0 commit comments