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