Go to the documentation of this file.
7 #define CBMSTSMODULE_H 1
10 #include <RtypesCore.h>
19 class TGeoPhysicalNode;
40 TGeoPhysicalNode* node =
nullptr,
std::string ToString() const
void SetParameters(const CbmStsParModule &par)
Set module parameters.
Class representing an instance of a readout unit in the CBM-STS.
virtual void InitDaughters()
Initialise daughters from geometry.
Parameters of the STS readout ASIC.
Parameters for one STS module.
static Int_t GetAddressFromName(TString name)
Get the address from the module name (static)
ClassDef(CbmStsModule, 3)
Module parameters.
virtual ~CbmStsModule()
Destructor.
const CbmStsParModule * fParams
const CbmStsParModule * GetParameters() const
Module parameters.
Class representing an element of the STS setup.
CbmStsModule(UInt_t address=0, TGeoPhysicalNode *node=nullptr, CbmStsElement *mother=nullptr)
Standard constructor.