Skip to content

Commit

Permalink
Merge pull request #28324 from argiro/ecalPFNewRecord
Browse files Browse the repository at this point in the history
record for xtal-dependent seeding thresholds
  • Loading branch information
cmsbuild committed Nov 11, 2019
2 parents d4a841f + f5e998b commit 3b8e303
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CondFormats/DataRecord/interface/EcalPFSeedingThresholdsRcd.h
@@ -0,0 +1,7 @@
#ifndef CondFormats_DataRecord_EcalPFSeedingThresholdsRcd_h
#define CondFormats_DataRecord_EcalPFSeedingThresholdsRcd_h

#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class EcalPFSeedingThresholdsRcd : public edm::eventsetup::EventSetupRecordImplementation<EcalPFSeedingThresholdsRcd> {
};
#endif
4 changes: 4 additions & 0 deletions CondFormats/DataRecord/src/EcalPFSeedingThresholdsRcd.cc
@@ -0,0 +1,4 @@
#include "CondFormats/DataRecord/interface/EcalPFSeedingThresholdsRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"

EVENTSETUP_RECORD_REG(EcalPFSeedingThresholdsRcd);
14 changes: 14 additions & 0 deletions CondFormats/EcalObjects/interface/EcalPFSeedingThresholds.h
@@ -0,0 +1,14 @@
#ifndef CondFormats_EcalObjects_EcalPFSeedingThresholds_H
#define CondFormats_EcalObjects_EcalPFSeedingThresholds_H
/**
* Author: Maria Giulia Ratti, ETH Zurich
* Created: 05 Sep 2019
* $Id: EcalPFSeedingThresholds.h, 2019/09/05 20:21:42 mratti Exp $
**/
#include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"

typedef float EcalPFSeedingThreshold;
typedef EcalFloatCondObjectContainer EcalPFSeedingThresholdsMap;
typedef EcalPFSeedingThresholdsMap EcalPFSeedingThresholds;

#endif

0 comments on commit 3b8e303

Please sign in to comment.