|
| NoSegmentation ()=default |
|
| NoSegmentation (const NoSegmentation &e)=default |
|
| NoSegmentation (const Segmentation &e) |
|
| NoSegmentation (const Handle< Object > &e) |
|
template<typename Q > |
| NoSegmentation (const Handle< Q > &e) |
|
NoSegmentation & | operator= (const NoSegmentation &seg)=default |
|
bool | operator== (const NoSegmentation &seg) const |
|
Position | position (const CellID &cellID) const |
|
CellID | cellID (const Position &local, const Position &global, const VolumeID &volID) const |
| determine the cell ID based on the position More...
|
|
Public Member Functions inherited from dd4hep::Handle< T > |
| Handle ()=default |
| Default constructor. More...
|
|
| Handle (Handle< T > &&element)=default |
| Copy constructor. More...
|
|
| Handle (const Handle< T > &element)=default |
| Copy constructor. More...
|
|
| Handle (T *element) |
| Initializing constructor from pointer. More...
|
|
template<typename Q > |
| Handle (Q *element) |
| Initializing constructor from unrelated pointer with type checking. More...
|
|
template<typename Q > |
| Handle (const Handle< Q > &element) |
| Initializing constructor from unrelated handle with type checking. More...
|
|
Handle< T > & | operator= (Handle< T > &&element)=default |
| Assignment move operator. More...
|
|
Handle< T > & | operator= (const Handle< T > &element)=default |
| Assignment copy operator. More...
|
|
bool | operator== (const Handle< T > &element) const |
| Boolean operator == used for RB tree insertions. More...
|
|
bool | operator< (const Handle< T > &element) const |
| Boolean operator < used for RB tree insertions. More...
|
|
bool | operator> (const Handle< T > &element) const |
| Boolean operator > used for RB tree insertions. More...
|
|
bool | isValid () const |
| Check the validity of the object held by the handle. More...
|
|
bool | operator! () const |
| Check the validity of the object held by the handle. More...
|
|
Handle< T > & | clear () |
| Release the object held by the handle. More...
|
|
T * | operator-> () const |
| Access the held object using the -> operator. More...
|
|
| operator T& () const |
| Automatic type conversion to an object references. More...
|
|
T & | operator* () const |
| Access the held object using the * operator. More...
|
|
T * | ptr () const |
| Access to the held object. More...
|
|
template<typename Q > |
Q * | _ptr () const |
| Access to an unrelated object type. More...
|
|
template<typename Q > |
Q * | data () const |
| Access to an unrelated object type. More...
|
|
template<typename Q > |
Q & | object () const |
| Access to an unrelated object type. More...
|
|
T * | access () const |
| Checked object access. Throws invalid handle runtime exception if invalid handle. More...
|
|
const char * | name () const |
| Access the object name (or "" if not supported by the object) More...
|
|
void | assign (Object *n, const std::string &nam, const std::string &title) |
| Assign a new named object. Note: object references must be managed by the user. More...
|
|
void | destroy () |
| Destroy the underlying object (be careful here: things are not reference counted)! More...
|
|
void | assign (_Segmentation *s, const std::string &n, const std::string &) |
|
const char * | name () const |
|
const char * | name () const |
|
void | assign (NamedObject *p, const std::string &n, const std::string &t) |
|