1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// -*- C++ -*-
//
// Implementation:
// create all the 'infrastructure' needed to get into the Context
//
// Author: Nancy Marinelli
// Created:
// $Id: T_EventSetup_EcalEBPhase2TPGPedestals.cc $
//
// system include files
// user include files
#include "CondFormats/EcalObjects/interface/EcalEBPhase2TPGPedestals.h"
#include "FWCore/Utilities/interface/typelookup.h"
TYPELOOKUP_DATA_REG(EcalEBPhase2TPGPedestals);
|