Skip to content

Commit

Permalink
separate plugin so that helpers classes can be used from other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
namapane committed Oct 3, 2013
1 parent d092e13 commit c3f95cd
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 c3f95cd

Please sign in to comment.