-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29669 from fwyzard/branch_lintBuildFile_EgammaAna…
…lysis Clean up BuildFiles under EgammaAnalysis/
- Loading branch information
Showing
3 changed files
with
56 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/ServiceRegistry"/> | ||
<use name="FWCore/Utilities"/> | ||
<use name="FWCore/MessageLogger"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="Geometry/CaloTopology"/> | ||
<use name="CondCore/DBOutputService"/> | ||
<use name="CondFormats/EgammaObjects"/> | ||
<use name="CondFormats/PhysicsToolsObjects"/> | ||
<use name="RecoEgamma/EgammaTools"/> | ||
<use name="RecoEcal/EgammaCoreTools"/> | ||
<use name="DataFormats/Candidate"/> | ||
<use name="DataFormats/Common"/> | ||
<use name="DataFormats/EgammaCandidates"/> | ||
<use name="DataFormats/PatCandidates"/> | ||
<use name="DataFormats/EgammaReco"/> | ||
<use name="DataFormats/TrackReco"/> | ||
<use name="TrackingTools/IPTools"/> | ||
<use name="PhysicsTools/UtilAlgos"/> | ||
<use name="PhysicsTools/SelectorUtils"/> | ||
<use name="clhep"/> | ||
<use name="root"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/ServiceRegistry"/> | ||
<use name="FWCore/Utilities"/> | ||
<use name="FWCore/MessageLogger"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="Geometry/CaloTopology"/> | ||
<use name="CondCore/DBOutputService"/> | ||
<use name="CondFormats/EgammaObjects"/> | ||
<use name="CondFormats/PhysicsToolsObjects"/> | ||
<use name="RecoEgamma/EgammaTools"/> | ||
<use name="RecoEcal/EgammaCoreTools"/> | ||
<use name="DataFormats/Candidate"/> | ||
<use name="DataFormats/Common"/> | ||
<use name="DataFormats/EgammaCandidates"/> | ||
<use name="DataFormats/PatCandidates"/> | ||
<use name="DataFormats/EgammaReco"/> | ||
<use name="DataFormats/TrackReco"/> | ||
<use name="TrackingTools/IPTools"/> | ||
<use name="PhysicsTools/UtilAlgos"/> | ||
<use name="PhysicsTools/SelectorUtils"/> | ||
<use name="clhep"/> | ||
<use name="root"/> | ||
<use name="rootcore"/> | ||
<use name="roottmva"/> | ||
<use name="roottmva"/> | ||
<export> | ||
<lib name="1"/> | ||
<lib name="1"/> | ||
</export> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/PluginManager"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="DataFormats/PatCandidates"/> | ||
<use name="DataFormats/Common"/> | ||
<use name="DataFormats/VertexReco"/> | ||
<use name="PhysicsTools/UtilAlgos"/> | ||
<use name="FWCore/ServiceRegistry"/> | ||
<use name="Geometry/CaloTopology"/> | ||
<use name="Geometry/Records"/> | ||
<use name="EgammaAnalysis/ElectronTools"/> | ||
<use name="RecoEcal/EgammaCoreTools"/> | ||
<use name="PhysicsTools/SelectorUtils"/> | ||
<use name="TrackingTools/Records"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/PluginManager"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="DataFormats/PatCandidates"/> | ||
<use name="DataFormats/Common"/> | ||
<use name="DataFormats/VertexReco"/> | ||
<use name="PhysicsTools/UtilAlgos"/> | ||
<use name="FWCore/ServiceRegistry"/> | ||
<use name="Geometry/CaloTopology"/> | ||
<use name="Geometry/Records"/> | ||
<use name="EgammaAnalysis/ElectronTools"/> | ||
<use name="RecoEcal/EgammaCoreTools"/> | ||
<use name="PhysicsTools/SelectorUtils"/> | ||
<use name="TrackingTools/Records"/> | ||
<library name="EgammaAnalysisElectronToolsPlugins" file="*.cc"> | ||
<flags EDM_PLUGIN="1"/> | ||
<flags EDM_PLUGIN="1"/> | ||
</library> | ||
|
||
<export> | ||
</export> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<library name="EgammaEGammaAnalysisToolsTest" file="*.cc"> | ||
<use name="DataFormats/Common"/> | ||
<use name="DataFormats/EgammaReco"/> | ||
<use name="DataFormats/GsfTrackReco"/> | ||
<use name="DataFormats/ParticleFlowCandidate"/> | ||
<use name="DataFormats/ParticleFlowReco"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/MessageLogger"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="RecoParticleFlow/PFProducer"/> | ||
<use name="EgammaAnalysis/ElectronTools"/> | ||
<use name="TrackingTools/Records"/> | ||
<use name="clhep"/> | ||
<use name="root"/> | ||
<use name="roottmva"/> | ||
<flags EDM_PLUGIN="1"/> | ||
<library name="EgammaEGammaAnalysisToolsTest" file="*.cc"> | ||
<use name="DataFormats/Common"/> | ||
<use name="DataFormats/EgammaReco"/> | ||
<use name="DataFormats/GsfTrackReco"/> | ||
<use name="DataFormats/ParticleFlowCandidate"/> | ||
<use name="DataFormats/ParticleFlowReco"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/MessageLogger"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="RecoParticleFlow/PFProducer"/> | ||
<use name="EgammaAnalysis/ElectronTools"/> | ||
<use name="TrackingTools/Records"/> | ||
<use name="clhep"/> | ||
<use name="root"/> | ||
<use name="roottmva"/> | ||
<flags EDM_PLUGIN="1"/> | ||
</library> |