Skip to content

Commit

Permalink
Clean up BuildFiles under SUSYBSMAnalysis/
Browse files Browse the repository at this point in the history
Clean up BuildFile.xml filea with `xmllint --format`.
  • Loading branch information
fwyzard committed May 5, 2020
1 parent b5b4bf2 commit 4a9439b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
36 changes: 18 additions & 18 deletions SUSYBSMAnalysis/HSCP/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<use name="AnalysisDataFormats/SUSYBSMObjects"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/EcalRecHit"/>
<use name="DataFormats/MuonReco"/>
<use name="DataFormats/RPCRecHit"/>
<use name="DataFormats/TrackReco"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="Geometry/CaloTopology"/>
<use name="Geometry/RPCGeometry"/>
<use name="Geometry/Records"/>
<use name="RecoLocalCalo/EcalRecAlgos"/>
<use name="TrackingTools/TrackAssociator"/>
<use name="hepmc"/>
<use name="root"/>
<use name="rootcore"/>
<use name="rootgraphics"/>
<use name="AnalysisDataFormats/SUSYBSMObjects"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/EcalRecHit"/>
<use name="DataFormats/MuonReco"/>
<use name="DataFormats/RPCRecHit"/>
<use name="DataFormats/TrackReco"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="Geometry/CaloTopology"/>
<use name="Geometry/RPCGeometry"/>
<use name="Geometry/Records"/>
<use name="RecoLocalCalo/EcalRecAlgos"/>
<use name="TrackingTools/TrackAssociator"/>
<use name="hepmc"/>
<use name="root"/>
<use name="rootcore"/>
<use name="rootgraphics"/>
<export>
<lib name="1"/>
<lib name="1"/>
</export>
16 changes: 8 additions & 8 deletions SUSYBSMAnalysis/HSCP/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<use name="DataFormats/L1GlobalTrigger"/>
<use name="CommonTools/UtilAlgos"/>
<use name="Geometry/TrackerGeometryBuilder"/>
<use name="RecoTracker/DeDx"/>
<use name="SimGeneral/HepPDTRecord"/>
<use name="SUSYBSMAnalysis/HSCP"/>
<library file="*.cc" name="SUSYBSMAnalysisHSCPPlugins">
<flags EDM_PLUGIN="1"/>
<use name="DataFormats/L1GlobalTrigger"/>
<use name="CommonTools/UtilAlgos"/>
<use name="Geometry/TrackerGeometryBuilder"/>
<use name="RecoTracker/DeDx"/>
<use name="SimGeneral/HepPDTRecord"/>
<use name="SUSYBSMAnalysis/HSCP"/>
<library file="*.cc" name="SUSYBSMAnalysisHSCPPlugins">
<flags EDM_PLUGIN="1"/>
</library>

0 comments on commit 4a9439b

Please sign in to comment.