Skip to content

Commit

Permalink
thread safe analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
sroychow committed Sep 13, 2021
1 parent f78051b commit 58ad57e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CondTools/Ecal/interface/EcalDBCopy.h
@@ -1,7 +1,7 @@
#ifndef ECALDBCOPY_H
#define ECALDBCOPY_H

#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "CondCore/CondDB/interface/Exception.h"

#include "FWCore/Framework/interface/IOVSyncValue.h"
Expand Down Expand Up @@ -83,7 +83,7 @@ class EcalSimPulseShapeRcd;
class EcalTimeBiasCorrectionsRcd;
class EcalSamplesCorrelationRcd;

class EcalDBCopy : public edm::EDAnalyzer {
class EcalDBCopy : public edm::one::EDAnalyzer<> {
public:
explicit EcalDBCopy(const edm::ParameterSet& iConfig);
~EcalDBCopy() override;
Expand Down
4 changes: 2 additions & 2 deletions CondTools/Ecal/interface/EcalGetLaserData.h
@@ -1,7 +1,7 @@
#ifndef ECALGETLASERDATA_H
#define ECALGETLASERDATA_H

#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "CondFormats/EcalObjects/interface/EcalLaserAPDPNRatiosRef.h"
#include "CondFormats/EcalObjects/interface/EcalLaserAlphas.h"

Expand All @@ -21,7 +21,7 @@ class EcalLaserAPDPNRatiosRcd;
class EcalLaserAPDPNRatiosRefRcd;
class EcalLaserAlphasRcd;

class EcalGetLaserData : public edm::EDAnalyzer {
class EcalGetLaserData : public edm::one::EDAnalyzer<> {
public:
explicit EcalGetLaserData(const edm::ParameterSet& iConfig);
~EcalGetLaserData() override;
Expand Down
4 changes: 2 additions & 2 deletions CondTools/Ecal/interface/EcalPFRecHitThresholdsMaker.h
@@ -1,7 +1,7 @@
#ifndef ECALPFRECHITTHRESHOLDSMAKER_H
#define ECALPFRECHITTHRESHOLDSMAKER_H

#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "CondCore/CondDB/interface/Exception.h"

#include "FWCore/Framework/interface/IOVSyncValue.h"
Expand All @@ -21,7 +21,7 @@ class EcalADCToGeVConstantRcd;
class EcalIntercalibConstantsRcd;
class EcalLaserDbService;
class EcalLaserDbRecord;
class EcalPFRecHitThresholdsMaker : public edm::EDAnalyzer {
class EcalPFRecHitThresholdsMaker : public edm::one::EDAnalyzer<> {
public:
explicit EcalPFRecHitThresholdsMaker(const edm::ParameterSet& iConfig);
~EcalPFRecHitThresholdsMaker() override;
Expand Down

0 comments on commit 58ad57e

Please sign in to comment.