Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DataFormats/L1TGlobal/interface/GlobalObjectMapFwd.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DataFormats_L1TGlobal_L1TGtObjectMapFwd_h
#define DataFormats_L1TGlobal_L1TGtObjectMapFwd_h
#ifndef DataFormats_L1TGlobal_GlobalObjectMapFwd_h
#define DataFormats_L1TGlobal_GlobalObjectMapFwd_h

/**
* \class GlobalObjectMapFwd
Expand Down
6 changes: 3 additions & 3 deletions DataFormats/L1TGlobal/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
<class name="edm::Wrapper<std::vector<GlobalObjectMap> >"/>
<!-- Adding ioread rules for backwards compatibility -->
<ioread sourceClass="GlobalObjectMap" version="[3-10]"
source="std::vector<std::vector<std::vector<L1TObjIndexType>>> m_combinationVector;"
targetClass="GlobalObjectMap" target="m_combinationWithBxVector">
source="std::vector<std::vector<std::vector<L1TObjIndexType>>> m_combinationVector;"
targetClass="GlobalObjectMap" target="m_combinationWithBxVector">
<![CDATA[
m_combinationWithBxVector.clear();
m_combinationWithBxVector.clear();
m_combinationWithBxVector.reserve(onfile.m_combinationVector.size());
for(auto const& a0 : onfile.m_combinationVector) {
CombinationsWithBxInCond b0;
Expand Down