1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// -*- C++ -*-
//
// Package: EDMProto
// Class : T_Context_Pedestals
//
// Implementation:
// create all the 'infrastructure' needed to get into the Context
//
// Author: Chris Jones
// Created: Mon Apr 18 16:42:52 EDT 2005
// $Id: T_EventSetup_ESPedestals.cc,v 1.1 2009/03/27 15:31:49 fra Exp $
//
// system include files
// user include files
#include "CondFormats/ESObjects/interface/ESPedestals.h"
#include "FWCore/Utilities/interface/typelookup.h"
TYPELOOKUP_DATA_REG(ESPedestals);
|