CbmRoot
Loading...
Searching...
No Matches
CbmTrdParSpadic Class Reference

Definition of SPADIC parameters. More...

#include <CbmTrdParSpadic.h>

Inheritance diagram for CbmTrdParSpadic:
[legend]
Collaboration diagram for CbmTrdParSpadic:
[legend]

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

 CbmTrdParSpadic (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 ~CbmTrdParSpadic ()
 
virtual void LoadParams (FairParamList *inList)
 Loads the specific params for the spadic placed at fAddress, e.g. channel calibration parameters.
 
virtual Int_t GetNchannels () const
 
virtual Double_t GetSizeX () const
 
virtual Double_t GetSizeY () const
 
virtual Double_t GetSizeZ () const
 
std::vector< UInt_t > GetSpadicChannelVec ()
 Return the vector with the corresponding spadic channel numbers sorted from channel 00..31 in pad plane coordinates.
 
std::uint16_t GetCriId ()
 
std::uint8_t GetCrobId ()
 
std::uint8_t GetCrobNumber ()
 
std::uint8_t GetElinkId (Int_t channelId)
 eLinkId for the current asic par set and the given channelId (in the asic coordinates, i.e. 00..31).
 
UInt_t GetElinkNr (Int_t moduleChannel, UInt_t nChannelsPerRow)
 Return the number of the elink (counting started in channel order from bottom left to right) correlated to module wide channel number passed as argument, e.g. 000...767 for the mcbm module type.
 
UInt_t GetAddressOnModule () const
 Returns the number of the asic on the module counted from top left.
 
Int_t GetAsicChAddress (const Int_t asicChannel)
 Returns the nth asic Channel in asic coordinates in single asic padplane coordinates. Spadic channels are not mapped from 00 to 31 in padplane coordinates, this function returns the padplane channelnumber in the system of one asic(not in the channel map of a full module !)
 
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 GetFebGrouping () const
 
virtual std::vector< Int_t > GetChannelAddresses () const
 
virtual bool IsChannelMasked (int) const
 
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)
 

Static Public Member Functions

static size_t CreateComponentId (Int_t criId, Int_t crobId, Int_t nThCrobOnModule, Int_t eLinkId)
 Create the componentId from a given criId, crobId, eLinkId and the nThCrobOnModule count, according to the scheme, defined by ECbmTrdComponentIdDecoding.
 
static Int_t GetNasicsOnModule (Int_t moduleType)
 Returns the number of asics on a given moduleType defined in eCbmTrdModuleTypes.
 
static Int_t GetNasicsPerCrob (Int_t moduleType)
 Returns the number of asics per Crob on a given moduleType defined in eCbmTrdModuleTypes.
 
static std::uint16_t GetCriId (size_t componentId)
 Extracts the CriId from a given componentId - Remark when the par files are created from geometries the CriId is set to the unique module number.
 
static std::uint8_t GetCrobId (size_t componentId)
 Extracts the CrobId from a given componentId.
 
static std::uint8_t GetCrobNumber (size_t componentId)
 Extracts the CrobNumber (nTh Crob on the module) from a given componentId.
 
static std::uint8_t GetElinkId (size_t componentId, Int_t channelId)
 eLinkId for the given asicAddress and channelId (in the asic coordinates, i.e. 00..31). Remark: no check of a correct componentId is performed
 

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
 

Private Member Functions

void FillAsicChannelToElinkMap (std::map< UInt_t, UInt_t > *map)
 Write the eLink to asicChannel mapping to the passed map.
 

Private Attributes

const std::vector< UInt_t > fVecSpadicChannels
 
std::map< UInt_t, UInt_t > fMapAsicChannelToElink = {}
 

Static Private Attributes

static Double_t fgSizeX = 6.0
 SPADIC half size in x [cm].
 
static Double_t fgSizeY = 3.0
 SPADIC half size in y [cm].
 
static Double_t fgSizeZ = 0.5
 SPADIC half size in z [cm].
 

Detailed Description

Definition of SPADIC parameters.

Definition at line 22 of file CbmTrdParSpadic.h.

Member Enumeration Documentation

◆ ECbmTrdComponentIdDecoding

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.

Constructor & Destructor Documentation

◆ CbmTrdParSpadic()

CbmTrdParSpadic::CbmTrdParSpadic ( Int_t address = 0,
Int_t FebGrouping = -1,
Double_t x = 0,
Double_t y = 0,
Double_t z = 0,
size_t compId = 0 )

◆ ~CbmTrdParSpadic()

virtual CbmTrdParSpadic::~CbmTrdParSpadic ( )
inlinevirtual

Definition at line 26 of file CbmTrdParSpadic.h.

Member Function Documentation

◆ CreateComponentId()

size_t CbmTrdParSpadic::CreateComponentId ( Int_t criId,
Int_t crobId,
Int_t nThCrobOnModule,
Int_t eLinkId )
static

Create the componentId from a given criId, crobId, eLinkId and the nThCrobOnModule count, according to the scheme, defined by ECbmTrdComponentIdDecoding.

Definition at line 67 of file CbmTrdParSpadic.cxx.

References CbmTrdParAsic::kCriIdPosition, CbmTrdParAsic::kCrobIdPosition, and CbmTrdParAsic::kCrobNrPosition.

Referenced by LoadParams().

◆ FillAsicChannelToElinkMap()

void CbmTrdParSpadic::FillAsicChannelToElinkMap ( std::map< UInt_t, UInt_t > * map)
private

Write the eLink to asicChannel mapping to the passed map.

Definition at line 181 of file CbmTrdParSpadic.cxx.

References fVecSpadicChannels, and NSPADICCH.

Referenced by CbmTrdParSpadic().

◆ GetAddress()

virtual Int_t CbmTrdParAsic::GetAddress ( ) const
inlinevirtualinherited

◆ GetAddressOnModule()

UInt_t CbmTrdParSpadic::GetAddressOnModule ( ) const
inline

Returns the number of the asic on the module counted from top left.

Definition at line 69 of file CbmTrdParSpadic.h.

References CbmTrdParAsic::fAddress.

◆ GetAsicChAddress()

Int_t CbmTrdParSpadic::GetAsicChAddress ( const Int_t asicChannel)

Returns the nth asic Channel in asic coordinates in single asic padplane coordinates. Spadic channels are not mapped from 00 to 31 in padplane coordinates, this function returns the padplane channelnumber in the system of one asic(not in the channel map of a full module !)

< Returns the nth asic Channel in asic coordinates in single asic padplane coordinates. Spadic channels are not mapped from 00 to 31 in padplane coordinates, this function returns the padplane channelnumber in the system of one asic(not in the channel map of a full module !)

Definition at line 169 of file CbmTrdParSpadic.cxx.

References fVecSpadicChannels.

Referenced by CbmTrdParManager::CreateModuleParameters().

◆ GetChannelAddresses()

virtual std::vector< Int_t > CbmTrdParAsic::GetChannelAddresses ( ) const
inlinevirtualinherited

◆ GetComponentId()

virtual size_t CbmTrdParAsic::GetComponentId ( ) const
inlinevirtualinherited

◆ GetConfig()

virtual uint16_t CbmTrdParMod::GetConfig ( ) const
inlinevirtualinherited

Definition at line 17 of file CbmTrdParMod.h.

References CbmTrdParMod::fConfig.

◆ GetCriId() [1/2]

std::uint16_t CbmTrdParSpadic::GetCriId ( )

Definition at line 76 of file CbmTrdParSpadic.cxx.

References CbmTrdParAsic::fComponentId, and GetCriId().

Referenced by GetCriId(), and CbmTrdParSetAsic::putParams().

◆ GetCriId() [2/2]

std::uint16_t CbmTrdParSpadic::GetCriId ( size_t componentId)
static

Extracts the CriId from a given componentId - Remark when the par files are created from geometries the CriId is set to the unique module number.

Definition at line 79 of file CbmTrdParSpadic.cxx.

References CbmTrdParAsic::kCriIdPosition.

Referenced by CbmTaskTrdUnpackParWrite::Init().

◆ GetCrobId() [1/2]

std::uint8_t CbmTrdParSpadic::GetCrobId ( )

Definition at line 86 of file CbmTrdParSpadic.cxx.

References CbmTrdParAsic::fComponentId, and GetCrobId().

Referenced by GetCrobId(), and CbmTrdParSetAsic::putParams().

◆ GetCrobId() [2/2]

std::uint8_t CbmTrdParSpadic::GetCrobId ( size_t componentId)
static

Extracts the CrobId from a given componentId.

Definition at line 89 of file CbmTrdParSpadic.cxx.

References CbmTrdParAsic::kCriIdPosition, and CbmTrdParAsic::kCrobIdPosition.

Referenced by CbmTaskTrdUnpackParWrite::Init().

◆ GetCrobNumber() [1/2]

std::uint8_t CbmTrdParSpadic::GetCrobNumber ( )

Definition at line 97 of file CbmTrdParSpadic.cxx.

References CbmTrdParAsic::fComponentId, and GetCrobNumber().

Referenced by GetCrobNumber(), and CbmTrdParSetAsic::putParams().

◆ GetCrobNumber() [2/2]

std::uint8_t CbmTrdParSpadic::GetCrobNumber ( size_t componentId)
static

Extracts the CrobNumber (nTh Crob on the module) from a given componentId.

Definition at line 100 of file CbmTrdParSpadic.cxx.

References CbmTrdParAsic::kCrobIdPosition, and CbmTrdParAsic::kCrobNrPosition.

◆ GetElinkId() [1/2]

std::uint8_t CbmTrdParSpadic::GetElinkId ( Int_t channelId)

eLinkId for the current asic par set and the given channelId (in the asic coordinates, i.e. 00..31).

Definition at line 108 of file CbmTrdParSpadic.cxx.

References CbmTrdParAsic::fComponentId, and GetElinkId().

◆ GetElinkId() [2/2]

std::uint8_t CbmTrdParSpadic::GetElinkId ( size_t componentId,
Int_t channelId )
static

eLinkId for the given asicAddress and channelId (in the asic coordinates, i.e. 00..31). Remark: no check of a correct componentId is performed

Definition at line 111 of file CbmTrdParSpadic.cxx.

References CbmTrdParAsic::kCrobNrPosition, and NSPADICCH.

Referenced by CbmTrdHardwareSetupR::CreateAsicChannelMap(), CbmTrdHardwareSetupR::CreateHwToSwAsicAddressTranslatorMap(), GetElinkId(), CbmTaskTrdUnpackParWrite::Init(), and CbmTrdParSetAsic::putParams().

◆ GetElinkNr()

UInt_t CbmTrdParSpadic::GetElinkNr ( Int_t moduleChannel,
UInt_t nChannelsPerRow )

Return the number of the elink (counting started in channel order from bottom left to right) correlated to module wide channel number passed as argument, e.g. 000...767 for the mcbm module type.

< Return the number of the elink (counting started in channel order from bottom left to right) correlated to module wide channel number passed as argument, e.g. 000...767 for the mcbm module type

Definition at line 201 of file CbmTrdParSpadic.cxx.

References fMapAsicChannelToElink, and NSPADICCH.

◆ GetFebGrouping()

virtual Int_t CbmTrdParAsic::GetFebGrouping ( ) const
inlinevirtualinherited

Definition at line 46 of file CbmTrdParAsic.h.

References CbmTrdParAsic::fFebGrouping.

◆ GetModuleId()

virtual int CbmTrdParMod::GetModuleId ( ) const
inlinevirtualinherited

◆ GetNasicsOnModule()

Int_t CbmTrdParSpadic::GetNasicsOnModule ( Int_t moduleType)
static

Returns the number of asics on a given moduleType defined in eCbmTrdModuleTypes.

Definition at line 137 of file CbmTrdParSpadic.cxx.

Referenced by CbmTrdParManager::CreateModuleParameters(), and GetNasicsPerCrob().

◆ GetNasicsPerCrob()

Int_t CbmTrdParSpadic::GetNasicsPerCrob ( Int_t moduleType)
static

Returns the number of asics per Crob on a given moduleType defined in eCbmTrdModuleTypes.

Definition at line 152 of file CbmTrdParSpadic.cxx.

References GetNasicsOnModule().

◆ GetNchannels()

virtual Int_t CbmTrdParSpadic::GetNchannels ( ) const
inlinevirtual

Implements CbmTrdParAsic.

Definition at line 32 of file CbmTrdParSpadic.h.

References NSPADICCH.

Referenced by CbmTrdParManager::CreateModuleParameters().

◆ GetSizeX()

virtual Double_t CbmTrdParSpadic::GetSizeX ( ) const
inlinevirtual

Accessors

Implements CbmTrdParAsic.

Definition at line 34 of file CbmTrdParSpadic.h.

References fgSizeX.

◆ GetSizeY()

virtual Double_t CbmTrdParSpadic::GetSizeY ( ) const
inlinevirtual

Implements CbmTrdParAsic.

Definition at line 35 of file CbmTrdParSpadic.h.

References fgSizeY.

◆ GetSizeZ()

virtual Double_t CbmTrdParSpadic::GetSizeZ ( ) const
inlinevirtual

Definition at line 36 of file CbmTrdParSpadic.h.

References fgSizeZ.

◆ GetSpadicChannelVec()

std::vector< UInt_t > CbmTrdParSpadic::GetSpadicChannelVec ( )
inline

Return the vector with the corresponding spadic channel numbers sorted from channel 00..31 in pad plane coordinates.

Definition at line 43 of file CbmTrdParSpadic.h.

References fVecSpadicChannels.

◆ GetVersion()

virtual uint8_t CbmTrdParMod::GetVersion ( ) const
inlinevirtualinherited

Definition at line 19 of file CbmTrdParMod.h.

References CbmTrdParMod::fVersion.

◆ GetX()

virtual Double_t CbmTrdParAsic::GetX ( ) const
inlinevirtualinherited

Definition at line 39 of file CbmTrdParAsic.h.

References CbmTrdParAsic::fX.

Referenced by CbmTrdHitRateFastQa::ScanModulePlane().

◆ GetY()

virtual Double_t CbmTrdParAsic::GetY ( ) const
inlinevirtualinherited

Definition at line 40 of file CbmTrdParAsic.h.

References CbmTrdParAsic::fY.

Referenced by CbmTrdHitRateFastQa::ScanModulePlane().

◆ GetZ()

virtual Double_t CbmTrdParAsic::GetZ ( ) const
inlinevirtualinherited

Definition at line 41 of file CbmTrdParAsic.h.

References CbmTrdParAsic::fZ.

◆ IsChannelMasked()

virtual bool CbmTrdParAsic::IsChannelMasked ( int ) const
inlinevirtualinherited

Reimplemented in CbmTrdParFasp.

Definition at line 48 of file CbmTrdParAsic.h.

Referenced by CbmTrdModuleAbstract::IsChannelMasked().

◆ LoadParams()

void CbmTrdParSpadic::LoadParams ( FairParamList * inList)
virtual

Loads the specific params for the spadic placed at fAddress, e.g. channel calibration parameters.

Reimplemented from CbmTrdParAsic.

Definition at line 30 of file CbmTrdParSpadic.cxx.

References CreateComponentId(), CbmTrdParAsic::fAddress, CbmTrdParAsic::fChannelAddresses, CbmTrdParAsic::fComponentId, and NSPADICCH.

◆ Print()

void CbmTrdParAsic::Print ( Option_t * opt = "") const
virtualinherited

Reimplemented in CbmTrdParFasp.

Definition at line 25 of file CbmTrdParAsic.cxx.

References CbmTrdParAsic::fAddress, CbmTrdParAsic::fX, and CbmTrdParAsic::fY.

Referenced by CbmTrdParFasp::Print().

◆ QueryChannel()

Int_t CbmTrdParAsic::QueryChannel ( Int_t ch) const
virtualinherited

Query ASIC for specific pad address.

Parameters
[in]chpad address within module as provided by CbmTrdModuleAbstract::GetPadAddress()
Returns
channel index within ASIC

Definition at line 31 of file CbmTrdParAsic.cxx.

References CbmTrdParAsic::fChannelAddresses.

Referenced by CbmTrdParManager::CreateModuleParameters(), CbmTrdModuleSim2D::FlushBuffer(), CbmTrdParFasp::GetChannel(), and CbmTrdParAsic::SetChannelAddress().

◆ SetChannelAddress()

void CbmTrdParAsic::SetChannelAddress ( Int_t address)
virtualinherited

◆ SetChannelAddresses()

void CbmTrdParAsic::SetChannelAddresses ( std::vector< Int_t > addresses)
virtualinherited

◆ SetComponentId()

virtual void CbmTrdParAsic::SetComponentId ( size_t id)
inlinevirtualinherited

◆ SetConfigId()

virtual void CbmTrdParMod::SetConfigId ( uint16_t c)
inlinevirtualinherited

Definition at line 21 of file CbmTrdParMod.h.

References CbmTrdParMod::fConfig.

◆ SetFebGrouping()

virtual void CbmTrdParAsic::SetFebGrouping ( Int_t feb)
inlinevirtualinherited

Definition at line 58 of file CbmTrdParAsic.h.

References CbmTrdParAsic::fFebGrouping.

◆ SetModuleId()

virtual void CbmTrdParMod::SetModuleId ( int m)
inlinevirtualinherited

◆ SetPosition()

virtual void CbmTrdParAsic::SetPosition ( Double_t x = 0,
Double_t y = 0,
Double_t z = 0 )
inlinevirtualinherited

Definition at line 59 of file CbmTrdParAsic.h.

References CbmTrdParAsic::fX, CbmTrdParAsic::fY, CbmTrdParAsic::fZ, x, and y.

◆ SetVersion()

virtual void CbmTrdParMod::SetVersion ( uint8_t v)
inlinevirtualinherited

Definition at line 23 of file CbmTrdParMod.h.

References CbmTrdParMod::fVersion, and v.

Member Data Documentation

◆ fAddress

Int_t CbmTrdParAsic::fAddress
protectedinherited

◆ fChannelAddresses

std::vector<Int_t> CbmTrdParAsic::fChannelAddresses
protectedinherited

◆ fComponentId

size_t CbmTrdParAsic::fComponentId
protectedinherited

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 CbmTrdParAsic::GetComponentId(), GetCriId(), GetCrobId(), GetCrobNumber(), GetElinkId(), LoadParams(), and CbmTrdParAsic::SetComponentId().

◆ fConfig

uint16_t CbmTrdParMod::fConfig = 0
protectedinherited

configuration setup of the module

Definition at line 27 of file CbmTrdParMod.h.

Referenced by CbmTrdParMod::GetConfig(), CbmTrdParModDigi::GetPadPlaneType(), and CbmTrdParMod::SetConfigId().

◆ fFebGrouping

Int_t CbmTrdParAsic::fFebGrouping
protectedinherited

no of ASIC in ROB

Definition at line 72 of file CbmTrdParAsic.h.

Referenced by CbmTrdParAsic::GetFebGrouping(), and CbmTrdParAsic::SetFebGrouping().

◆ fgSizeX

Double_t CbmTrdParSpadic::fgSizeX = 6.0
staticprivate

SPADIC half size in x [cm].

Definition at line 78 of file CbmTrdParSpadic.h.

Referenced by GetSizeX().

◆ fgSizeY

Double_t CbmTrdParSpadic::fgSizeY = 3.0
staticprivate

SPADIC half size in y [cm].

Definition at line 79 of file CbmTrdParSpadic.h.

Referenced by GetSizeY().

◆ fgSizeZ

Double_t CbmTrdParSpadic::fgSizeZ = 0.5
staticprivate

SPADIC half size in z [cm].

Definition at line 80 of file CbmTrdParSpadic.h.

Referenced by GetSizeZ().

◆ fMapAsicChannelToElink

std::map<UInt_t, UInt_t> CbmTrdParSpadic::fMapAsicChannelToElink = {}
private

Definition at line 84 of file CbmTrdParSpadic.h.

Referenced by CbmTrdParSpadic(), and GetElinkNr().

◆ fModuleId

int CbmTrdParMod::fModuleId = 0
protectedinherited

◆ fVecSpadicChannels

const std::vector<UInt_t> CbmTrdParSpadic::fVecSpadicChannels
private
Initial value:
= {23, 7, 22, 6, 21, 19, 5, 20, 18, 4, 3, 17, 16, 2, 1, 0,
31, 30, 29, 15, 14, 28, 27, 13, 11, 26, 12, 10, 25, 9, 24, 8}

Definition at line 82 of file CbmTrdParSpadic.h.

Referenced by FillAsicChannelToElinkMap(), GetAsicChAddress(), and GetSpadicChannelVec().

◆ fVersion

uint8_t CbmTrdParMod::fVersion = 0
protectedinherited

version of the parameter

Definition at line 26 of file CbmTrdParMod.h.

Referenced by CbmTrdParModDigi::GetPadPlaneType(), CbmTrdParMod::GetVersion(), and CbmTrdParMod::SetVersion().

◆ fX

Double_t CbmTrdParAsic::fX
protectedinherited

center of asic in global c.s. [cm]

Definition at line 69 of file CbmTrdParAsic.h.

Referenced by CbmTrdParAsic::GetX(), CbmTrdParAsic::Print(), and CbmTrdParAsic::SetPosition().

◆ fY

Double_t CbmTrdParAsic::fY
protectedinherited

center of asic in global c.s. [cm]

Definition at line 70 of file CbmTrdParAsic.h.

Referenced by CbmTrdParAsic::GetY(), CbmTrdParAsic::Print(), and CbmTrdParAsic::SetPosition().

◆ fZ

Double_t CbmTrdParAsic::fZ
protectedinherited

center of asic in global c.s. [cm]

Definition at line 71 of file CbmTrdParAsic.h.

Referenced by CbmTrdParAsic::GetZ(), and CbmTrdParAsic::SetPosition().


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