CbmRoot
|
Definition of ASIC parameters. More...
#include <CbmTrdParAsic.h>
Public Types | |
enum | ECbmTrdComponentIdDecoding : ULong_t { kElinkIdPosition = 1 , kCrobNrPosition = 100 , kCrobIdPosition = 1000 , kCriIdPosition = 100000 } |
Enum for decodation of spadic componentId (Hardware to software mapping) Since the length of the CriIds is currently unknown, this is defined as ULong to not loose the needed precision. More... | |
Public Member Functions | |
CbmTrdParAsic (Int_t address=0, Int_t FebGrouping=-1, Double_t x=0, Double_t y=0, Double_t z=0, size_t compId=0) | |
virtual | ~CbmTrdParAsic () |
virtual Double_t | GetSizeX () const =0 |
virtual Double_t | GetSizeY () const =0 |
virtual Double_t | GetX () const |
virtual Double_t | GetY () const |
virtual Double_t | GetZ () const |
virtual Int_t | GetAddress () const |
virtual size_t | GetComponentId () const |
virtual Int_t | GetNchannels () const =0 |
virtual Int_t | GetFebGrouping () const |
virtual std::vector< Int_t > | GetChannelAddresses () const |
virtual bool | IsChannelMasked (int) const |
virtual void | LoadParams (FairParamList *) |
virtual void | Print (Option_t *opt="") const |
virtual Int_t | QueryChannel (Int_t ch) const |
Query ASIC for specific pad address. | |
virtual void | SetChannelAddress (Int_t address) |
virtual void | SetChannelAddresses (std::vector< Int_t > addresses) |
virtual void | SetFebGrouping (Int_t feb) |
virtual void | SetPosition (Double_t x=0, Double_t y=0, Double_t z=0) |
virtual void | SetComponentId (size_t id) |
virtual uint16_t | GetConfig () const |
virtual int | GetModuleId () const |
virtual uint8_t | GetVersion () const |
virtual void | SetConfigId (uint16_t c) |
virtual void | SetModuleId (int m) |
virtual void | SetVersion (uint8_t v) |
Protected Attributes | |
Int_t | fAddress |
unique ASIC ID | |
Double_t | fX |
center of asic in global c.s. [cm] | |
Double_t | fY |
center of asic in global c.s. [cm] | |
Double_t | fZ |
center of asic in global c.s. [cm] | |
Int_t | fFebGrouping |
no of ASIC in ROB | |
size_t | fComponentId |
Hardware component Id used for addressing For the digit decoding see ECbmTrdComponentIdDecoding. nTh cRob on the module counted from top to bottom along the sensitive side. This Id is needed to connect the microslice to a given channel, has to be set "by hand", i.e. is not given in the geometry macros. ComponentIdMaps for the Spadic are stored in CbmTrdHardwareSetupR. A macro to write those Ids to the parameter files can be found at https://git.cbm.gsi.de/trd/macros/mcbm2020/blob/master/writeSpadicHwAddresses.C. | |
std::vector< Int_t > | fChannelAddresses |
addresses of individual output channels | |
uint8_t | fVersion = 0 |
version of the parameter | |
uint16_t | fConfig = 0 |
configuration setup of the module | |
int | fModuleId = 0 |
module id | |
Definition of ASIC parameters.
Definition at line 20 of file CbmTrdParAsic.h.
enum CbmTrdParAsic::ECbmTrdComponentIdDecoding : ULong_t |
Enum for decodation of spadic componentId (Hardware to software mapping) Since the length of the CriIds is currently unknown, this is defined as ULong to not loose the needed precision.
Enumerator | |
---|---|
kElinkIdPosition | |
kCrobNrPosition | |
kCrobIdPosition | |
kCriIdPosition |
Definition at line 28 of file CbmTrdParAsic.h.
CbmTrdParAsic::CbmTrdParAsic | ( | Int_t | address = 0, |
Int_t | FebGrouping = -1, | ||
Double_t | x = 0, | ||
Double_t | y = 0, | ||
Double_t | z = 0, | ||
size_t | compId = 0 ) |
Definition at line 12 of file CbmTrdParAsic.cxx.
|
inlinevirtual |
Definition at line 24 of file CbmTrdParAsic.h.
|
inlinevirtual |
Definition at line 43 of file CbmTrdParAsic.h.
References fAddress.
Referenced by CbmTrdParManager::CreateModuleParameters(), and CbmTrdParModAsic::SetAsicPar().
|
inlinevirtual |
Definition at line 47 of file CbmTrdParAsic.h.
References fChannelAddresses.
Referenced by CbmTrdUnpackFaspMonitor::addParam(), CbmTrdHardwareSetupR::CreateAsicChannelMap(), CbmTaskTrdUnpackParWrite::Init(), and CbmTrdParSetAsic::putParams().
|
inlinevirtual |
Definition at line 44 of file CbmTrdParAsic.h.
References fComponentId.
Referenced by CbmTrdHardwareSetupR::CreateHwToSwAsicAddressTranslatorMap(), and CbmTaskTrdUnpackParWrite::Init().
|
inlinevirtualinherited |
Definition at line 17 of file CbmTrdParMod.h.
References CbmTrdParMod::fConfig.
|
inlinevirtual |
Definition at line 46 of file CbmTrdParAsic.h.
References fFebGrouping.
|
inlinevirtualinherited |
Definition at line 18 of file CbmTrdParMod.h.
References CbmTrdParMod::fModuleId.
Referenced by CbmTrdParSet::addParam(), and CbmMcbm2018UnpackerAlgoTrdR::CreateHistogram().
|
pure virtual |
Implemented in CbmTrdParFasp, and CbmTrdParSpadic.
Referenced by SetChannelAddresses().
|
pure virtual |
Accessors
Implemented in CbmTrdParFasp, and CbmTrdParSpadic.
Referenced by CbmTrdHitRateFastQa::ScanModulePlane().
|
pure virtual |
Implemented in CbmTrdParFasp, and CbmTrdParSpadic.
Referenced by CbmTrdHitRateFastQa::ScanModulePlane().
|
inlinevirtualinherited |
Definition at line 19 of file CbmTrdParMod.h.
References CbmTrdParMod::fVersion.
|
inlinevirtual |
Definition at line 39 of file CbmTrdParAsic.h.
References fX.
Referenced by CbmTrdHitRateFastQa::ScanModulePlane().
|
inlinevirtual |
Definition at line 40 of file CbmTrdParAsic.h.
References fY.
Referenced by CbmTrdHitRateFastQa::ScanModulePlane().
|
inlinevirtual |
Definition at line 41 of file CbmTrdParAsic.h.
References fZ.
|
inlinevirtual |
Reimplemented in CbmTrdParFasp.
Definition at line 48 of file CbmTrdParAsic.h.
Referenced by CbmTrdModuleAbstract::IsChannelMasked().
|
inlinevirtual |
Reimplemented in CbmTrdParFasp, and CbmTrdParSpadic.
Definition at line 49 of file CbmTrdParAsic.h.
|
virtual |
Reimplemented in CbmTrdParFasp.
Definition at line 25 of file CbmTrdParAsic.cxx.
References fAddress, fX, and fY.
Referenced by CbmTrdParFasp::Print().
|
virtual |
Query ASIC for specific pad address.
[in] | ch | pad address within module as provided by CbmTrdModuleAbstract::GetPadAddress() |
Definition at line 31 of file CbmTrdParAsic.cxx.
References fChannelAddresses.
Referenced by CbmTrdParManager::CreateModuleParameters(), CbmTrdModuleSim2D::FlushBuffer(), CbmTrdParFasp::GetChannel(), and SetChannelAddress().
|
virtual |
Definition at line 41 of file CbmTrdParAsic.cxx.
References fChannelAddresses, and QueryChannel().
Referenced by CbmTrdParManager::CreateModuleParameters(), CbmTrdParFasp::LoadParams(), CbmTrdParFasp::LoadParams(), and CbmTrdModuleSimR::SetAsicPar().
|
virtual |
Definition at line 51 of file CbmTrdParAsic.cxx.
References fChannelAddresses, and GetNchannels().
Referenced by CbmTrdParManager::CreateModuleParameters(), and CbmTrdParSetAsic::getParams().
|
inlinevirtual |
Definition at line 65 of file CbmTrdParAsic.h.
References fComponentId.
Referenced by CbmTrdParManager::CreateModuleParameters(), CbmTrdParSetAsic::getParams(), and CbmTrdHardwareSetupR::WriteComponentIdsToParams().
|
inlinevirtualinherited |
Definition at line 21 of file CbmTrdParMod.h.
References CbmTrdParMod::fConfig.
|
inlinevirtual |
Definition at line 58 of file CbmTrdParAsic.h.
References fFebGrouping.
|
inlinevirtualinherited |
Definition at line 22 of file CbmTrdParMod.h.
References CbmTrdParMod::fModuleId.
Referenced by CbmTrdParManager::CreateModuleParameters(), CbmTrdParSetAsic::getParams(), and CbmTrdParSetGeo::Init().
|
inlinevirtual |
|
inlinevirtualinherited |
Definition at line 23 of file CbmTrdParMod.h.
References CbmTrdParMod::fVersion, and v.
|
protected |
unique ASIC ID
Definition at line 68 of file CbmTrdParAsic.h.
Referenced by GetAddress(), CbmTrdParSpadic::GetAddressOnModule(), CbmTrdParFasp::LoadParams(), CbmTrdParSpadic::LoadParams(), and Print().
|
protected |
addresses of individual output channels
Definition at line 81 of file CbmTrdParAsic.h.
Referenced by CbmTrdParSpadic::CbmTrdParSpadic(), CbmTrdParFasp::GetChannelAddress(), GetChannelAddresses(), CbmTrdParSpadic::LoadParams(), CbmTrdParFasp::Print(), QueryChannel(), SetChannelAddress(), and SetChannelAddresses().
|
protected |
Hardware component Id used for addressing For the digit decoding see ECbmTrdComponentIdDecoding. nTh cRob on the module counted from top to bottom along the sensitive side. This Id is needed to connect the microslice to a given channel, has to be set "by hand", i.e. is not given in the geometry macros. ComponentIdMaps for the Spadic are stored in CbmTrdHardwareSetupR. A macro to write those Ids to the parameter files can be found at https://git.cbm.gsi.de/trd/macros/mcbm2020/blob/master/writeSpadicHwAddresses.C.
Definition at line 78 of file CbmTrdParAsic.h.
Referenced by GetComponentId(), CbmTrdParSpadic::GetCriId(), CbmTrdParSpadic::GetCrobId(), CbmTrdParSpadic::GetCrobNumber(), CbmTrdParSpadic::GetElinkId(), CbmTrdParSpadic::LoadParams(), and SetComponentId().
|
protectedinherited |
configuration setup of the module
Definition at line 27 of file CbmTrdParMod.h.
Referenced by CbmTrdParMod::GetConfig(), CbmTrdParModDigi::GetPadPlaneType(), and CbmTrdParMod::SetConfigId().
|
protected |
no of ASIC in ROB
Definition at line 72 of file CbmTrdParAsic.h.
Referenced by GetFebGrouping(), and SetFebGrouping().
|
protectedinherited |
module id
Definition at line 28 of file CbmTrdParMod.h.
Referenced by CbmTrdParModGas::CbmTrdParModGas(), CbmTrdParMod::GetModuleId(), CbmTrdParModDigi::Print(), CbmTrdParModGas::Print(), CbmTrdParModGas::SetDriftMap(), and CbmTrdParMod::SetModuleId().
|
protectedinherited |
version of the parameter
Definition at line 26 of file CbmTrdParMod.h.
Referenced by CbmTrdParModDigi::GetPadPlaneType(), CbmTrdParMod::GetVersion(), and CbmTrdParMod::SetVersion().
|
protected |
center of asic in global c.s. [cm]
Definition at line 69 of file CbmTrdParAsic.h.
Referenced by GetX(), Print(), and SetPosition().
|
protected |
center of asic in global c.s. [cm]
Definition at line 70 of file CbmTrdParAsic.h.
Referenced by GetY(), Print(), and SetPosition().
|
protected |
center of asic in global c.s. [cm]
Definition at line 71 of file CbmTrdParAsic.h.
Referenced by GetZ(), and SetPosition().