Main Page
Namespaces
Classes
Package Documentation
Geometry
Records
interface
CaloTowerGeometryRecord.h
Go to the documentation of this file.
1
#ifndef RECORDS_CALOTOWERGEOMETRYRECORD_H
2
#define RECORDS_CALOTOWERGEOMETRYRECORD_H
3
// -*- C++ -*-
4
//
5
// Package: Records
6
// Class : CaloTowerGeometryRecord
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/IdealGeometryRecord.h
"
16
#include "
Geometry/Records/interface/HcalRecNumberingRecord.h
"
17
#include "
CondFormats/AlignmentRecord/interface/CaloTowerAlignmentRcd.h
"
18
#include "
CondFormats/AlignmentRecord/interface/CaloTowerAlignmentErrorRcd.h
"
19
#include "
CondFormats/AlignmentRecord/interface/CaloTowerAlignmentErrorExtendedRcd.h
"
20
#include "
Geometry/Records/interface/PCaloTowerRcd.h
"
21
#include "
CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h
"
22
#include "boost/mpl/vector.hpp"
23
24
25
class
CaloTowerGeometryRecord
:
26
public
edm::eventsetup::DependentRecordImplementation
<
27
CaloTowerGeometryRecord,
28
boost::mpl::vector<
29
IdealGeometryRecord,
30
HcalRecNumberingRecord,
31
CaloTowerAlignmentRcd,
32
CaloTowerAlignmentErrorRcd,
33
CaloTowerAlignmentErrorExtendedRcd,
34
GlobalPositionRcd,
35
PCaloTowerRcd > > {};
36
37
#endif
/* RECORDS_CALOTOWERGEOMETRYRECORD_H */
38
EventSetupRecordImplementation.h
edm::eventsetup::DependentRecordImplementation
Definition:
DependentRecordImplementation.h:43
PCaloTowerRcd.h
CaloTowerAlignmentErrorExtendedRcd.h
CaloTowerAlignmentErrorRcd.h
HcalRecNumberingRecord.h
DependentRecordImplementation.h
CaloTowerGeometryRecord
Definition:
CaloTowerGeometryRecord.h:25
IdealGeometryRecord.h
CaloTowerAlignmentRcd.h
GlobalPositionRcd.h
Generated for CMSSW Reference Manual by
1.8.11