Main Page
Namespaces
Classes
Package Documentation
Geometry
HcalTowerAlgo
interface
HcalDDDGeometryLoader.h
Go to the documentation of this file.
1
#ifndef Geometry_HcalTowerAlgo_HcalDDDGeometryLoader_H
2
#define Geometry_HcalTowerAlgo_HcalDDDGeometryLoader_H
3
4
#include "
Geometry/CaloGeometry/interface/CaloVGeometryLoader.h
"
5
#include "
Geometry/HcalCommonData/interface/HcalDDDRecConstants.h
"
6
#include "
Geometry/HcalTowerAlgo/interface/HcalDDDGeometry.h
"
7
#include "
Geometry/CaloTopology/interface/HcalTopology.h
"
8
9
class
CaloCellGeometry
;
10
class
HcalDetId
;
11
class
HcalDDDGeometry
;
12
21
class
HcalDDDGeometryLoader
{
22
23
public
:
24
25
explicit
HcalDDDGeometryLoader
(
const
HcalDDDRecConstants
* hcons);
26
virtual
~HcalDDDGeometryLoader
();
27
28
typedef
CaloSubdetectorGeometry
*
ReturnType
;
29
ReturnType
load
(
const
HcalTopology
& topo,
DetId::Detector
,
int
);
31
ReturnType
load
(
const
HcalTopology
& topo);
32
33
HcalDDDGeometryLoader
() =
delete
;
34
35
private
:
36
39
void
fill
(
HcalSubdetector
,
HcalDDDGeometry
*);
40
41
void
makeCell
(
const
HcalDetId
&,
42
const
HcalCellType
& ,
double
,
43
double
,
HcalDDDGeometry
*
geom
)
const
;
44
45
const
HcalDDDRecConstants
*
hcalConstants_
;
46
47
bool
isBH_
;
48
};
49
50
#endif
CaloCellGeometry
Definition:
CaloCellGeometry.h:51
CaloSubdetectorGeometry
Definition:
CaloSubdetectorGeometry.h:25
HcalCellType
Definition:
HcalCellType.h:13
HcalTopology
Definition:
HcalTopology.h:25
HcalDDDGeometryLoader::fill
void fill(HcalSubdetector, HcalDDDGeometry *)
Definition:
HcalDDDGeometryLoader.cc:73
HcalDDDGeometryLoader::HcalDDDGeometryLoader
HcalDDDGeometryLoader()=delete
CaloVGeometryLoader.h
HcalDDDGeometryLoader
Definition:
HcalDDDGeometryLoader.h:21
HcalDetId
Definition:
HcalDetId.h:13
HcalSubdetector
HcalSubdetector
Definition:
HcalAssistant.h:31
HcalDDDGeometryLoader::load
ReturnType load(const HcalTopology &topo, DetId::Detector, int)
Definition:
HcalDDDGeometryLoader.cc:25
relativeConstraints.geom
geom
Definition:
relativeConstraints.py:72
HcalDDDGeometryLoader::hcalConstants_
const HcalDDDRecConstants * hcalConstants_
Definition:
HcalDDDGeometryLoader.h:45
HcalDDDGeometryLoader::isBH_
bool isBH_
Definition:
HcalDDDGeometryLoader.h:47
HcalDDDGeometry
Definition:
HcalDDDGeometry.h:17
HcalDDDGeometryLoader::makeCell
void makeCell(const HcalDetId &, const HcalCellType &, double, double, HcalDDDGeometry *geom) const
Definition:
HcalDDDGeometryLoader.cc:115
DetId::Detector
Detector
Definition:
DetId.h:26
HcalDDDRecConstants
Definition:
HcalDDDRecConstants.h:23
HcalDDDGeometryLoader::~HcalDDDGeometryLoader
virtual ~HcalDDDGeometryLoader()
Definition:
HcalDDDGeometryLoader.cc:21
HcalDDDGeometryLoader::ReturnType
CaloSubdetectorGeometry * ReturnType
Definition:
HcalDDDGeometryLoader.h:28
HcalDDDRecConstants.h
HcalDDDGeometry.h
HcalTopology.h
Generated for CMSSW Reference Manual by
1.8.11