1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
* =====================================================================================
*
* Filename: CSCDCSDataRcd.cc
*
* Description: CSC DCS Data record implementation
*
* Version: 1.0
* Created: 05/04/2009 11:54:22 AM
* Revision: none
* Compiler: gcc
*
* Author: Valdas Rapsevicius (VR), valdas.rapsevicius@cern.ch
* Company: CERN, CH
*
* =====================================================================================
*/
#include "CondFormats/DataRecord/interface/CSCDCSDataRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(CSCDCSDataRcd);
|