#include <RPCPac.h>
Public Member Functions | |
RPCPac (const RPCPacData *, int tower, int logSector, int logSegment) | |
RPCPacMuon | run (const RPCLogCone &cone) const |
Public Member Functions inherited from RPCPacBase | |
RPCPacBase (int m_tower, int logSector, int logSegment) | |
RPCPacBase (RPCConst::l1RpcConeCrdnts coneCrdnts) | |
void | setCurrentPosition (int m_tower, int logSector, int logSegment) |
void | setCurrentPosition (RPCConst::l1RpcConeCrdnts coneCrdnts) |
Private Member Functions | |
RPCPacMuon | runEnergeticPatternsGroups (const RPCLogCone &cone) const |
RPCPacMuon | runTrackPatternsGroup (const RPCLogCone &cone) const |
Private Attributes | |
const RPCPacData * | m_pacData |
Additional Inherited Members | |
Protected Attributes inherited from RPCPacBase | |
RPCConst::l1RpcConeCrdnts | m_ConeCrdnts |
Coordinates of LogCone.The coordinates, with which m_PAC is created - the same as in pac file name. More... | |
RPCConst::l1RpcConeCrdnts | m_CurrConeCrdnts |
RPCPac::RPCPac | ( | const RPCPacData * | pacData, |
int | tower, | ||
int | logSector, | ||
int | logSegment | ||
) |
RPCPacMuon RPCPac::run | ( | const RPCLogCone & | cone | ) | const |
Runs Pattern Comparator algorithm for hits from the cone. Calls the runTrackPatternsGroup() and runEnergeticPatternsGroups().
|
private |
|
private |
|
private |