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_Efficiency.cc,v 1.3 2008/07/13 06:59:49 innocent Exp $
//
// system include files
// user include files
#include "CondFormats/Calibration/interface/Efficiency.h"
#include "FWCore/Utilities/interface/typelookup.h"
TYPELOOKUP_DATA_REG(condex::Efficiency);
|