1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// -*- C++ -*-
//
// Package: L1Geometry
// Class : L1CaloGeometryRecord
//
// Implementation:
// <Notes on implementation>
//
// Original Author: Werner Sun
// Created: Mon Oct 23 23:10:22 EDT 2006
// $Id: L1CaloGeometryRecord.cc,v 1.1 2008/04/16 23:06:56 wsun Exp $
//
#include "CondFormats/DataRecord/interface/L1CaloGeometryRecord.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(L1CaloGeometryRecord);
|