Skip to content

Commit

Permalink
Merge pull request #11508 from fwyzard/hltDiff
Browse files Browse the repository at this point in the history
hltDiff: compare TriggerResults event by event (74x)
  • Loading branch information
davidlange6 committed Oct 10, 2015
2 parents 0554e6d + f39a106 commit 36e53c7
Show file tree
Hide file tree
Showing 2 changed files with 792 additions and 0 deletions.
19 changes: 19 additions & 0 deletions HLTrigger/Tools/bin/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<architecture name="slc[6-9]_amd64">
<flags LDFLAGS="-Wl,-dynamic-linker,$(GLIBC_BASE)/lib64/ld.so"/>
</architecture>

<bin name="hltTimingSummary" file="hltTimingSummary.cpp">
<flags NO_TESTRUN="1"/>
<use name="boost"/>
Expand All @@ -7,3 +11,18 @@
<use name="FWCore/Framework"/>
<use name="rootgraphics"/>
</bin>

<bin name="hltDiff" file="hltDiff.cc">
<use name="jemalloc"/>
<use name="boost"/>
<use name="boost_filesystem"/>
<use name="FWCore/Common"/>
<use name="FWCore/Framework"/>
<use name="FWCore/Utilities"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/FWLite"/>
<use name="HLTrigger/HLTcore"/>
<!--
<use name="root"/>
-->
</bin>
Loading

0 comments on commit 36e53c7

Please sign in to comment.