Skip to content

Commit

Permalink
fixed buildfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sikler committed Sep 28, 2021
1 parent 7ef2f54 commit 451b355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DQM/BeamMonitor/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
<use name="DataFormats/VertexReco"/>
<use name="DataFormats/TrackerRecHit2D"/>
<use name="CondCore/DBOutputService"/>
<use name="DataFormats/OnlineMetaData"/>
<use name="dip"/>
<use name="log4cplus"/>
<library file="BeamMonitor.cc" name="BeamMonitor">
<flags EDM_PLUGIN="1"/>
</library>
Expand Down Expand Up @@ -58,5 +55,8 @@
</library>

<library file="BeamSpotDipServer.cc" name="BeamSpotDipServer">
<use name="DataFormats/OnlineMetaData"/>
<use name="dip"/>
<use name="log4cplus"/>
<flags EDM_PLUGIN="1"/>
</library>

0 comments on commit 451b355

Please sign in to comment.