1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// -*- C++ -*-
//
// Package: L1Geometry
// Class : ES_L1CaloGeometry
//
// Implementation:
// <Notes on implementation>
//
// Original Author: Werner Sun
// Created: Tue Oct 24 00:03:09 EDT 2006
// $Id: T_EventSetup_L1CaloGeometry.cc,v 1.1 2008/04/16 23:20:48 wsun Exp $
//
// system include files
// user include files
#include "CondFormats/L1TObjects/interface/L1CaloGeometry.h"
#include "FWCore/Utilities/interface/typelookup.h"
TYPELOOKUP_DATA_REG(L1CaloGeometry);
|