File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- #ifndef DataFormats_L1TGlobal_L1TGtObjectMapFwd_h
2- #define DataFormats_L1TGlobal_L1TGtObjectMapFwd_h
1+ #ifndef DataFormats_L1TGlobal_GlobalObjectMapFwd_h
2+ #define DataFormats_L1TGlobal_GlobalObjectMapFwd_h
33
44/* *
55 * \class GlobalObjectMapFwd
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