CGEM BOSS 6.6.5.i
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 () |
unsigned short | GetGeoAddress () |
int | GetFirstStripID () |
string | GetChainName () |
int | GetFiredStripNumber () |
vector< int > * | GetFiredStripVect () |
unsigned int | GetPowerpcRecord () |
int | DecodeModule () |
int | DecodeSocket () |
int | DecodeFecID () |
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 40 of file MucFec.cxx.
|
inline |
Definition at line 65 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 63 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 64 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
string MucFec::GetBin | ( | unsigned int | record | ) |
Definition at line 197 of file MucFec.cxx.
Referenced by GetDataBin(), GetGeoBin(), and GetVmeBin().
string MucFec::GetBin | ( | unsigned short | record | ) |
Definition at line 212 of file MucFec.cxx.
|
inline |
Definition at line 59 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
string MucFec::GetDataBin | ( | ) |
int MucFec::GetFiredStripNumber | ( | ) |
Definition at line 191 of file MucFec.cxx.
vector< int > * MucFec::GetFiredStripVect | ( | ) |
Definition at line 195 of file MucFec.cxx.
|
inline |
Definition at line 58 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 57 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
string MucFec::GetGeoBin | ( | ) |
Definition at line 232 of file MucFec.cxx.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 56 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 54 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
unsigned int MucFec::GetPowerpcRecord | ( | ) |
Definition at line 193 of file MucFec.cxx.
|
inline |
Definition at line 55 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 49 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
|
inline |
Definition at line 51 of file MucFec.h.
Referenced by MucMappingAlg::finalize().
string MucFec::GetVmeBin | ( | ) |
Definition at line 227 of file MucFec.cxx.
Referenced by MucMappingAlg::finalize().
|
inline |
void MucFec::SetChainName | ( | string | chainName | ) |
void MucFec::SetData | ( | unsigned short | data | ) |
Definition at line 179 of file MucFec.cxx.
void MucFec::SetFirstStripID | ( | int | firstStripID | ) |
Definition at line 172 of file MucFec.cxx.
void MucFec::SetLocation | ( | int | part, |
int | segment, | ||
int | layer ) |
Definition at line 163 of file MucFec.cxx.
void MucFec::SetStripOrder | ( | int | stripOrder | ) |
Definition at line 156 of file MucFec.cxx.