Skip to content

Commit

Permalink
clean BuildFiles up to DataFormats
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Aug 18, 2020
1 parent 56dcfc5 commit 693915e
Show file tree
Hide file tree
Showing 42 changed files with 19 additions and 174 deletions.
1 change: 1 addition & 0 deletions CommonTools/CandAlgos/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="DataFormats/PatCandidates"/>
<use name="CommonTools/CandUtils"/>
<export>
<lib name="1"/>
</export>
1 change: 1 addition & 0 deletions CommonTools/CandAlgos/interface/CandCombiner.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "DataFormats/Candidate/interface/Candidate.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "FWCore/Utilities/interface/transform.h"
#include "CommonTools/CandUtils/interface/AddFourMomenta.h"
#include <string>
#include <vector>
#include <algorithm>
Expand Down
1 change: 0 additions & 1 deletion CommonTools/CandAlgos/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
<use name="CommonTools/UtilAlgos"/>
<use name="CommonTools/Utils"/>
<use name="CommonTools/CandAlgos"/>
<use name="CommonTools/CandUtils"/>
</library>
1 change: 0 additions & 1 deletion CommonTools/ParticleFlow/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="JetMETCorrections/Objects"/>
<use name="JetMETCorrections/JetCorrector"/>
<use name="CommonTools/Utils"/>
<use name="CommonTools/ParticleFlow"/>
Expand Down
2 changes: 1 addition & 1 deletion CommonTools/ParticleFlow/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<library name="CommonToolsParticleFlowTest" file="PFIsoReaderDemo.cc">
<use name="CommonTools/UtilAlgos"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/EgammaCandidates"/>
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="PhysicsTools/UtilAlgos"/>
<flags EDM_PLUGIN="1"/>
</library>
6 changes: 1 addition & 5 deletions CommonTools/PileupAlgos/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
</export>
<library name="CommonToolsPileupAlgos_plugins" file="*.cc">
<use name="DataFormats/ParticleFlowCandidate"/>
<use name="DataFormats/JetReco"/>
<use name="DataFormats/PatCandidates"/>
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="JetMETCorrections/Objects"/>
<use name="CommonTools/Utils"/>
<use name="CommonTools/ParticleFlow"/>
<use name="CommonTools/PileupAlgos"/>
<use name="fastjet"/>
<use name="fastjet-contrib"/>
Expand Down
1 change: 1 addition & 0 deletions CommonTools/RecoAlgos/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<use name="DataFormats/VertexReco"/>
<use name="TrackingTools/IPTools"/>
<use name="TrackingTools/TransientTrack"/>
<use name="Geometry/TrackerGeometryBuilder">
<use name="fastjet"/>
<export>
<lib name="1"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
#include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"

#include "Geometry/Records/interface/TrackerDigiGeometryRecord.h"
#include <Geometry/TrackerGeometryBuilder/interface/TrackerGeometry.h>
#include "Geometry/TrackerGeometryBuilder/interface/TrackerGeometry.h"
#include "Geometry/CommonDetUnit/interface/GlobalTrackingGeometry.h"
#include "Geometry/Records/interface/GlobalTrackingGeometryRecord.h"

#include <DataFormats/GeometrySurface/interface/Surface.h>
#include <DataFormats/GeometrySurface/interface/GloballyPositioned.h>
#include <Geometry/CommonDetUnit/interface/GeomDet.h>
#include "DataFormats/GeometrySurface/interface/Surface.h"
#include "DataFormats/GeometrySurface/interface/GloballyPositioned.h"
#include "Geometry/CommonDetUnit/interface/GeomDet.h"
#include "DataFormats/GeometryVector/interface/GlobalVector.h"
#include "DataFormats/GeometryVector/interface/GlobalPoint.h"

Expand Down
5 changes: 0 additions & 5 deletions CommonTools/RecoAlgos/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<export>
</export>
<library name="CommonToolsRecoAlgos_plugins" file="*.cc">
<use name="MagneticField/Engine"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="DataFormats/RecoCandidate"/>
Expand All @@ -14,12 +13,8 @@
<use name="DataFormats/PatCandidates"/>
<use name="DataFormats/HcalRecHit"/>
<use name="SimDataFormats/TrackingAnalysis"/>
<use name="TrackingTools/PatternTools"/>
<use name="TrackingTools/Records"/>
<use name="CommonTools/Utils"/>
<use name="CommonTools/RecoAlgos"/>
<use name="MagneticField/Records"/>
<use name="Geometry/Records"/>
<use name="Geometry/TrackerGeometryBuilder"/>
<use name="JetMETCorrections/JetCorrector"/>
</library>
5 changes: 0 additions & 5 deletions CommonTools/TriggerUtils/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<library file="*.cc" name="CommonToolsTriggerUtilsPlugins">
<use name="CondFormats/DataRecord"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/Scalers"/>
<use name="DataFormats/L1GlobalTrigger"/>
<use name="FWCore/Framework"/>
<use name="L1Trigger/GlobalTriggerAnalyzer"/>
<use name="HLTrigger/HLTcore"/>
<use name="CommonTools/TriggerUtils"/>
<flags EDM_PLUGIN="1"/>
Expand Down
4 changes: 0 additions & 4 deletions CommonTools/Utils/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<use name="DataFormats/TrackerRecHit2D"/>
<use name="DataFormats/Candidate"/>
<use name="DataFormats/PatCandidates"/>
<use name="DataFormats/GeometryVector"/>
<use name="DataFormats/SiStripCluster"/>
<use name="CommonTools/Utils"/>
<use name="cppunit"/>
<use name="rootmath"/>
Expand All @@ -22,8 +20,6 @@
<use name="DataFormats/TrackerRecHit2D"/>
<use name="DataFormats/Candidate"/>
<use name="DataFormats/PatCandidates"/>
<use name="DataFormats/GeometryVector"/>
<use name="DataFormats/SiStripCluster"/>
<use name="CommonTools/Utils"/>
<use name="cppunit"/>
</bin>
Expand Down
3 changes: 0 additions & 3 deletions CondCore/AlignmentPlugins/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<library file="TrackerAlignmentErrorExtended_PayloadInspector.cc" name="TrackerAlignmentErrorExtended_PayloadInspector">
<use name="CondCore/Utilities"/>
<use name="CondCore/CondDB"/>
<use name="CondFormats/Common"/>
<use name="CondFormats/Alignment"/>
<use name="CommonTools/TrackerMap"/>
<use name="CalibTracker/StandaloneTrackerTopology"/>
Expand All @@ -11,7 +10,6 @@
<library file="TrackerAlignment_PayloadInspector.cc" name="TrackerAlignment_PayloadInspector">
<use name="CondCore/Utilities"/>
<use name="CondCore/CondDB"/>
<use name="CondFormats/Common"/>
<use name="CondFormats/Alignment"/>
<use name="CommonTools/TrackerMap"/>
<use name="Alignment/CommonAlignment"/>
Expand All @@ -21,7 +19,6 @@
<library file="TrackerSurfaceDeformations_PayloadInspector.cc" name="TrackerSurfaceDeformations_PayloadInspector">
<use name="CondCore/Utilities"/>
<use name="CondCore/CondDB"/>
<use name="CondFormats/Common"/>
<use name="CondFormats/Alignment"/>
<use name="CommonTools/TrackerMap"/>
<use name="Alignment/CommonAlignment"/>
Expand Down
2 changes: 0 additions & 2 deletions CondCore/BeamSpotPlugins/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<library file="BeamSpot_PayloadInspector.cc" name="BeamSpot_PayloadInspector">
<use name="CondCore/Utilities"/>
<use name="CondCore/CondDB"/>
<use name="CondFormats/Common"/>
<use name="boost_python"/>
</library>

<library file="BeamSpotOnline_PayloadInspector.cc" name="BeamSpotOnline_PayloadInspector">
<use name="CondCore/Utilities"/>
<use name="CondCore/CondDB"/>
<use name="CondFormats/Common"/>
<use name="boost_python"/>
</library>
1 change: 0 additions & 1 deletion CondCore/DBOutputService/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@
</library>

<library file="stubs/writeInt.cc" name="writeInt">
<use name="CondFormats/Common"/>
<flags EDM_PLUGIN="1"/>
</library>
Loading

0 comments on commit 693915e

Please sign in to comment.