Skip to content

Commit

Permalink
Merge pull request #29695 from fwyzard/branch_lintBuildFile_RecoBTau
Browse files Browse the repository at this point in the history
Clean up BuildFiles under RecoBTau/
  • Loading branch information
cmsbuild authored May 6, 2020
2 parents f5a5273 + 5da7e56 commit ff3a3cb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions RecoBTau/JetTagComputer/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<use name="CondFormats/DataRecord"/>
<use name="CondFormats/PhysicsToolsObjects"/>
<use name="DataFormats/BTauReco"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/JetReco"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Utilities"/>
<use name="PhysicsTools/MVAComputer"/>
<use name="boost"/>
<use name="CondFormats/DataRecord"/>
<use name="CondFormats/PhysicsToolsObjects"/>
<use name="DataFormats/BTauReco"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/JetReco"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Utilities"/>
<use name="PhysicsTools/MVAComputer"/>
<use name="boost"/>
<export>
<lib name="1"/>
<lib name="1"/>
</export>
18 changes: 9 additions & 9 deletions RecoBTau/JetTagComputer/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<use name="FWCore/Framework"/>
<library file="JetTagProducer.cc GenericMVAJetTagESProducer.cc" name="RecoBTauJetTagComputerPlugins">
<use name="DataFormats/BTauReco"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/TrackReco"/>
<use name="FWCore/ParameterSet"/>
<use name="RecoBTau/JetTagComputer"/>
<use name="RecoBTag/Combined"/>
<flags EDM_PLUGIN="1"/>
<use name="FWCore/Framework"/>
<library file="JetTagProducer.cc GenericMVAJetTagESProducer.cc" name="RecoBTauJetTagComputerPlugins">
<use name="DataFormats/BTauReco"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/TrackReco"/>
<use name="FWCore/ParameterSet"/>
<use name="RecoBTau/JetTagComputer"/>
<use name="RecoBTag/Combined"/>
<flags EDM_PLUGIN="1"/>
</library>

0 comments on commit ff3a3cb

Please sign in to comment.