1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// -*- C++ -*-
//
// Package: CondFormats/DataRecord
// Class : HGCalDenseIndexInfoRcd
//
// Implementation:
// [Notes on implementation]
//
// Author: Pedro Da Silva, Izaak Neutelings
// Created: Mon, 29 May 2023 09:13:07 GMT
#include "CondFormats/DataRecord/interface/HGCalDenseIndexInfoRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(HGCalDenseIndexInfoRcd);
|