AliRoot Core  3dc7879 (3dc7879)
AliTPCmapper Class Reference

AliTPCmapper. More...

#include <AliTPCmapper.h>

Inheritance diagram for AliTPCmapper:

Public Member Functions

 AliTPCmapper ()
 
 AliTPCmapper (const char *dirname)
 
virtual ~AliTPCmapper ()
 
AliTPCmapperoperator= (const AliTPCmapper &mapper)
 
 AliTPCmapper (const AliTPCmapper &mapper)
 
void Init (const char *dirname)
 
AliTPCAltroMapping ** GetAltroMapping ()
 
Int_t GetPad (Int_t patch, Int_t hwAddress) const
 
Int_t GetPad (Int_t patch, Int_t branch, Int_t fec, Int_t chip, Int_t channel) const
 
Int_t GetPadRow (Int_t patch, Int_t hwAddress) const
 
Int_t GetPadRow (Int_t patch, Int_t branch, Int_t fec, Int_t chip, Int_t channel) const
 
Int_t GetHWAddress (Int_t roc, Int_t padrow, Int_t pad) const
 
Int_t GetRcu (Int_t roc, Int_t padrow, Int_t pad) const
 
Int_t GetPatch (Int_t roc, Int_t padrow, Int_t pad) const
 
Int_t GetBranch (Int_t roc, Int_t padrow, Int_t pad) const
 
Int_t GetFEChw (Int_t roc, Int_t padrow, Int_t pad) const
 
Int_t GetFEC (Int_t roc, Int_t padrow, Int_t pad) const
 
Int_t GetChip (Int_t roc, Int_t padrow, Int_t pad) const
 
Int_t GetChannel (Int_t roc, Int_t padrow, Int_t pad) const
 
Int_t GetGlobalPadRow (Int_t patch, Int_t hwAddress) const
 
Int_t GetGlobalPadRow (Int_t patch, Int_t branch, Int_t fec, Int_t chip, Int_t channel) const
 
Int_t GetHWAddressSector (Int_t globalpadrow, Int_t pad) const
 
Int_t GetRcuSector (Int_t globalpadrow, Int_t pad) const
 
Int_t GetPatchSector (Int_t globalpadrow, Int_t pad) const
 
Int_t GetBranchSector (Int_t globalpadrow, Int_t pad) const
 
Int_t GetFEChwSector (Int_t globalpadrow, Int_t pad) const
 
Int_t GetFECSector (Int_t globalpadrow, Int_t pad) const
 
Int_t GetChipSector (Int_t globalpadrow, Int_t pad) const
 
Int_t GetChannelSector (Int_t globalpadrow, Int_t pad) const
 
Int_t CodeHWAddress (Int_t branch, Int_t fec, Int_t chip, Int_t channel) const
 
Int_t DecodedHWAddressBranch (Int_t hwAddress) const
 
Int_t DecodedHWAddressFECaddr (Int_t hwAddress) const
 
Int_t DecodedHWAddressChipaddr (Int_t hwAddress) const
 
Int_t DecodedHWAddressChanneladdr (Int_t hwAddress) const
 
Int_t GetNpads (Int_t roc, Int_t padrow) const
 
Int_t GetNpads (Int_t globalpadrow) const
 
Int_t GetNpadrows (Int_t roc) const
 
Int_t HwToOffline (Int_t patch, Int_t branch, Int_t fec) const
 
Int_t OfflineToHwBranch (Int_t patch, Int_t fec) const
 
Int_t OfflineToHwFec (Int_t patch, Int_t fec) const
 
Int_t GetEquipmentID (Int_t roc, Int_t padrow, Int_t pad) const
 
Int_t GetEquipmentIDsector (Int_t side, Int_t sector, Int_t globalpadrow, Int_t pad) const
 
Int_t GetEquipmentIDfromPatch (Int_t side, Int_t sector, Int_t patch) const
 
Int_t GetSectorFromRoc (Int_t roc) const
 
Int_t GetSideFromRoc (Int_t roc) const
 
Int_t GetRocFromPatch (Int_t side, Int_t sector, Int_t patch) const
 
Int_t GetRoc (Int_t side, Int_t sector, Int_t globalpadrow, Int_t pad) const
 
Int_t GetSideFromEquipmentID (Int_t equipmentID) const
 
Int_t GetSectorFromEquipmentID (Int_t equipmentID) const
 
Int_t GetRocFromEquipmentID (Int_t equipmentID) const
 
Int_t GetPatchFromEquipmentID (Int_t equipmentID) const
 
Int_t GetNfec (Int_t patch, Int_t branch) const
 
Int_t GetNfec (Int_t patch) const
 
Bool_t IsIROC (Int_t roc) const
 
Bool_t IsOROC (Int_t roc) const
 
Int_t GetTpcDdlOffset () const
 
Int_t GetNumDdl () const
 

Private Attributes

Int_t fNside
 TPC has 2 sides. More...
 
Int_t fNsector
 TPC side has 18 sectors. More...
 
Int_t fNrcu
 Sector has 6 RCUs (patches) More...
 
Int_t fNbranch
 RCU has 2 branches. More...
 
Int_t fNaltro
 FEC has 8 ALTROs. More...
 
Int_t fNchannel
 ALTRO has 16 channels. More...
 
Int_t fNpadrow
 Sector has 159 padrows. More...
 
Int_t fNpadrowIROC
 IROC has 63 padrows. More...
 
Int_t fNpadrowOROC
 OROC has 96 padrows. More...
 
Int_t fTpcDdlOffset
 DDL offset for TPC. More...
 
AliTPCAltroMappingfMapping [6]
 The ALTRO mapping for each patch (rcu) More...
 

Detailed Description

AliTPCmapper.

Class for all mapping functions (hardware coordinates <-> pad coordinates)

Class to map detector coordinates (row, pad, sector, ...) to hardware coordinates (RCU, Branch, FEC, Altro, channel, Equipment ID, ...)

There are two different ways to number padrows: 1) local padrow: for each ROC, 0 ... 62 for an IROC, 0 ... 95 for an OROC, 2) global padrow: for each sector, from 0 ... 158. If the global numbering is used, it is denoted by the variable name globalpadrow in this class.

There are two different ways to number sectors: 1) Sectors contain one IROC and one OROC and are counted from 0 to 17 on each of the two sides (A=0 and C=1), 2) ROCs are numbered from 0 to 71 where the ROCs 0 ... 35 are IROCS and ROCs 36 ... 71 are OROCs. A ROC is often named "sector" in aliroot, which can be very confusing!

Author
Chris.nosp@m.tian.nosp@m..Lipp.nosp@m.mann.nosp@m.@cern.nosp@m..ch, J.Wie.nosp@m.chul.nosp@m.a@gsi.nosp@m..de
Christian Lippmann

Definition at line 15 of file AliTPCmapper.h.

Constructor & Destructor Documentation

AliTPCmapper::AliTPCmapper ( )

Definition at line 51 of file AliTPCmapper.cxx.

AliTPCmapper::AliTPCmapper ( const char *  dirname)

Constructor

dirname - specify the directory with the ascii Altro mapping files

Definition at line 70 of file AliTPCmapper.cxx.

AliTPCmapper::~AliTPCmapper ( )
virtual

Destructor

Definition at line 90 of file AliTPCmapper.cxx.

AliTPCmapper::AliTPCmapper ( const AliTPCmapper mapper)

Copy Constructor

Definition at line 102 of file AliTPCmapper.cxx.

Member Function Documentation

Int_t AliTPCmapper::CodeHWAddress ( Int_t  branch,
Int_t  fec,
Int_t  chip,
Int_t  channel 
) const

Get Hardware address from channel, altro, fec and branch coordinates

Definition at line 502 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetPad(), GetPadRow(), main(), and AliTPCcalibDB::MakeDeadMap().

Int_t AliTPCmapper::DecodedHWAddressBranch ( Int_t  hwAddress) const

Get branch index (0, 1) from hardware address

Definition at line 511 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetBranch(), GetBranchSector(), GetFEC(), and GetFECSector().

Int_t AliTPCmapper::DecodedHWAddressChanneladdr ( Int_t  hwAddress) const

Get channel index (0 ... 15) from hardware address

Definition at line 541 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetChannel(), and GetChannelSector().

Int_t AliTPCmapper::DecodedHWAddressChipaddr ( Int_t  hwAddress) const

Get ALTRO index (0 ... 7) from hardware address

Definition at line 531 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetChip(), and GetChipSector().

Int_t AliTPCmapper::DecodedHWAddressFECaddr ( Int_t  hwAddress) const

Get FEC index (0 ... 12) from hardware address

Definition at line 521 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetFEC(), GetFEChw(), GetFEChwSector(), and GetFECSector().

AliTPCAltroMapping** AliTPCmapper::GetAltroMapping ( )
inline

Definition at line 28 of file AliTPCmapper.h.

Referenced by main().

Int_t AliTPCmapper::GetBranch ( Int_t  roc,
Int_t  padrow,
Int_t  pad 
) const

Get the branch to which this pad is connected. The FECs connected to one RCU are divided into two branches: A(=0) and B(=1). This information can be extracted from the hardware address.

Definition at line 393 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetBranchSector ( Int_t  globalpadrow,
Int_t  pad 
) const

Get Branch from pad coordinates, where globalpadrow is counted for a full sector (0 ... 158)

Definition at line 404 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetChannel ( Int_t  roc,
Int_t  padrow,
Int_t  pad 
) const

Get Channel index (0 ... 15) from pad coordinates

Definition at line 483 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetChannelSector ( Int_t  globalpadrow,
Int_t  pad 
) const

Get Channel index (0 ... 15) from pad coordinates, where globalpadrow is counted for a full sector (0 ... 158)

Definition at line 492 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetChip ( Int_t  roc,
Int_t  padrow,
Int_t  pad 
) const

Get Chip (ALTRO) index (0 ... 7) from pad coordinates

Definition at line 464 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), and AliTPCcalibDButil::GetMeanAltro().

Int_t AliTPCmapper::GetChipSector ( Int_t  globalpadrow,
Int_t  pad 
) const

Get Chip (ALTRO) index (0 ... 7) from pad coordinates, where globalpadrow is counted for a full sector (0 ... 158)

Definition at line 473 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetEquipmentID ( Int_t  roc,
Int_t  padrow,
Int_t  pad 
) const

Get EqID from pad coordinate. The Roc index is needed as well to determine if it is IROC or OROC.

Definition at line 850 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), and GetEquipmentIDsector().

Int_t AliTPCmapper::GetEquipmentIDfromPatch ( Int_t  side,
Int_t  sector,
Int_t  patch 
) const

Get EqID from patch (rcu).

Definition at line 883 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), and GetEquipmentID().

Int_t AliTPCmapper::GetEquipmentIDsector ( Int_t  side,
Int_t  sector,
Int_t  globalpadrow,
Int_t  pad 
) const

Get EqID from pad coordinate, where padrow is counted for a full sector (0 ... 158)

Definition at line 866 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetFEC ( Int_t  roc,
Int_t  padrow,
Int_t  pad 
) const

Get the FEC number in offline-oriented numbering. The FECs are numbered from 0 17 (partition 3, 4, 5), 19 (partition 0, 2) or 24 (partition 1).

Definition at line 436 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), and AliTPCcalibDButil::GetMeanAltro().

Int_t AliTPCmapper::GetFEChw ( Int_t  roc,
Int_t  padrow,
Int_t  pad 
) const

Get the FEC number in hardware numbering. The FECs are numbered from 0 (in the center of the partition) to 8 (partition 3, 4, 5), 9 (partition 0, 2), 11 (partition 1, branch A) or 12 (partition 1, branch B). This information can be extracted from the hardware address.

Definition at line 414 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetFEChwSector ( Int_t  globalpadrow,
Int_t  pad 
) const

Get the FEC number in hardware numbering from pad coordinates, where globalpadrow is counted for a full sector (0 ... 158)

Definition at line 426 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetFECSector ( Int_t  globalpadrow,
Int_t  pad 
) const

Get the FEC number in offline-oriented numbering. globalpadrow is counted for a full sector (0 ... 158)

Definition at line 450 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetGlobalPadRow ( Int_t  patch,
Int_t  hwAddress 
) const

Get Pad Row (for full sector) from the hardware address

Definition at line 322 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), and main().

Int_t AliTPCmapper::GetGlobalPadRow ( Int_t  patch,
Int_t  branch,
Int_t  fec,
Int_t  chip,
Int_t  channel 
) const

Get Pad Row (for full sector) from the hardware address

Definition at line 361 of file AliTPCmapper.cxx.

Int_t AliTPCmapper::GetHWAddress ( Int_t  roc,
Int_t  padrow,
Int_t  pad 
) const

Get the hardware address from pad coordinates for a given ROC

Definition at line 189 of file AliTPCmapper.cxx.

Referenced by AliTPCCalibTCF::DumpTCFparamToFilePerPad(), GetAltroMapping(), GetBranch(), GetChannel(), GetChip(), GetFEC(), and GetFEChw().

Int_t AliTPCmapper::GetHWAddressSector ( Int_t  globalpadrow,
Int_t  pad 
) const

Get the hardware address from pad coordinates

Definition at line 200 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetBranchSector(), GetChannelSector(), GetChipSector(), GetFEChwSector(), and GetFECSector().

Int_t AliTPCmapper::GetNfec ( Int_t  patch,
Int_t  branch 
) const

Get size of readout partition (number of FECs) for this branch

Definition at line 748 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), HwToOffline(), main(), AliTPCcalibDB::MakeDeadMap(), OfflineToHwBranch(), and OfflineToHwFec().

Int_t AliTPCmapper::GetNfec ( Int_t  patch) const

Get size of readout partition (number of FECs) for this rcu (patch) index (0 ... 5)

Definition at line 718 of file AliTPCmapper.cxx.

Int_t AliTPCmapper::GetNpadrows ( Int_t  roc) const

Get number of padrows

Definition at line 576 of file AliTPCmapper.cxx.

Referenced by AliTPCCalibTCF::DumpTCFparamToFilePerPad(), and GetAltroMapping().

Int_t AliTPCmapper::GetNpads ( Int_t  roc,
Int_t  padrow 
) const

Get number of pads in padrow for this ROC.

Definition at line 551 of file AliTPCmapper.cxx.

Referenced by AliTPCCalibTCF::DumpTCFparamToFilePerPad(), GetAltroMapping(), GetNpads(), GetPatch(), and main().

Int_t AliTPCmapper::GetNpads ( Int_t  globalpadrow) const

Get number of pads in padrow, where globalpadrow is counted for a full sector (0 ... 158)

Definition at line 561 of file AliTPCmapper.cxx.

Int_t AliTPCmapper::GetNumDdl ( ) const
inline

Definition at line 103 of file AliTPCmapper.h.

Referenced by AliTPCcalibDB::MakeDeadMap().

Int_t AliTPCmapper::GetPad ( Int_t  patch,
Int_t  hwAddress 
) const

Get Pad index from the hardware address

Definition at line 332 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetPad(), main(), and AliTPCcalibDB::MakeDeadMap().

Int_t AliTPCmapper::GetPad ( Int_t  patch,
Int_t  branch,
Int_t  fec,
Int_t  chip,
Int_t  channel 
) const

Get pad from hardware coordinates

Definition at line 378 of file AliTPCmapper.cxx.

Int_t AliTPCmapper::GetPadRow ( Int_t  patch,
Int_t  hwAddress 
) const

Get Pad Row (for a ROC) from the hardware address

Definition at line 309 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetGlobalPadRow(), GetPadRow(), main(), and AliTPCcalibDB::MakeDeadMap().

Int_t AliTPCmapper::GetPadRow ( Int_t  patch,
Int_t  branch,
Int_t  fec,
Int_t  chip,
Int_t  channel 
) const

Get pad row (for a ROC) from hardware coordinates

Definition at line 345 of file AliTPCmapper.cxx.

Int_t AliTPCmapper::GetPatch ( Int_t  roc,
Int_t  padrow,
Int_t  pad 
) const

Get the patch (rcu) index from the pad coordinates. The Roc index is needed as well to determine if it is IROC or OROC.

Definition at line 233 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetEquipmentID(), GetFEC(), GetHWAddress(), GetHWAddressSector(), GetPatchSector(), and GetRcu().

Int_t AliTPCmapper::GetPatchFromEquipmentID ( Int_t  equipmentID) const

Get rcu (patch) index (0 ... 5) from equipment ID

Definition at line 899 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetRocFromEquipmentID(), and AliTPCcalibDB::MakeDeadMap().

Int_t AliTPCmapper::GetPatchSector ( Int_t  globalpadrow,
Int_t  pad 
) const

Get the patch (rcu) index from the pad coordinates for a sector

Definition at line 295 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetEquipmentIDsector(), GetFECSector(), GetRcuSector(), and GetRoc().

Int_t AliTPCmapper::GetRcu ( Int_t  roc,
Int_t  padrow,
Int_t  pad 
) const

Get the patch (rcu) index from the pad coordinates. The Roc index is needed as well to determine if it is IROC or OROC.

Definition at line 223 of file AliTPCmapper.cxx.

Referenced by AliTPCCalibTCF::DumpTCFparamToFilePerPad(), and GetAltroMapping().

Int_t AliTPCmapper::GetRcuSector ( Int_t  globalpadrow,
Int_t  pad 
) const

Get the patch (rcu) index from the pad coordinates for a sector

Definition at line 286 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetRoc ( Int_t  side,
Int_t  sector,
Int_t  globalpadrow,
Int_t  pad 
) const

Get Roc (0 ... 71) from side (0, 1), sector (0 ... 17) and pad coordinates

Definition at line 1050 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::GetRocFromEquipmentID ( Int_t  equipmentID) const

Get ROC index (0 ... 71) from equipment ID

Definition at line 960 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), AliTPCcalibDB::InitDeadMap(), and AliTPCcalibDB::MakeDeadMap().

Int_t AliTPCmapper::GetRocFromPatch ( Int_t  side,
Int_t  sector,
Int_t  patch 
) const

Get Roc (0 ... 71) from side (0, 1), sector (0 ... 17) and patch (0 ... 5)

Definition at line 1022 of file AliTPCmapper.cxx.

Referenced by AliTPCCalibTCF::DumpTCFparamToFilePerSector(), GetAltroMapping(), GetEquipmentIDfromPatch(), GetEquipmentIDsector(), GetRoc(), and GetRocFromEquipmentID().

Int_t AliTPCmapper::GetSectorFromEquipmentID ( Int_t  equipmentID) const

Get sector index (0 ... 17) from equipment ID

Definition at line 936 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), and GetRocFromEquipmentID().

Int_t AliTPCmapper::GetSectorFromRoc ( Int_t  roc) const

get the sector number (0 ... 17) from the roc number (0 ... 71)

Definition at line 976 of file AliTPCmapper.cxx.

Referenced by AliTPCCalibTCF::DumpTCFparamToFilePerPad(), GetAltroMapping(), GetEquipmentID(), and main().

Int_t AliTPCmapper::GetSideFromEquipmentID ( Int_t  equipmentID) const

Get side from Eq ID

Definition at line 916 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetRocFromEquipmentID(), and GetSectorFromEquipmentID().

Int_t AliTPCmapper::GetSideFromRoc ( Int_t  roc) const

get the side (0, 1) from the roc number (0 ... 71)

Definition at line 999 of file AliTPCmapper.cxx.

Referenced by AliTPCCalibTCF::DumpTCFparamToFilePerPad(), GetAltroMapping(), GetEquipmentID(), and main().

Int_t AliTPCmapper::GetTpcDdlOffset ( ) const
inline

Definition at line 102 of file AliTPCmapper.h.

Referenced by AliTPCcalibDB::MakeDeadMap().

Int_t AliTPCmapper::HwToOffline ( Int_t  patch,
Int_t  branch,
Int_t  fec 
) const

Convert hardware FEC position (branch, fec) to the offline-oriented numbering

Definition at line 827 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), GetFEC(), and GetFECSector().

void AliTPCmapper::Init ( const char *  dirname)

Initialize all

Definition at line 146 of file AliTPCmapper.cxx.

Referenced by AliTPCmapper().

Bool_t AliTPCmapper::IsIROC ( Int_t  roc) const

Is this ROC an IROC?

Definition at line 1061 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping(), and main().

Bool_t AliTPCmapper::IsOROC ( Int_t  roc) const

Is this ROC an OROC?

Definition at line 1080 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::OfflineToHwBranch ( Int_t  patch,
Int_t  fec 
) const

Convert fec position in offline-like numbering to hardware numbering (branch).

Definition at line 807 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

Int_t AliTPCmapper::OfflineToHwFec ( Int_t  patch,
Int_t  fec 
) const

Convert FEC position in offline-like numbering to hardware numbering (fec).

Definition at line 783 of file AliTPCmapper.cxx.

Referenced by GetAltroMapping().

AliTPCmapper & AliTPCmapper::operator= ( const AliTPCmapper mapper)

Assignment operator

Definition at line 122 of file AliTPCmapper.cxx.

Member Data Documentation

AliTPCAltroMapping* AliTPCmapper::fMapping[6]
private

The ALTRO mapping for each patch (rcu)

Definition at line 119 of file AliTPCmapper.h.

Referenced by AliTPCmapper(), GetAltroMapping(), GetHWAddress(), GetHWAddressSector(), GetPad(), GetPadRow(), Init(), operator=(), and ~AliTPCmapper().

Int_t AliTPCmapper::fNaltro
private

FEC has 8 ALTROs.

Definition at line 111 of file AliTPCmapper.h.

Referenced by GetGlobalPadRow(), GetPad(), GetPadRow(), Init(), and operator=().

Int_t AliTPCmapper::fNbranch
private

RCU has 2 branches.

Definition at line 110 of file AliTPCmapper.h.

Referenced by GetGlobalPadRow(), GetPad(), GetPadRow(), Init(), and operator=().

Int_t AliTPCmapper::fNchannel
private

ALTRO has 16 channels.

Definition at line 112 of file AliTPCmapper.h.

Referenced by GetGlobalPadRow(), GetPad(), GetPadRow(), Init(), and operator=().

Int_t AliTPCmapper::fNpadrow
private

Sector has 159 padrows.

Definition at line 113 of file AliTPCmapper.h.

Referenced by GetHWAddressSector(), GetNpads(), GetPatchSector(), Init(), and operator=().

Int_t AliTPCmapper::fNpadrowIROC
private
Int_t AliTPCmapper::fNpadrowOROC
private

OROC has 96 padrows.

Definition at line 115 of file AliTPCmapper.h.

Referenced by GetNpadrows(), GetPatch(), Init(), and operator=().

Int_t AliTPCmapper::fNrcu
private

Sector has 6 RCUs (patches)

Definition at line 109 of file AliTPCmapper.h.

Referenced by AliTPCmapper(), GetGlobalPadRow(), GetHWAddress(), GetNumDdl(), GetPad(), GetPadRow(), GetRocFromPatch(), Init(), operator=(), and ~AliTPCmapper().

Int_t AliTPCmapper::fNsector
private

TPC side has 18 sectors.

Definition at line 108 of file AliTPCmapper.h.

Referenced by GetNumDdl(), GetRocFromPatch(), Init(), and operator=().

Int_t AliTPCmapper::fNside
private

TPC has 2 sides.

Definition at line 107 of file AliTPCmapper.h.

Referenced by GetNumDdl(), GetRocFromPatch(), Init(), and operator=().

Int_t AliTPCmapper::fTpcDdlOffset
private

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