Belle II Software development
CDCGeometry::Cover Class Reference

Cover structure geometry parameters. More...

#include <CDCGeometry.h>

Inheritance diagram for CDCGeometry::Cover:

Public Member Functions

 Cover ()
 Constructor.
 
 Cover (int id, double rmin1, double rmin2, double rmax1, double rmax2, double thick, double z)
 Constructor.
 
 ~Cover ()
 Destructor.
 
int getId () const
 Get the cover Id.
 
double getRmin1 () const
 Get the minimum radius 1 of the cover.
 
double getRmin2 () const
 Get the minimum radius 2 of the cover.
 
double getRmax1 () const
 Get the maximum radius 1 of the cover.
 
double getRmax2 () const
 Get the maximum radius 2 of the cover.
 
double getThick () const
 Get the thickness of the cover.
 
double getZ () const
 Get the z-position of the cover.
 

Private Member Functions

 ClassDef (Cover, 1)
 Makes objects storable.
 

Private Attributes

int m_id
 cover id.
 
double m_rmin1
 the mimnum radius 1 of the cover.
 
double m_rmin2
 the mimnum radius 2 of the cover.
 
double m_rmax1
 the maximum radius 1 of the cover.
 
double m_rmax2
 the maximum radius 2 of the cover.
 
double m_thick
 the z-position of the cover.
 
double m_z
 the thickness of the cover.
 

Detailed Description

Cover structure geometry parameters.

Definition at line 616 of file CDCGeometry.h.

Constructor & Destructor Documentation

◆ Cover() [1/2]

Cover ( )
inline

Constructor.

Definition at line 623 of file CDCGeometry.h.

623{}

◆ Cover() [2/2]

Cover ( int  id,
double  rmin1,
double  rmin2,
double  rmax1,
double  rmax2,
double  thick,
double  z 
)
inline

Constructor.

Definition at line 628 of file CDCGeometry.h.

630 :
631 m_id(id), m_rmin1(rmin1), m_rmin2(rmin2), m_rmax1(rmax1),
632 m_rmax2(rmax2), m_thick(thick), m_z(z)
633 {}
double m_rmin1
the mimnum radius 1 of the cover.
Definition: CDCGeometry.h:679
double m_rmin2
the mimnum radius 2 of the cover.
Definition: CDCGeometry.h:680
double m_thick
the z-position of the cover.
Definition: CDCGeometry.h:683
double m_rmax2
the maximum radius 2 of the cover.
Definition: CDCGeometry.h:682
double m_rmax1
the maximum radius 1 of the cover.
Definition: CDCGeometry.h:681
double m_z
the thickness of the cover.
Definition: CDCGeometry.h:684

◆ ~Cover()

~Cover ( )
inline

Destructor.

Definition at line 639 of file CDCGeometry.h.

639{}

Member Function Documentation

◆ getId()

int getId ( ) const
inline

Get the cover Id.

Definition at line 644 of file CDCGeometry.h.

644{return m_id;}

◆ getRmax1()

double getRmax1 ( ) const
inline

Get the maximum radius 1 of the cover.

Definition at line 658 of file CDCGeometry.h.

658{ return m_rmax1;}

◆ getRmax2()

double getRmax2 ( ) const
inline

Get the maximum radius 2 of the cover.

Definition at line 663 of file CDCGeometry.h.

663{ return m_rmax2;}

◆ getRmin1()

double getRmin1 ( ) const
inline

Get the minimum radius 1 of the cover.

Definition at line 648 of file CDCGeometry.h.

648{ return m_rmin1;}

◆ getRmin2()

double getRmin2 ( ) const
inline

Get the minimum radius 2 of the cover.

Definition at line 653 of file CDCGeometry.h.

653{ return m_rmin2;}

◆ getThick()

double getThick ( ) const
inline

Get the thickness of the cover.

Definition at line 668 of file CDCGeometry.h.

668{ return m_thick;}

◆ getZ()

double getZ ( ) const
inline

Get the z-position of the cover.

Definition at line 673 of file CDCGeometry.h.

673{ return m_z;}

Member Data Documentation

◆ m_id

int m_id
private

cover id.

Definition at line 678 of file CDCGeometry.h.

◆ m_rmax1

double m_rmax1
private

the maximum radius 1 of the cover.

Definition at line 681 of file CDCGeometry.h.

◆ m_rmax2

double m_rmax2
private

the maximum radius 2 of the cover.

Definition at line 682 of file CDCGeometry.h.

◆ m_rmin1

double m_rmin1
private

the mimnum radius 1 of the cover.

Definition at line 679 of file CDCGeometry.h.

◆ m_rmin2

double m_rmin2
private

the mimnum radius 2 of the cover.

Definition at line 680 of file CDCGeometry.h.

◆ m_thick

double m_thick
private

the z-position of the cover.

Definition at line 683 of file CDCGeometry.h.

◆ m_z

double m_z
private

the thickness of the cover.

Definition at line 684 of file CDCGeometry.h.


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