1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// -*- C++ -*-
//
// Package: DataRecord
// Class : RPCObPVSSmapRcd
//
// Implementation:
// <Notes on implementation>
//
// Author:
// Created: Wed Oct 15 21:38:05 CEST 2008
// $Id$
#include "CondFormats/DataRecord/interface/RPCObPVSSmapRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(RPCObPVSSmapRcd);
|