Belle II Software  release-08-01-10
CDCGeometry::InnerWall Class Reference

Inner wall geometry parameters. More...

#include <CDCGeometry.h>

Inheritance diagram for CDCGeometry::InnerWall:
Collaboration diagram for CDCGeometry::InnerWall:

Public Member Functions

 InnerWall ()
 Constructor.
 
 InnerWall (const std::string &name, int id, double rmin, double rmax, double zfwd, double zbwd)
 Constructor.
 
 ~InnerWall ()
 Destructor.
 
std::string getName () const
 Get name.
 
int getId () const
 Get ID.
 
double getRmin () const
 Get Rmin.
 
double getRmax () const
 Get Rmax.
 
double getZfwd () const
 Get fwd z-position.
 
double getZbwd () const
 Get bwd z-position.
 

Private Member Functions

 ClassDef (InnerWall, 1)
 Makes objects storable.
 

Private Attributes

std::string m_name
 Name.
 
int m_id
 ID.
 
double m_rmin
 r min.
 
double m_rmax
 r max.
 
double m_zfwd
 z fwd.
 
double m_zbwd
 z bwd.
 

Detailed Description

Inner wall geometry parameters.

Definition at line 1209 of file CDCGeometry.h.


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