Skip to content

Commit

Permalink
Merge pull request #8365 from wmtan/PortBackFromROOT6IBL1
Browse files Browse the repository at this point in the history
Port back from ROOT6 IB for commonality (L1)
  • Loading branch information
davidlange6 committed Mar 18, 2015
2 parents 3a95422 + b5af8d8 commit 4149b47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CondFormats/L1TObjects/src/classes_def.xml
Expand Up @@ -166,6 +166,8 @@
<class name="std::map<int, std::vector<L1GtObject> >"/>
<class name="std::map<int, std::vector<L1GtObject> >::value_type"/>
<class name="L1GtCondition"/>
<enum name="L1GtConditionCategory"/>
<enum name="L1GtConditionType"/>
<class name="L1GtMuonTemplate"/>
<class name="L1GtMuonTemplate::ObjectParameter"/>
<class name="std::vector<L1GtMuonTemplate::ObjectParameter>"/>
Expand Down Expand Up @@ -237,4 +239,6 @@
<class name="L1CaloGeometry" class_version="L1CaloGeometry_V01">
<field name="m_gctEtaBinBoundaries" mapping="blob" />
</class>
<enum name="L1GtBoard" />
<enum name="L1GtPsbQuad" />
</lcgdict>
1 change: 0 additions & 1 deletion DataFormats/L1GlobalMuonTrigger/BuildFile.xml
@@ -1,7 +1,6 @@
<use name="DataFormats/Common"/>
<use name="FWCore/MessageLogger"/>

<use name="tbb"/>
<export>
<lib name="1"/>
</export>
Expand Up @@ -16,6 +16,7 @@
#include "CompareToObjectMapRecord.h"

#include <algorithm>
#include <iostream>
#include <string>
#include <vector>

Expand Down

0 comments on commit 4149b47

Please sign in to comment.