-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Clean BuildFiles and add source_only flags to fix warnings #33282
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,13 +4,13 @@ | |
| <use name="PhysicsTools/JetMCAlgos"/> | ||
| <use name="PhysicsTools/JetMCUtils"/> | ||
| <use name="PhysicsTools/HepMCCandAlgos"/> | ||
| <use name="SimDataFormats/JetMatching"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also here |
||
| <use name="SimDataFormats/GeneratorProducts"/> | ||
| <use name="DataFormats/HepMCCandidate"/> | ||
| <use name="CommonTools/CandUtils"/> | ||
| <use name="CommonTools/UtilAlgos"/> | ||
| <use name="DataFormats/Candidate"/> | ||
| <use name="DataFormats/Common"/> | ||
| <use name="DataFormats/JetMatching"/> | ||
| <use name="DataFormats/JetReco"/> | ||
| <use name="DataFormats/Math"/> | ||
| <use name="DataFormats/ParticleFlowCandidate"/> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,7 @@ | |
| <use name="DataFormats/PatCandidates"/> | ||
| <use name="DataFormats/BTauReco"/> | ||
| <use name="DataFormats/Common"/> | ||
| <use name="DataFormats/JetMatching"/> | ||
| <use name="DataFormats/JetReco"/> | ||
| <use name="DataFormats/MuonReco"/> | ||
| <use name="DataFormats/TrackReco"/> | ||
|
|
@@ -27,7 +28,6 @@ | |
| <use name="RecoEgamma/EgammaTools"/> | ||
| <use name="SimDataFormats/Track"/> | ||
| <use name="SimDataFormats/Vertex"/> | ||
| <use name="SimDataFormats/JetMatching"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also here |
||
| <use name="SimDataFormats/PileupSummaryInfo"/> | ||
| <use name="SimGeneral/HepPDTRecord"/> | ||
| <use name="RecoMET/METAlgorithms"/> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,10 +5,10 @@ | |
| <use name="FWCore/MessageLogger"/> | ||
| <use name="FWCore/ParameterSet"/> | ||
| <use name="CondFormats/GBRForest"/> | ||
| <use name="PhysicsTools/TensorFlow"/> | ||
| <use name="TrackingTools/PatternTools"/> | ||
| <use name="roottmva"/> | ||
| <use name="lwtnn"/> | ||
| <use name="TrackingTools/Records"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To be replaced by |
||
| <use name="PhysicsTools/TensorFlow"/> | ||
| <export> | ||
| <lib name="1"/> | ||
| </export> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| <use name="FWCore/Framework"/> | ||
| <use name="clhep"/> | ||
| <use name="RecoVertex/PrimaryVertexProducer"/> | ||
| <use name="TrackingTools/Records"/> | ||
| <library file="*.cc" name="RecoVertexPrimaryVertexProducerPlugins"> | ||
| <flags EDM_PLUGIN="1"/> | ||
| </library> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| <library file="*.cc" name="ValidationCSCRecHitsPlugin"> | ||
| <use name="FWCore/Framework"/> | ||
| <use name="FWCore/ServiceRegistry"/> | ||
| <use name="Validation/CSCRecHits"/> | ||
| <use name="SimMuon/MCTruth"/> | ||
| <use name="clhep"/> | ||
| <flags EDM_PLUGIN="1"/> | ||
| </library> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of removing all these, shouldn't they get replaced by
DataFormats/JetMatching?