1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#ifndef DataRecord_BeamSpotOnlineHLTObjectsRcd_h
#define DataRecord_BeamSpotOnlineHLTObjectsRcd_h
// -*- C++ -*-
//
// Package: DataRecord
// Class : BeamSpotOnlineHLTObjectsRcd
//
/**\class BeamSpotOnlineHLTObjectsRcd BeamSpotOnlineHLTObjectsRcd.h CondFormats/DataRecord/interface/BeamSpotOnlineHLTObjectsRcd.h
Description: <one line class summary>
Usage:
<usage>
*/
//
// Author:
// Created: Tue Mar 6 19:34:33 CST 2007
// $Id$
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class BeamSpotOnlineHLTObjectsRcd
: public edm::eventsetup::EventSetupRecordImplementation<BeamSpotOnlineHLTObjectsRcd> {};
#endif
|