Skip to content

Commit

Permalink
create separate PRs for the two L1TK packages
Browse files Browse the repository at this point in the history
  • Loading branch information
skinnari committed Mar 27, 2020
1 parent 0884d51 commit ed58a4e
Show file tree
Hide file tree
Showing 165 changed files with 32,990 additions and 0 deletions.
28 changes: 28 additions & 0 deletions L1Trigger/TrackFindingTMTT/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<use name="CommonTools/UtilAlgos"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/L1TrackTrigger"/>
<use name="DataFormats/Math"/>
<use name="DataFormats/Phase2TrackerDigi"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Utilities"/>
<use name="Geometry/Records"/>
<use name="Geometry/TrackerGeometryBuilder"/>
<use name="MagneticField/Engine"/>
<use name="MagneticField/Records"/>
<use name="SimDataFormats/EncodedEventId"/>
<use name="SimDataFormats/Track"/>
<use name="SimDataFormats/TrackingAnalysis"/>
<use name="SimGeneral/TrackingAnalysis"/>
<use name="SimTracker/TrackTriggerAssociation"/>
<use name="DataFormats/JetReco"/>
<use name="boost"/>
<use name="roothistmatrix"/>
<!-- Add no-misleading-indentation option to avoid warnings about bug in Boost library. -->
<flags CXXFLAGS="-g -Wno-unused-variable -Wno-misleading-indentation -Wno-maybe-uninitialized"/>

<export>
<lib name="1"/>
</export>

36 changes: 36 additions & 0 deletions L1Trigger/TrackFindingTMTT/BuildFile_HLS.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<use name="CommonTools/UtilAlgos"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/L1TrackTrigger"/>
<use name="DataFormats/Math"/>
<use name="DataFormats/Phase2TrackerDigi"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Utilities"/>
<use name="Geometry/Records"/>
<use name="Geometry/TrackerGeometryBuilder"/>
<use name="MagneticField/Engine"/>
<use name="MagneticField/Records"/>
<use name="SimDataFormats/EncodedEventId"/>
<use name="SimDataFormats/Track"/>
<use name="SimDataFormats/TrackingAnalysis"/>
<use name="SimGeneral/TrackingAnalysis"/>
<use name="SimTracker/TrackTriggerAssociation"/>
<use name="DataFormats/JetReco"/>
<use name="boost"/>
<use name="roothistmatrix"/>
<!-- Add no-misleading-indentation option to avoid warnings about bug in Boost library. -->
<flags CXXFLAGS="-g -Wno-unused-variable -Wno-misleading-indentation -Wno-maybe-uninitialized"/>

<!-- THE FOLLOWING LINES ARE NEDED IF YOU WANT TO USE KF HLS CODE, BUT THEY REQUIRE YOU TO HAVE VIVADO -->
<use name="hls"/> <!-- link to Vivado HLS libraries & header files -->
<flags ADD_SUBDIR="1"/> <!-- Compile HLS/ subdirectories in src/ & interface/ -->
<flags CXXFLAGS="-DUSE_HLS"/> <!-- Define pragma variable to enable HLS code -->
<!-- Print all input/output arguments of HLS block to debug -->
<!-- /flags CXXFLAGS="-DPRINT_HLSARGS"/ -->
<flags CXXFLAGS="-Wno-int-in-bool-context -Wno-unknown-pragmas"/> <!-- Suppress warnings from HLS library and HLS pragmas -->

<export>
<lib name="1"/>
</export>

Loading

0 comments on commit ed58a4e

Please sign in to comment.