![]() |
Belle II Software
release-06-01-15
|
Crystal shapes and positions. More...
#include <ECLCrystalsShapeAndPosition.h>
Public Member Functions | |
ECLCrystalsShapeAndPosition () | |
Default constructor. | |
~ECLCrystalsShapeAndPosition () | |
Destructor. | |
const std::string & | getShapeForward () const |
Return crystal shape in forward endcap. More... | |
void | setShapeForward (const std::string &shape_forward) |
Set crystal shape in forward endcap. More... | |
const std::string & | getShapeBarrel () const |
Return crystal shape in barrel. More... | |
void | setShapeBarrel (const std::string &shape_barrel) |
Set crystal shape in barrel. More... | |
const std::string & | getShapeBackward () const |
Return crystal shape in backward endcap. More... | |
void | setShapeBackward (const std::string &shape_backward) |
Set crystal shape in backward endcap. More... | |
const std::string & | getPlacementForward () const |
Return crystal placement in forward endcap. More... | |
void | setPlacementForward (const std::string &placement_forward) |
Set crystal placement in forward endcap. More... | |
const std::string & | getPlacementBarrel () const |
Return crystal placement in barrel. More... | |
void | setPlacementBarrel (const std::string &placement_barrel) |
Set crystal placement in barrel. More... | |
const std::string & | getPlacementBackward () const |
Return crystal placement in backward endcap. More... | |
void | setPlacementBackward (const std::string &placement_backward) |
Set crystal placement in backward endcap. More... | |
Private Member Functions | |
ClassDef (ECLCrystalsShapeAndPosition, 1) | |
ClassDef. | |
Private Attributes | |
std::string | m_shape_forward |
Crystal shapes in forward endcap. | |
std::string | m_shape_barrel |
Crystal shapes in barrel. | |
std::string | m_shape_backward |
Crystal shapes in backward endcap. | |
std::string | m_placement_forward |
Crystal placements in forward endcap. | |
std::string | m_placement_barrel |
Crystal placements in barrel. | |
std::string | m_placement_backward |
Crystal placements in backward endcap. | |
Crystal shapes and positions.
Definition at line 22 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Return crystal placement in backward endcap.
Definition at line 88 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Return crystal placement in barrel.
Definition at line 78 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Return crystal placement in forward endcap.
Definition at line 68 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Return crystal shape in backward endcap.
Definition at line 58 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Return crystal shape in barrel.
Definition at line 48 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Return crystal shape in forward endcap.
Definition at line 38 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Set crystal placement in backward endcap.
crystal | placement in backward endcap |
Definition at line 93 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Set crystal placement in barrel.
crystal | placement in barrel |
Definition at line 83 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Set crystal placement in forward endcap.
crystal | placement in forward endcap |
Definition at line 73 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Set crystal shape in backward endcap.
crystal | shape in backward endcap |
Definition at line 63 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Set crystal shape in barrel.
crystal | shape in barrel |
Definition at line 53 of file ECLCrystalsShapeAndPosition.h.
|
inline |
Set crystal shape in forward endcap.
crystal | shape in forward endcap |
Definition at line 43 of file ECLCrystalsShapeAndPosition.h.