#include <Ded.h>
Definition at line 18 of file Ded.h.
◆ Ded()
◆ build() [1/2]
Definition at line 35 of file Ded.cxx.
37 std::vector<Cutout *> vcutdef;
39 return build(matManager, mysql, cutoutson, vcutdef);
◆ build() [2/2]
Definition at line 42 of file Ded.cxx.
44 const DED *
r =
dynamic_cast<const DED*
>(mysql.GetTechnology(
name));
46 double tckaluminum =
r->AlThickness;
47 double honthickness =
r->HoneyCombThickness;
49 const GeoShape *shon =
new GeoTrd(honthickness / 2, honthickness / 2,
width / 2. - tckaluminum,
longWidth / 2. - tckaluminum,
length / 2. - tckaluminum);
51 const GeoMaterial *mded = matManager.
getMaterial(
"std::Aluminium");
52 GeoLogVol *lded =
new GeoLogVol(
"DedModuleSkin", sded, mded);
53 PVLink pded =
new GeoPhysVol(lded);
56 const GeoMaterial *mhon = matManager.
getMaterial(
"muo::RpcPapHonC");
57 GeoLogVol *lhon =
new GeoLogVol(
"DedModulehoneycomb", shon, mhon);
58 PVLink phon =
new GeoPhysVol(lhon);
63 if (cutoutson && !vcutdef.empty()) {
64 GeoIntrusivePtr<GeoPhysVol> tempPhys{};
65 Cutout *
cut =
nullptr;
66 GeoShape *cutoutShape =
nullptr;
68 for (
unsigned i = 0;
i < vcutdef.size();
i++) {
71 cutTrans = GeoTrf::Translate3D(0.0,
cut->dx, -
length / 2 +
cut->dy +
cut->lengthY / 2.);
73 GeoIntrusivePtr<GeoVPhysVol> toCut{pded};
74 GeoCutVolAction cutAction(*cutoutShape, cutTrans);
75 toCut->apply(&cutAction);
76 tempPhys = cutAction.getPV();
◆ print()
void MuonGM::Ded::print |
( |
| ) |
const |
|
overridevirtual |
◆ setLogVolName()
void MuonGM::DetectorElement::setLogVolName |
( |
const std::string & |
str | ) |
|
|
inlineinherited |
◆ length
double MuonGM::Ded::length {0.} |
Definition at line 22 of file Ded.h.
◆ logVolName
std::string MuonGM::DetectorElement::logVolName {} |
|
inherited |
◆ longWidth
double MuonGM::Ded::longWidth {0.} |
Definition at line 24 of file Ded.h.
◆ m_component
Definition at line 34 of file Ded.h.
◆ name
std::string MuonGM::DetectorElement::name {} |
|
inherited |
◆ thickness
double MuonGM::Ded::thickness {0.} |
Definition at line 23 of file Ded.h.
◆ width
double MuonGM::Ded::width {0.} |
Definition at line 21 of file Ded.h.
The documentation for this class was generated from the following files: