1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// -*- C++ -*-
//
// Package: DataRecord
// Class : RPCObCondRcd
//
// Implementation:
// <Notes on implementation>
//
// Author:
// Created: Fri Oct 10 20:02:37 CEST 2008
// $Id$
#include "CondFormats/DataRecord/interface/RPCObCondRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(RPCObImonRcd);
EVENTSETUP_RECORD_REG(RPCObVmonRcd);
EVENTSETUP_RECORD_REG(RPCObStatusRcd);
EVENTSETUP_RECORD_REG(RPCObTempRcd);
|