Main Page
Namespaces
Classes
Package Documentation
Geometry
Records
interface
HcalGeometryRecord.h
Go to the documentation of this file.
1
#ifndef RECORDS_HCALGEOMETRYRECORD_H
2
#define RECORDS_HCALGEOMETRYRECORD_H
3
// -*- C++ -*-
4
//
5
// Package: Records
6
// Class : HcalGeometryRecord
7
//
8
//
9
// Author: Brian Heltsley
10
// Created: Tue April 1, 2008
11
//
12
13
#include "
FWCore/Framework/interface/EventSetupRecordImplementation.h
"
14
#include "
FWCore/Framework/interface/DependentRecordImplementation.h
"
15
#include "
Geometry/Records/interface/HcalRecNumberingRecord.h
"
16
#include "
CondFormats/AlignmentRecord/interface/HcalAlignmentRcd.h
"
17
#include "
CondFormats/AlignmentRecord/interface/HcalAlignmentErrorRcd.h
"
18
#include "
CondFormats/AlignmentRecord/interface/HcalAlignmentErrorExtendedRcd.h
"
19
#include "
Geometry/Records/interface/PHcalRcd.h
"
20
#include "
CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h
"
21
#include "boost/mpl/vector.hpp"
22
23
24
class
HcalGeometryRecord
:
25
public
edm::eventsetup::DependentRecordImplementation
<
26
HcalGeometryRecord,
27
boost::mpl::vector<
28
IdealGeometryRecord,
29
HcalParametersRcd,
30
HcalSimNumberingRecord,
31
HcalRecNumberingRecord,
32
HcalAlignmentRcd,
33
HcalAlignmentErrorRcd,
34
HcalAlignmentErrorExtendedRcd,
35
GlobalPositionRcd,
36
PHcalRcd > > {};
37
38
#endif
/* RECORDS_HCALGEOMETRYRECORD_H */
39
EventSetupRecordImplementation.h
edm::eventsetup::DependentRecordImplementation
Definition:
DependentRecordImplementation.h:43
HcalGeometryRecord
Definition:
HcalGeometryRecord.h:24
HcalAlignmentErrorExtendedRcd.h
HcalRecNumberingRecord.h
DependentRecordImplementation.h
HcalAlignmentRcd.h
PHcalRcd.h
HcalAlignmentErrorRcd.h
GlobalPositionRcd.h
Generated for CMSSW Reference Manual by
1.8.11