Skip to content

Commit

Permalink
Merge pull request #20993 from davidlange6/pluginFixL1
Browse files Browse the repository at this point in the history
remove plugins from lib
  • Loading branch information
cmsbuild committed Oct 23, 2017
2 parents b46f186 + 48edd7b commit 332fafd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DQM/L1TMonitor/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@
<use name="boost"/>

<export>
<flags EDM_PLUGIN="1"/>
<lib name="DQML1TMonitor"/>
<lib name="1"/>
</export>
6 changes: 6 additions & 0 deletions DQM/L1TMonitor/plugins/SealModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,9 @@ DEFINE_FWK_MODULE( L1GtHwValidation);

#include "DQM/L1TMonitor/interface/L1ExtraDQM.h"
DEFINE_FWK_MODULE(L1ExtraDQM);

#include "DQM/L1TMonitor/interface/L1TStage2uGTCaloLayer2Comp.h"
DEFINE_FWK_MODULE(L1TStage2uGTCaloLayer2Comp);

#include "DQM/L1TMonitor/interface/L1TdeStage2CaloLayer2.h"
DEFINE_FWK_MODULE(L1TdeStage2CaloLayer2);
2 changes: 1 addition & 1 deletion DQM/L1TMonitor/src/L1TStage2uGTCaloLayer2Comp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ bool L1TStage2uGTCaloLayer2Comp::compareSums(
return eventGood;
}

DEFINE_FWK_MODULE (L1TStage2uGTCaloLayer2Comp);

1 change: 0 additions & 1 deletion DQM/L1TMonitor/src/L1TdeStage2CaloLayer2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1423,4 +1423,3 @@ bool L1TdeStage2CaloLayer2::compareSums(
return eventGood;
}

DEFINE_FWK_MODULE (L1TdeStage2CaloLayer2);

0 comments on commit 332fafd

Please sign in to comment.