|
BOSS 8.0.0
BESIII Offline Software System
|
#include <MucFec.h>
Public Member Functions | |
| MucFec (int id) | |
| MucFec (int id, int stripOrder, int part, int segment, int layer, int firstStripID, unsigned int vmeRecord, string chainName) | |
| ~MucFec () | |
| int | GetID () |
| int | GetStripOrder () |
| unsigned int | GetVmeRecord () |
| unsigned short | GetVmeAddress () |
| unsigned short | GetData () |
| int | GetPart () |
| int | GetSegment () |
| int | GetLayer () |
| int | GetFirstStripID () |
| int | GetFiredStripNumber () |
| int | DecodeModule () |
| int | DecodeSocket () |
| int | DecodeFecID () |
| unsigned int | GetPowerpcRecord () |
| unsigned short | GetGeoAddress () |
| vector< int > * | GetFiredStripVect () |
| string | GetChainName () |
| string | GetBin (unsigned int record) |
| string | GetBin (unsigned short record) |
| string | GetVmeBin () |
| string | GetGeoBin () |
| string | GetDataBin () |
| void | SetStripOrder (int stripOrder) |
| void | SetLocation (int part, int segment, int layer) |
| void | SetFirstStripID (int firstStripID) |
| void | SetChainName (string chainName) |
| void | SetData (unsigned short data) |
| MucFec::MucFec | ( | int | id | ) |
Definition at line 18 of file MucFec.cxx.
| MucFec::MucFec | ( | int | id, |
| int | stripOrder, | ||
| int | part, | ||
| int | segment, | ||
| int | layer, | ||
| int | firstStripID, | ||
| unsigned int | vmeRecord, | ||
| string | chainName ) |
Definition at line 39 of file MucFec.cxx.
|
inline |
Definition at line 62 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 60 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 61 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
| string MucFec::GetBin | ( | unsigned int | record | ) |
Definition at line 182 of file MucFec.cxx.
Referenced by GetDataBin(), GetGeoBin(), and GetVmeBin().
| string MucFec::GetBin | ( | unsigned short | record | ) |
Definition at line 196 of file MucFec.cxx.
|
inline |
Definition at line 66 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
| string MucFec::GetDataBin | ( | ) |
| int MucFec::GetFiredStripNumber | ( | ) |
Definition at line 178 of file MucFec.cxx.
| vector< int > * MucFec::GetFiredStripVect | ( | ) |
Definition at line 180 of file MucFec.cxx.
|
inline |
Definition at line 58 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 64 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
| string MucFec::GetGeoBin | ( | ) |
|
inline |
Definition at line 57 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 55 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
| unsigned int MucFec::GetPowerpcRecord | ( | ) |
Definition at line 179 of file MucFec.cxx.
|
inline |
Definition at line 56 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 50 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 52 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
| string MucFec::GetVmeBin | ( | ) |
|
inline |
| void MucFec::SetChainName | ( | string | chainName | ) |
| void MucFec::SetData | ( | unsigned short | data | ) |
Definition at line 169 of file MucFec.cxx.
| void MucFec::SetFirstStripID | ( | int | firstStripID | ) |
Definition at line 163 of file MucFec.cxx.
| void MucFec::SetLocation | ( | int | part, |
| int | segment, | ||
| int | layer ) |
Definition at line 155 of file MucFec.cxx.
| void MucFec::SetStripOrder | ( | int | stripOrder | ) |
Definition at line 150 of file MucFec.cxx.