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

Add all direct deps to BuildFile for PhysicsTools/PatUtils #30400

Merged
merged 1 commit into from Jun 26, 2020
Merged
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
16 changes: 16 additions & 0 deletions PhysicsTools/PatUtils/BuildFile.xml
Expand Up @@ -10,6 +10,22 @@
<use name="TrackingTools/TransientTrack"/>
<use name="Utilities/General"/>
<use name="PhysicsTools/UtilAlgos"/>
<use name="CondFormats/JetMETObjects"/>
<use name="DataFormats/CaloTowers"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/EgammaCandidates"/>
<use name="DataFormats/GeometryVector"/>
<use name="DataFormats/JetReco"/>
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Utilities"/>
<use name="JetMETCorrections/JetCorrector"/>
<use name="JetMETCorrections/Modules"/>
<use name="JetMETCorrections/Objects"/>
<use name="JetMETCorrections/Type1MET"/>
<use name="PhysicsTools/SelectorUtils"/>
<use name="TrackingTools/TrajectoryState"/>
<use name="root"/>
<use name="rootmlp"/>
<export>
Expand Down