Skip to content

Commit b6fb230

Browse files
authored
Merge pull request #47128 from missirol/devel_fixTypoFrom47030
fixing one include-guard and use of tabs post-#47030
2 parents 3441a18 + 88cdb7c commit b6fb230

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DataFormats/L1TGlobal/interface/GlobalObjectMapFwd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

DataFormats/L1TGlobal/src/classes_def.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
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;

0 commit comments

Comments
 (0)