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
//
//
// $Id: T_EventSetup_EcalTPGSpike.cc
//
// system include files
// user include files
#include "CondFormats/EcalObjects/interface/EcalTPGSpike.h"
#include "FWCore/Utilities/interface/typelookup.h"
TYPELOOKUP_DATA_REG(EcalTPGSpike);
|