Skip to content

Commit

Permalink
Merge pull request cms-sw#17004 from smuzaffar/from-CMSSW_9_0_X_2016-…
Browse files Browse the repository at this point in the history
…12-13-1100

add the missing dependency for plugin
  • Loading branch information
davidlange6 authored Dec 13, 2016
2 parents 3b7afb7 + a1dd6ea commit dfcb715
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion RecoLocalTracker/SiPhase2Clusterizer/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<use name="RecoLocalTracker/SiPhase2Clusterizer"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="DataFormats/Common"/>
<use name="CondFormats/SiPixelObjects"/>
<use name="Geometry/TrackerGeometryBuilder"/>
<use name="DataFormats/SiPixelDetId"/>
<use name="DataFormats/Phase2TrackerCluster"/>
<use name="DataFormats/Phase2TrackerDigi"/>
<use name="root"/>
<library file="*.cc" name="Phase2TrackerClusterizerPlugin">
<flags EDM_PLUGIN="1"/>
</library>

0 comments on commit dfcb715

Please sign in to comment.