Skip to content

Commit

Permalink
Merge pull request #990 from namapane/DTLocalRecoDevelopment
Browse files Browse the repository at this point in the history
Reco Fixes -- Separate plugin so that helpers classes can be used from other packages
  • Loading branch information
ktf committed Oct 7, 2013
2 parents 280cf73 + c3f95cd commit 6544641
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RecoLocalMuon/DTSegment/BuildFile.xml
Expand Up @@ -7,4 +7,6 @@
<use name="RecoLocalMuon/DTRecHit"/>
<use name="CLHEP"/>
<use name="root"/>
<flags EDM_PLUGIN="1"/>
<export>
<lib name="1"/>
</export>
7 changes: 7 additions & 0 deletions RecoLocalMuon/DTSegment/plugins/BuildFile.xml
@@ -0,0 +1,7 @@
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="RecoLocalMuon/DTSegment"/>
<use name="CLHEP"/>
<library file="*.cc" name="RecoLocalMuonDTSegmentPlugins">
<flags EDM_PLUGIN="1"/>
</library>
File renamed without changes.

0 comments on commit 6544641

Please sign in to comment.