ATLAS Offline Software
|
#include <RpcHitClustering.h>
Public Types | |
typedef std::vector< const RpcPrepData * > | HitList |
typedef HitList::iterator | HitIt |
typedef HitList::const_iterator | HitCit |
Public Member Functions | |
RpcClusterObj () | |
void | add (const RpcPrepData *prd, int gasgap) |
bool | addSecond (const RpcPrepData *prd, int gasgap) |
void | merge (RpcClusterObj &cluster) |
bool | active () const |
int | layers () const |
Public Attributes | |
int | ngasgap1 |
int | ngasgap2 |
HitList | hitList |
Definition at line 18 of file RpcHitClustering.h.
typedef HitList::const_iterator Muon::RpcClusterObj::HitCit |
Definition at line 22 of file RpcHitClustering.h.
typedef HitList::iterator Muon::RpcClusterObj::HitIt |
Definition at line 21 of file RpcHitClustering.h.
typedef std::vector< const RpcPrepData* > Muon::RpcClusterObj::HitList |
Definition at line 20 of file RpcHitClustering.h.
|
inline |
Definition at line 23 of file RpcHitClustering.h.
|
inline |
Definition at line 55 of file RpcHitClustering.h.
|
inline |
Definition at line 25 of file RpcHitClustering.h.
|
inline |
Definition at line 31 of file RpcHitClustering.h.
|
inline |
Definition at line 57 of file RpcHitClustering.h.
|
inline |
HitList Muon::RpcClusterObj::hitList |
Definition at line 65 of file RpcHitClustering.h.
int Muon::RpcClusterObj::ngasgap1 |
Definition at line 63 of file RpcHitClustering.h.
int Muon::RpcClusterObj::ngasgap2 |
Definition at line 64 of file RpcHitClustering.h.