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