Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean BuildFiles in GeneratorInterface part 2 #31488

Merged
merged 1 commit into from
Sep 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion GeneratorInterface/AlpgenInterface/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<library name="GeneratorInterfaceAlpgenSource" file="AlpgenSource.cc">
<use name="DataFormats/Math"/>
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
Expand Down
1 change: 0 additions & 1 deletion GeneratorInterface/CascadeInterface/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<use name="pydata"/>
</architecture>
<library file="Cascade2GeneratorFilter.cc,Cascade2Hadronizer.cc" name="GeneratorInterfaceCascadeInterfacePlugin">
<use name="GeneratorInterface/PartonShowerVeto"/>
<use name="GeneratorInterface/ExternalDecays"/>
<use name="GeneratorInterface/CascadeInterface"/>
<use name="GeneratorInterface/Pythia6Interface"/>
Expand Down
1 change: 0 additions & 1 deletion GeneratorInterface/Core/bin/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
<use name="FWCore/TestProcessor"/>
<use name="FWCore/SharedMemory"/>
<use name="FWCore/Services"/>
<use name="FWCore/Utilities"/>
<use name="SimDataFormats/GeneratorProducts"/>
</bin>
1 change: 0 additions & 1 deletion GeneratorInterface/EvtGenInterface/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<use name="FWCore/ParameterSet"/>
<use name="FWCore/PluginManager"/>
<use name="GeneratorInterface/EvtGenInterface"/>
<use name="SimGeneral/HepPDTRecord"/>
<use name="heppdt"/>
<use name="clhep"/>
<use name="hepmc"/>
Expand Down
3 changes: 0 additions & 3 deletions GeneratorInterface/GenFilters/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<library name="GeneratorInterfaceGenFiltersPlugins" file="*.cc">
<use name="FWCore/PluginManager"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Framework"/>
<use name="FWCore/Utilities"/>
Expand All @@ -16,11 +15,9 @@
<use name="TrackingTools/Records"/>
<use name="CommonTools/UtilAlgos"/>
<use name="FWCore/ServiceRegistry"/>
<use name="CommonTools/BaseParticlePropagator"/>
<use name="TrackingTools/GeomPropagators"/>
<use name="DataFormats/HepMCCandidate"/>
<use name="DataFormats/JetReco"/>
<use name="DataFormats/EgammaReco"/>
<use name="DataFormats/Math"/>
<use name="fastjet"/>
<use name="boost"/>
Expand Down
1 change: 0 additions & 1 deletion GeneratorInterface/LHEInterface/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<library file="DummyLHEAnalyzer.cc">
<use name="PhysicsTools/HepMCCandAlgos"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="FWCore/Framework"/>
<flags EDM_PLUGIN="1"/>
Expand Down
4 changes: 0 additions & 4 deletions GeneratorInterface/PhotosInterface/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<library file="PhotosInterface.cc" name="PhotosInterfaceDefault">
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/PluginManager"/>
<use name="GeneratorInterface/PhotosInterface"/>
<use name="photos"/>
Expand All @@ -12,8 +10,6 @@

<library file="PhotosppInterface.cc" name="PhotosppInterface">
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/PluginManager"/>
<use name="GeneratorInterface/PhotosInterface"/>
<use name="photospp"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class SDDijetsAnalyzer : public edm::EDAnalyzer {
#include "DataFormats/Common/interface/View.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "DataFormats/JetReco/interface/GenJetCollection.h"
//#include "PhysicsTools/CandUtils/interface/Thrust.h"

#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
Expand Down
5 changes: 0 additions & 5 deletions GeneratorInterface/TauolaInterface/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<library file="Tauolapp/*.cc" name="TauolappInterface">
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/PluginManager"/>
<use name="GeneratorInterface/TauolaInterface"/>
<use name="SimGeneral/HepPDTRecord"/>
Expand All @@ -15,13 +14,9 @@
</library>

<library file="TauSpinner/*.cc" name="TauSpinnerInterface">
<use name="FWCore/Concurrency"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/ServiceRegistry"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="DataFormats/Candidate"/>
<use name="DataFormats/HepMCCandidate"/>
<use name="tauolapp"/>
<use name="lhapdf"/>
<use name="root"/>
Expand Down