VGM Version 5.3
Loading...
Searching...
No Matches
BaseVGM::VCtubs Class Reference

The ABC for cut tubs solids. More...

#include <VCtubs.h>

Inheritance diagram for BaseVGM::VCtubs:

Public Member Functions

 VCtubs ()
 
virtual ~VCtubs ()
 
virtual VGM::SolidType Type () const
 Return the type of this solid.
 
virtual std::ostream & Put (std::ostream &out) const
 Put the printing of the solid parameters in the out stream.
 
- Public Member Functions inherited from VGM::ICtubs
virtual ~ICtubs ()
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual double InnerRadius () const =0
 Return the inside radius in mm.
 
virtual double OuterRadius () const =0
 Return the outside radius in mm.
 
virtual double ZHalfLength () const =0
 Return the half-length along the z axis in m.
 
virtual double StartPhi () const =0
 Return the starting angle of the segment in deg.
 
virtual double DeltaPhi () const =0
 Return the opening angle of the segment in deg.
 
virtual double NxLow () const =0
 X-component of the normal unit vector to the cut plane in -z.
 
virtual double NyLow () const =0
 Y-component of the normal unit vector to the cut plane in -z.
 
virtual double NzLow () const =0
 Z-component of the normal unit vector to the cut plane in -z.
 
virtual double NxHigh () const =0
 X-component of the normal unit vector to the cut plane in +z.
 
virtual double NyHigh () const =0
 Y-component of the normal unit vector to the cut plane in +z.
 
virtual double NzHigh () const =0
 Z-component of the normal unit vector to the cut plane in +z.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The ABC for cut tubs solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VCtubs.h.

Constructor & Destructor Documentation

◆ VCtubs()

BaseVGM::VCtubs::VCtubs ( )

Default constructor

Definition at line 30 of file VCtubs.cxx.

◆ ~VCtubs()

BaseVGM::VCtubs::~VCtubs ( )
virtual

Definition at line 36 of file VCtubs.cxx.

Member Function Documentation

◆ Type()

VGM::SolidType BaseVGM::VCtubs::Type ( ) const
inlinevirtual

Return the type of this solid.

Implements VGM::ICtubs.

Definition at line 46 of file VCtubs.h.

◆ Put()

std::ostream & BaseVGM::VCtubs::Put ( std::ostream & out) const
virtual

Put the printing of the solid parameters in the out stream.

Implements VGM::ICtubs.

Definition at line 42 of file VCtubs.cxx.


The documentation for this class was generated from the following files: