|
| | Polycone ()=default |
| | Default constructor. More...
|
| |
| | Polycone (Polycone &&e)=default |
| | Move constructor. More...
|
| |
| | Polycone (const Polycone &e)=default |
| | Copy constructor. More...
|
| |
| template<typename Q > |
| | Polycone (const Q *p) |
| | Constructor to be used with an existing object. More...
|
| |
| template<typename Q > |
| | Polycone (const Handle< Q > &e) |
| | Constructor to be used when reading the already parsed polycone object. More...
|
| |
| | Polycone (double startPhi, double deltaPhi) |
| | Constructor to create a new polycone object. More...
|
| |
| | Polycone (double startPhi, double deltaPhi, const std::vector< double > &r, const std::vector< double > &z) |
| | Constructor to create a new polycone object. Add at the same time all Z planes. More...
|
| |
| | Polycone (double startPhi, double deltaPhi, const std::vector< double > &rmin, const std::vector< double > &rmax, const std::vector< double > &z) |
| | Constructor to create a new polycone object. Add at the same time all Z planes. More...
|
| |
| | Polycone (const std::string &name, double startPhi, double deltaPhi) |
| | Constructor to create a new named polycone object. More...
|
| |
| | Polycone (const std::string &name, double startPhi, double deltaPhi, const std::vector< double > &r, const std::vector< double > &z) |
| | Constructor to create a new named polycone object. Add at the same time all Z planes. More...
|
| |
| | Polycone (const std::string &name, double startPhi, double deltaPhi, const std::vector< double > &rmin, const std::vector< double > &rmax, const std::vector< double > &z) |
| | Constructor to create a new named polycone object. Add at the same time all Z planes. More...
|
| |
| Polycone & | operator= (Polycone &©)=default |
| | Move Assignment operator. More...
|
| |
| Polycone & | operator= (const Polycone ©)=default |
| | Copy Assignment operator. More...
|
| |
| void | addZPlanes (const std::vector< double > &rmin, const std::vector< double > &rmax, const std::vector< double > &z) |
| | Add Z-planes to the Polycone. More...
|
| |
| double | startPhi () const |
| | Accessor: start-phi value. More...
|
| |
| double | deltaPhi () const |
| | Accessor: delta-phi value. More...
|
| |
| double | z (int which) const |
| | Accessor: z value. More...
|
| |
| double | rMin (int which) const |
| | Accessor: r-min value
More...
|
| |
| double | rMax (int which) const |
| | Accessor: r-max value. More...
|
| |
| std::vector< double > | zPlaneZ () const |
| | Accessor: vector of z-values for Z-planes value. More...
|
| |
| std::vector< double > | zPlaneRmin () const |
| | Accessor: vector of rMin-values for Z-planes value. More...
|
| |
| std::vector< double > | zPlaneRmax () const |
| | Accessor: vector of rMax-values for Z-planes value. More...
|
| |
| | Solid_type ()=default |
| | Default constructor for uninitialized object. More...
|
| |
| | Solid_type (Solid_type &&e)=default |
| | Move constructor. More...
|
| |
| | Solid_type (const Solid_type &e)=default |
| | Copy constructor. More...
|
| |
| | Solid_type (TGeoPcon *p) |
| | Direct assignment using the implementation pointer. More...
|
| |
| | Solid_type (Handle< TGeoPcon > &&e) |
| | Move Constructor from handle. More...
|
| |
| | Solid_type (const Handle< TGeoPcon > &e) |
| | Copy Constructor from handle. More...
|
| |
| | Solid_type (const Handle< Q > &e) |
| | Constructor to be used when passing an already created object: need to check pointers. More...
|
| |
| Solid_type & | operator= (Solid_type &©)=default |
| | Assignment move operator. More...
|
| |
| Solid_type & | operator= (const Solid_type ©)=default |
| | Assignment copy operator. More...
|
| |
| const char * | name () const |
| | Access to shape name. More...
|
| |
| Solid_type< TGeoPcon > & | setName (const char *value) |
| | Set new shape name. More...
|
| |
| Solid_type< TGeoPcon > & | setName (const std::string &value) |
| | Set new shape name. More...
|
| |
| const char * | title () const |
| | Access to shape title (GetTitle accessor of the TGeoShape) More...
|
| |
| const char * | type () const |
| | Access to shape type (The TClass name of the ROOT implementation) More...
|
| |
| | operator TGeoPcon * () const |
| | Auto conversion to underlying ROOT object. More...
|
| |
| TGeoPcon * | operator-> () const |
| | Overloaded operator -> to access underlying object. More...
|
| |
| std::vector< double > | dimensions () |
| | Access the dimensions of the shape: inverse of the setDimensions member function. More...
|
| |
| Solid_type & | setDimensions (const std::vector< double > ¶ms) |
| | Set the shape dimensions. As for the TGeo shape, but angles in rad rather than degrees. More...
|
| |
| std::string | toString (int precision=2) const |
| | Conversion to string for pretty print. More...
|
| |
| TGeoVolume * | divide (const Volume &voldiv, const std::string &divname, int iaxis, int ndiv, double start, double step) const |
| | Divide volume into subsections (See the ROOT manuloa for details) More...
|
| |
Public Member Functions inherited from dd4hep::Handle< TGeoPcon > |
| | Handle ()=default |
| | Default constructor. More...
|
| |
| | Handle (Handle< TGeoPcon > &&element)=default |
| | Copy constructor. More...
|
| |
| | Handle (const Handle< TGeoPcon > &element)=default |
| | Copy constructor. More...
|
| |
| | Handle (TGeoPcon *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< TGeoPcon > & | operator= (Handle< TGeoPcon > &&element)=default |
| | Assignment move operator. More...
|
| |
| Handle< TGeoPcon > & | operator= (const Handle< TGeoPcon > &element)=default |
| | Assignment copy operator. More...
|
| |
| bool | operator== (const Handle< TGeoPcon > &element) const |
| | Boolean operator == used for RB tree insertions. More...
|
| |
| bool | operator< (const Handle< TGeoPcon > &element) const |
| | Boolean operator < used for RB tree insertions. More...
|
| |
| bool | operator> (const Handle< TGeoPcon > &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< TGeoPcon > & | clear () |
| | Release the object held by the handle. More...
|
| |
| TGeoPcon * | operator-> () const |
| | Access the held object using the -> operator. More...
|
| |
| | operator TGeoPcon & () const |
| | Automatic type conversion to an object references. More...
|
| |
| TGeoPcon & | operator* () const |
| | Access the held object using the * operator. More...
|
| |
| TGeoPcon * | 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...
|
| |
| TGeoPcon * | 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...
|
| |
Class describing a Polycone shape.
Polycone. It has at least 9 parameters :
- the lower phi limit;
- the range in phi;
- the number of z planes (at least two) where the inner/outer radii are changing;
- z coordinate, inner and outer radius for each z plane
For any further documentation please see the following ROOT documentation:
- See also
- http://root.cern.ch/root/html/TGeoPcon.html
- Author
- M.Frank
- Version
- 1.0
Definition at line 472 of file Shapes.h.