#include <DDFilteredView.h>
Definition at line 33 of file DDFilteredView.h.
cms::DDSolid::DDSolid |
( |
dd4hep::Solid |
s | ) |
|
|
inlineexplicit |
const std::vector< double > DDSolid::parameters |
( |
void |
| ) |
const |
dd4hep::Solid cms::DDSolid::solid |
( |
void |
| ) |
const |
|
inline |
dd4hep::Solid DDSolid::solidA |
( |
void |
| ) |
const |
dd4hep::Solid DDSolid::solidB |
( |
void |
| ) |
const |
Definition at line 28 of file DDFilteredView.cc.
References or.
29 if (dd4hep::isA<dd4hep::SubtractionSolid>(
solid_)
or dd4hep::isA<dd4hep::UnionSolid>(
solid_)
or
30 dd4hep::isA<dd4hep::IntersectionSolid>(
solid_)) {
31 const TGeoCompositeShape* sh =
static_cast<const TGeoCompositeShape*
>(
solid_.ptr());
32 const TGeoBoolNode*
boolean = sh->GetBoolNode();
33 TGeoShape*
solidB =
boolean->GetRightShape();
34 return dd4hep::Solid(solidB);
dd4hep::Solid solidB() const
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventIDconst &, edm::Timestampconst & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
dd4hep::Solid cms::DDSolid::solid_ |
|
private |