#include <CSCGeometryBuilderFromDDD.h>
Definition at line 26 of file CSCGeometryBuilderFromDDD.h.
◆ CSCGeometryBuilderFromDDD()
CSCGeometryBuilderFromDDD::CSCGeometryBuilderFromDDD |
( |
| ) |
|
◆ ~CSCGeometryBuilderFromDDD()
CSCGeometryBuilderFromDDD::~CSCGeometryBuilderFromDDD |
( |
| ) |
|
|
virtual |
◆ build() [1/2]
Definition at line 28 of file CSCGeometryBuilderFromDDD.cc.
References CSCGeometryBuilder::build(), CSCGeometryParsFromDD::build(), Exception, and relativeConstraints::geom.
Referenced by CSCGeometryESModule::initCSCGeometry_().
37 if (!cscp.
build(cview, muonConstants, rig, rdp)) {
38 throw cms::Exception(
"CSCGeometryBuilderFromDDD",
"Failed to build the necessary objects from the DDD");
void build(CSCGeometry &theGeometry, const RecoIdealGeometry &rig, const CSCRecoDigiParameters &cscpars)
Build the geometry.
bool build(const DDCompactView *cview, const MuonGeometryConstants &muonConstants, RecoIdealGeometry &rig, CSCRecoDigiParameters &rdp)
Build the geometry returning the RecoIdealGeometry and the CSCRecoDigiParameters objects.
◆ build() [2/2]
Definition at line 46 of file CSCGeometryBuilderFromDDD.cc.
References CSCGeometryBuilder::build(), CSCGeometryParsFromDD::build(), Exception, and relativeConstraints::geom.
53 if (!cscp.
build(cview, muonConstants, rig, rdp)) {
54 throw cms::Exception(
"CSCGeometryBuilderFromDDD",
"Failed to build the necessary objects from the DD4hep");
void build(CSCGeometry &theGeometry, const RecoIdealGeometry &rig, const CSCRecoDigiParameters &cscpars)
Build the geometry.
bool build(const DDCompactView *cview, const MuonGeometryConstants &muonConstants, RecoIdealGeometry &rig, CSCRecoDigiParameters &rdp)
Build the geometry returning the RecoIdealGeometry and the CSCRecoDigiParameters objects.
◆ myName
const std::string CSCGeometryBuilderFromDDD::myName |
|
private |