#include <RpcHitIdHelper.h>
|
std::string | GetStationName (const int &hid) const |
|
void | SetStationName (const std::string &name, int &hid) const |
|
int | GetPhiSector (const int &hid) const |
|
int | GetZSector (const int &hid) const |
|
int | GetDoubletR (const int &hid) const |
|
int | GetGasGapLayer (const int &hid) const |
|
int | GetDoubletPhi (const int &hid) const |
|
int | GetDoubletZ (const int &hid) const |
|
int | GetMeasuresPhi (const int &hid) const |
|
int | BuildRpcHitId (const std::string &, const int, const int, const int, const int, const int, const int, const int) const |
|
void | InitializeField (const std::string &n, int vmn, int vmx) |
|
void | InitializeField (const std::string &n, int nb) |
|
void | SetFieldValue (const std::string &name, int n, HitID &targetID) const |
|
int | GetFieldValue (const std::string &name, HitID targetID) const |
|
void | PrintFields () |
|
|
static void | SetBit (int &i, int bitpos) |
|
static void | UnsetBit (int &i, int bitpos) |
|
static void | Store (int &id, int value, int first, int field) |
|
static int | Retrieve (int id, int first, int field) |
|
Definition at line 13 of file RpcHitIdHelper.h.
◆ RpcHitIdHelper()
RpcHitIdHelper::RpcHitIdHelper |
( |
unsigned int |
nGasGaps | ) |
|
|
private |
◆ BuildRpcHitId()
◆ GetDoubletPhi()
int RpcHitIdHelper::GetDoubletPhi |
( |
const int & |
hid | ) |
const |
◆ GetDoubletR()
int RpcHitIdHelper::GetDoubletR |
( |
const int & |
hid | ) |
const |
◆ GetDoubletZ()
int RpcHitIdHelper::GetDoubletZ |
( |
const int & |
hid | ) |
const |
◆ GetFieldValue()
int HitIdHelper::GetFieldValue |
( |
const std::string & |
name, |
|
|
HitID |
targetID |
|
) |
| const |
|
inherited |
Definition at line 48 of file HitIdHelper.cxx.
50 for (
unsigned int i=0;
i<
m_IDs.size();
i++)
58 std::cout<<
"HitIdHelper: field "<<
name<<
" not found: returning 0"<<
◆ GetGasGapLayer()
int RpcHitIdHelper::GetGasGapLayer |
( |
const int & |
hid | ) |
const |
◆ GetHelper()
◆ GetMeasuresPhi()
int RpcHitIdHelper::GetMeasuresPhi |
( |
const int & |
hid | ) |
const |
◆ GetPhiSector()
int RpcHitIdHelper::GetPhiSector |
( |
const int & |
hid | ) |
const |
◆ GetStationName()
std::string RpcHitIdHelper::GetStationName |
( |
const int & |
hid | ) |
const |
◆ GetZSector()
int RpcHitIdHelper::GetZSector |
( |
const int & |
hid | ) |
const |
◆ Initialize()
void RpcHitIdHelper::Initialize |
( |
unsigned int |
nGasGaps | ) |
|
|
private |
◆ InitializeField() [1/2]
void HitIdHelper::InitializeField |
( |
const std::string & |
n, |
|
|
int |
nb |
|
) |
| |
|
inherited |
◆ InitializeField() [2/2]
void HitIdHelper::InitializeField |
( |
const std::string & |
n, |
|
|
int |
vmn, |
|
|
int |
vmx |
|
) |
| |
|
inherited |
◆ InitializeStationName()
void RpcHitIdHelper::InitializeStationName |
( |
| ) |
|
|
private |
◆ Print()
void HitIdHelper::Print |
( |
int |
id | ) |
|
|
staticinherited |
Definition at line 73 of file HitIdHelper.cxx.
75 for (
unsigned int i=0;
i<8*
sizeof(
int);
i++)
77 if ((
id & (1
u<<
i))) std::cout<<
"1";
◆ PrintFields()
void HitIdHelper::PrintFields |
( |
| ) |
|
|
inherited |
◆ Retrieve()
int HitIdHelper::Retrieve |
( |
int |
id, |
|
|
int |
first, |
|
|
int |
field |
|
) |
| |
|
staticprotectedinherited |
◆ SetBit()
void HitIdHelper::SetBit |
( |
int & |
i, |
|
|
int |
bitpos |
|
) |
| |
|
staticprotectedinherited |
◆ SetFieldValue()
void HitIdHelper::SetFieldValue |
( |
const std::string & |
name, |
|
|
int |
n, |
|
|
HitID & |
targetID |
|
) |
| const |
|
inherited |
Definition at line 31 of file HitIdHelper.cxx.
33 for (
unsigned int i=0;
i<
m_IDs.size();
i++)
38 std::cout<<
"HitIdHelper: field "<<
name<<
": supplied value "<<
n<<
39 " is not within the allowed range ["<<
m_IDs[
i].vMin<<
","<<
m_IDs[
i].vMax
40 <<
"] : the result of this action is unpredictable "<<std::endl;
◆ SetStationName()
void RpcHitIdHelper::SetStationName |
( |
const std::string & |
name, |
|
|
int & |
hid |
|
) |
| const |
Definition at line 48 of file RpcHitIdHelper.cxx.
50 for (
unsigned int i=0;
i<
sizeof(v1);
i++)
52 for (
unsigned int i=0;
i<
sizeof(
v2);
i++)
54 for (
unsigned int i=0;
i<
sizeof(v3);
i++)
◆ Store()
void HitIdHelper::Store |
( |
int & |
id, |
|
|
int |
value, |
|
|
int |
first, |
|
|
int |
field |
|
) |
| |
|
staticprotectedinherited |
◆ UnsetBit()
void HitIdHelper::UnsetBit |
( |
int & |
i, |
|
|
int |
bitpos |
|
) |
| |
|
staticprotectedinherited |
◆ m_currentStorage
int HitIdHelper::m_currentStorage |
|
protectedinherited |
◆ m_IDs
The documentation for this class was generated from the following files: