Skip to content

Commit

Permalink
added EcalPFSeedingThresholds to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
argiro committed Nov 28, 2019
1 parent ecb9560 commit 0bc51d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CondCore/EcalPlugins/src/plugin.cc
Expand Up @@ -153,8 +153,13 @@
#include "CondFormats/DataRecord/interface/EcalPulseCovariancesRcd.h"
#include "CondFormats/EcalObjects/interface/EcalPulseSymmCovariances.h"
#include "CondFormats/DataRecord/interface/EcalPulseSymmCovariancesRcd.h"

#include "CondFormats/EcalObjects/interface/EcalPFRecHitThresholds.h"
#include "CondFormats/DataRecord/interface/EcalPFRecHitThresholdsRcd.h"

#include "CondFormats/EcalObjects/interface/EcalPFSeedingThresholds.h"
#include "CondFormats/DataRecord/interface/EcalPFSeedingThresholdsRcd.h"

#include "CondFormats/EcalObjects/interface/EcalSimPulseShape.h"
#include "CondFormats/DataRecord/interface/EcalSimPulseShapeRcd.h"

Expand All @@ -175,7 +180,7 @@ REGISTER_PLUGIN(EcalLaserAPDPNRatiosRcd, EcalLaserAPDPNRatios);
REGISTER_PLUGIN(EcalLaserAPDPNRatiosRefRcd, EcalCondObjectContainer<float>);
REGISTER_PLUGIN(EcalChannelStatusRcd, EcalCondObjectContainer<EcalChannelStatusCode>);
REGISTER_PLUGIN(EcalPFRecHitThresholdsRcd, EcalCondObjectContainer<float>);

REGISTER_PLUGIN(EcalPFSeedingThresholdsRcd, EcalCondObjectContainer<float>);
REGISTER_PLUGIN(EcalClusterCrackCorrParametersRcd, EcalFunParams);
REGISTER_PLUGIN(EcalClusterLocalContCorrParametersRcd, EcalFunParams);
REGISTER_PLUGIN(EcalClusterEnergyUncertaintyParametersRcd, EcalFunParams);
Expand Down

0 comments on commit 0bc51d4

Please sign in to comment.