88 std::cout <<
"______________________________ DDD ______________________________" << std::endl;
101 throw cms::Exception(
"Configuration") <<
"The first child of the DDFilteredView is not what is expected \n"
105 std::cout << std::fixed << std::setprecision(3);
108 if (fv.logicalPart().material().name() ==
"materials:Silicon") {
113 for (
unsigned int h = 2;
h < history.size(); ++
h) {
114 std::cout <<
'/' << history[
h].logicalPart().name().name() <<
'[' << history[
h].copyno() <<
']';
119 std::cout <<
"\t" << position << std::endl;
124 std::cout <<
"______________________________ std::vector<GeomDet*> from TrackerGeometry::dets() ______________________________" << std::endl;
128 std::cout << std::fixed << std::setprecision(3);
129 const std::vector<GeomDet*> & dets = hGeo->dets();
130 for (
unsigned int i = 0;
i < dets.size(); ++
i) {
144 std::cout <<
"\t[" << parts[0]->geographicalId().rawId();
145 for (
unsigned int j = 1;
j < parts.size(); ++
j)
146 std::cout <<
'\t' << parts[
j]->geographicalId().rawId();
virtual SubDetector subDetector() const =0
Which subdetector.
static int position[TOTALCHAMBERS][3]
uint32_t rawId() const
get the raw id
const Surface::PositionType & position() const
The position (origin of the R.F.)
DetId geographicalId() const
The label of this GeomDet.
static std::string dddGetString(const std::string &s, const DDFilteredView &view)
int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
virtual std::vector< const GeomDet * > components() const =0
Returns direct components, if any.
std::vector< DDExpandedNode > DDGeoHistory
Geometrical 'path' of the current node up to the root-node.
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
XYZVectorD XYZVector
spatial vector with cartesian internal representation
void setCriteria(const DDValue &nameVal, comp_op, log_op l=AND, bool asString=true, bool merged=true)
Detector det() const
get the detector field from this detid
GeometricDet::GeometricEnumType type(std::string const &) const
The DDGenericFilter is a runtime-parametrized Filter looking on DDSpecifcs.