Skip to content

Commit

Permalink
fixed Buildfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alicia Calderon committed Nov 5, 2019
1 parent ab57f8e commit 5d91c4c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions DQM/MuonMonitor/plugins/BuildFile.xml
@@ -1,15 +1,15 @@
<library file="*.cc" name="DQMMuonMonitorPlugins">
<flags EDM_PLUGIN="1"/>
<use name="DQMServices/Core"/>
<use name="DQMServices/Components"/>
<use name="FWCore/PluginManager"/>
<use name="DataFormats/MuonReco"/>
<use name="RecoMuon/TrackingTools"/>
<use name="DataFormats/FEDRawData"/>
<use name="DataFormats/CSCRecHit"/>
<use name="DataFormats/DTRecHit"/>
<use name="CondFormats/DTObjects"/>
<use name="CondFormats/CSCObjects"/>
<use name="CondFormats/DataRecord"/>
<use name="CommonTools/TriggerUtils"/>
<library name="DQMMuonMonitorPlugins" file="*.cc">
<use name="DQMServices/Core"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/MuonReco"/>
<use name="DataFormats/TrackReco"/>
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/PluginManager"/>
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Utilities"/>
<use name="RecoMuon/TrackingTools"/>
<use name="roofitcore"/>
<flags EDM_PLUGIN="1"/>
</library>

0 comments on commit 5d91c4c

Please sign in to comment.