![]() |
Project
|
#include <FT3Layer.h>
Inherits TObject.
Public Member Functions | |
FT3Layer ()=default | |
FT3Layer (Int_t layerDirection, Int_t layerNumber, std::string layerName, Float_t z, Float_t rIn, Float_t rOut, Float_t Layerx2X0) | |
FT3Layer (const FT3Layer &)=default | |
Copy constructor. | |
FT3Layer & | operator= (const FT3Layer &)=default |
Assignment operator. | |
~FT3Layer () override | |
Default destructor. | |
auto | getInnerRadius () const |
getters | |
auto | getOuterRadius () const |
auto | getDirection () const |
auto | getZ () const |
auto | getx2X0 () const |
virtual void | createLayer (TGeoVolume *motherVolume) |
This class defines the Geometry for the FT3 Layer TGeo. This is a work class used to study different configurations during the development of the ALICE3 EndCaps
Definition at line 31 of file FT3Layer.h.
|
default |
FT3Layer::FT3Layer | ( | Int_t | layerDirection, |
Int_t | layerNumber, | ||
std::string | layerName, | ||
Float_t | z, | ||
Float_t | rIn, | ||
Float_t | rOut, | ||
Float_t | Layerx2X0 | ||
) |
Definition at line 43 of file FT3Layer.cxx.
|
default |
Copy constructor.
|
overridedefault |
Default destructor.
|
virtual |
Creates the actual Layer and places inside its mother volume
motherVolume | the TGeoVolume owing the volume structure |
Definition at line 62 of file FT3Layer.cxx.
|
inline |
Definition at line 52 of file FT3Layer.h.
|
inline |
getters
Definition at line 50 of file FT3Layer.h.
|
inline |
Definition at line 51 of file FT3Layer.h.
|
inline |
Definition at line 54 of file FT3Layer.h.
|
inline |
Definition at line 53 of file FT3Layer.h.