Project
Loading...
Searching...
No Matches
o2::focal::Composition Class Reference

#include <Composition.h>

Public Member Functions

 Composition ()=default
 
 Composition (std::string material, int layer, int stack, int id, float cx, float cy, float cz, float dx, float dy, float dz)
 
 Composition (Composition *comp)
 
 Composition (const Composition &comp)=default
 
 ~Composition ()=default
 
void setCompositionParameters (std::string material, int layer, int stack, int id, float cx, float cy, float cz, float dx, float dy, float dz)
 
void setLayerNumber (int layer)
 
void setId (int id)
 
void setCenterZ (float val)
 
std::string material () const
 
int layer () const
 
int stack () const
 
int id () const
 
float centerX () const
 
float centerY () const
 
float centerZ () const
 
float sizeX () const
 
float sizeY () const
 
float sizeZ () const
 
float getThickness (void) const
 

Detailed Description

Definition at line 23 of file Composition.h.

Constructor & Destructor Documentation

◆ Composition() [1/4]

o2::focal::Composition::Composition ( )
default

◆ Composition() [2/4]

Composition::Composition ( std::string  material,
int  layer,
int  stack,
int  id,
float  cx,
float  cy,
float  cz,
float  dx,
float  dy,
float  dz 
)

Definition at line 16 of file Composition.cxx.

◆ Composition() [3/4]

Composition::Composition ( Composition comp)

Definition at line 31 of file Composition.cxx.

◆ Composition() [4/4]

o2::focal::Composition::Composition ( const Composition comp)
default

◆ ~Composition()

o2::focal::Composition::~Composition ( )
default

Member Function Documentation

◆ centerX()

float o2::focal::Composition::centerX ( ) const
inline

Definition at line 55 of file Composition.h.

◆ centerY()

float o2::focal::Composition::centerY ( ) const
inline

Definition at line 56 of file Composition.h.

◆ centerZ()

float o2::focal::Composition::centerZ ( ) const
inline

Definition at line 57 of file Composition.h.

◆ getThickness()

float o2::focal::Composition::getThickness ( void  ) const
inline

Definition at line 61 of file Composition.h.

◆ id()

int o2::focal::Composition::id ( ) const
inline

Definition at line 54 of file Composition.h.

◆ layer()

int o2::focal::Composition::layer ( ) const
inline

Definition at line 52 of file Composition.h.

◆ material()

std::string o2::focal::Composition::material ( ) const
inline

Definition at line 51 of file Composition.h.

◆ setCenterZ()

void o2::focal::Composition::setCenterZ ( float  val)
inline

Definition at line 49 of file Composition.h.

◆ setCompositionParameters()

void o2::focal::Composition::setCompositionParameters ( std::string  material,
int  layer,
int  stack,
int  id,
float  cx,
float  cy,
float  cz,
float  dx,
float  dy,
float  dz 
)
inline

Definition at line 33 of file Composition.h.

◆ setId()

void o2::focal::Composition::setId ( int  id)
inline

Definition at line 48 of file Composition.h.

◆ setLayerNumber()

void o2::focal::Composition::setLayerNumber ( int  layer)
inline

Definition at line 47 of file Composition.h.

◆ sizeX()

float o2::focal::Composition::sizeX ( ) const
inline

Definition at line 58 of file Composition.h.

◆ sizeY()

float o2::focal::Composition::sizeY ( ) const
inline

Definition at line 59 of file Composition.h.

◆ sizeZ()

float o2::focal::Composition::sizeZ ( ) const
inline

Definition at line 60 of file Composition.h.

◆ stack()

int o2::focal::Composition::stack ( ) const
inline

Definition at line 53 of file Composition.h.


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