1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// -*- C++ -*-
//
// Package: DataRecord
// Class : SiPixelQualityRcd
//
// Implementation:
// <Notes on implementation>
//
// Author:
// Created: Fri Oct 17 11:53:51 CEST 2008
// $Id: SiPixelQualityRcd.cc,v 1.1 2008/10/17 09:55:15 fblekman Exp $
#include "CondFormats/DataRecord/interface/SiPixelQualityRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(SiPixelDetVOffRcd);
EVENTSETUP_RECORD_REG(SiPixelQualityRcd);
|