Skip to content

Commit

Permalink
Move the implementation of the EDAnalyzer for B transitions in CondTo…
Browse files Browse the repository at this point in the history
…ols/RunInfo: it is a tool manipulating tags based on a condition on the magnet current as seen in the RunInfo payloads.
  • Loading branch information
Salvatore Di Guida committed Oct 18, 2016
1 parent 0fca554 commit 3e05de0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
19 changes: 10 additions & 9 deletions CondTools/Ecal/plugins/BuildFile.xml
@@ -1,17 +1,18 @@
<use name="xerces-c"/>
<use name="CondCore/PopCon"/>
<use name="CondTools/Ecal"/>
<use name="boost"/>
<use name="FWCore/PluginManager"/>
<use name="FWCore/Framework"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/EcalDetId"/>
<use name="CondCore/DBOutputService"/>
<use name="xerces-c"/>
<use name="CondFormats/Alignment"/>
<use name="CondFormats/DataRecord"/>
<use name="CondFormats/EcalObjects"/>
<use name="CondFormats/RunInfo"/>
<use name="Utilities/General"/>
<use name="CondCore/DBOutputService"/>
<use name="CondCore/PopCon"/>
<use name="CondTools/Ecal"/>
<use name="CondTools/RunInfo"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/EcalDetId"/>
<use name="FWCore/Framework"/>
<use name="FWCore/PluginManager"/>
<use name="Utilities/General"/>
<library file="*.cc" name="CondToolsEcalPlugin">
<flags EDM_PLUGIN="1"/>
</library>
@@ -1,6 +1,6 @@
#include "CondCore/DBOutputService/interface/BTransitionAnalyzer.h"
#include "CondFormats/EcalObjects/interface/EcalADCToGeVConstant.h"
#include "CondFormats/DataRecord/interface/EcalADCToGeVConstantRcd.h"
#include "CondTools/RunInfo/interface/BTransitionAnalyzer.h"
#include <sstream>

class EcalADCToGeVConstantBTransitionAnalyzer: public cond::BTransitionAnalyzer<EcalADCToGeVConstant, EcalADCToGeVConstantRcd> {
Expand Down
1 change: 1 addition & 0 deletions CondTools/RunInfo/BuildFile.xml
Expand Up @@ -4,6 +4,7 @@
<use name="CoralBase"/>
<use name="DataFormats/Provenance"/>
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/ServiceRegistry"/>
<use name="RelationalAccess"/>
Expand Down

0 comments on commit 3e05de0

Please sign in to comment.