|
| Atom ()=default |
| Default constructor. More...
|
|
| Atom (const Atom ©)=default |
| Copy constructor. More...
|
|
| Atom (Object *e) |
| Initialization from pointer. More...
|
|
| Atom (const Handle< Object > &e) |
| Constructorto be used for assignment from a handle. More...
|
|
template<typename Q > |
| Atom (const Handle< Q > &e) |
| Constructor to be used when creating from a object handle. More...
|
|
| Atom (const std::string &name, const std::string &formula, int Z, int N, double density) |
| Constructor to be used when reading the already parsed DOM tree. More...
|
|
Atom & | operator= (const Atom ©)=default |
| Assignment operator. More...
|
|
Public Member Functions inherited from dd4hep::Handle< TGeoElement > |
| Handle ()=default |
| Default constructor. More...
|
|
| Handle (Handle< TGeoElement > &&element)=default |
| Copy constructor. More...
|
|
| Handle (const Handle< TGeoElement > &element)=default |
| Copy constructor. More...
|
|
| Handle (TGeoElement *element) |
| Initializing constructor from pointer. More...
|
|
| Handle (Q *element) |
| Initializing constructor from unrelated pointer with type checking. More...
|
|
| Handle (const Handle< Q > &element) |
| Initializing constructor from unrelated handle with type checking. More...
|
|
Handle< TGeoElement > & | operator= (Handle< TGeoElement > &&element)=default |
| Assignment move operator. More...
|
|
Handle< TGeoElement > & | operator= (const Handle< TGeoElement > &element)=default |
| Assignment copy operator. More...
|
|
bool | operator== (const Handle< TGeoElement > &element) const |
| Boolean operator == used for RB tree insertions. More...
|
|
bool | operator< (const Handle< TGeoElement > &element) const |
| Boolean operator < used for RB tree insertions. More...
|
|
bool | operator> (const Handle< TGeoElement > &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< TGeoElement > & | clear () |
| Release the object held by the handle. More...
|
|
TGeoElement * | operator-> () const |
| Access the held object using the -> operator. More...
|
|
| operator TGeoElement & () const |
| Automatic type conversion to an object references. More...
|
|
TGeoElement & | operator* () const |
| Access the held object using the * operator. More...
|
|
TGeoElement * | ptr () const |
| Access to the held object. More...
|
|
Q * | _ptr () const |
| Access to an unrelated object type. More...
|
|
Q * | data () const |
| Access to an unrelated object type. More...
|
|
Q & | object () const |
| Access to an unrelated object type. More...
|
|
TGeoElement * | 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...
|
|
const char * | name () const |
|
const char * | name () const |
|
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 | assign (_Segmentation *s, const std::string &n, const std::string &) |
|
void | assign (NamedObject *p, const std::string &n, const std::string &t) |
|
void | destroy () |
| Destroy the underlying object (be careful here: things are not reference counted)! More...
|
|
Handle class describing an element in the periodic table.
For details please see the ROOT TGeo information:
- See also
- http://root.cern.ch/root/html/TGeoElement.html
- Author
- M.Frank
- Version
- 1.0
Definition at line 242 of file Objects.h.