#include <RpcHitClustering.h>
Definition at line 18 of file RpcHitClustering.h.
◆ HitCit
◆ HitIt
◆ HitList
◆ RpcClusterObj()
| Muon::RpcClusterObj::RpcClusterObj |
( |
| ) |
|
|
inline |
◆ active()
| bool Muon::RpcClusterObj::active |
( |
| ) |
const |
|
inline |
◆ add()
| void Muon::RpcClusterObj::add |
( |
const RpcPrepData * | prd, |
|
|
int | gasgap ) |
|
inline |
◆ addSecond()
| bool Muon::RpcClusterObj::addSecond |
( |
const RpcPrepData * | prd, |
|
|
int | gasgap ) |
|
inline |
Definition at line 31 of file RpcHitClustering.h.
31 {
32
35 for( ;
it!=it_end;++
it ){
36 if( (*it)->identify() != prd->identify() ) continue;
37 if( fabs( (*it)->time() - 12.5) > fabs( prd->time() - 12.5 ) ){
39 }
40 return true;
41 }
43 return false;
44 }
void add(const RpcPrepData *prd, int gasgap)
◆ layers()
| int Muon::RpcClusterObj::layers |
( |
| ) |
const |
|
inline |
◆ merge()
Definition at line 46 of file RpcHitClustering.h.
46 {
47 hitList.insert(
hitList.end(),cluster.hitList.begin(),cluster.hitList.end());
50 cluster.ngasgap1 = 0;
51 cluster.ngasgap2 = 0;
52 cluster.hitList.clear();
53 }
◆ hitList
| HitList Muon::RpcClusterObj::hitList |
◆ ngasgap1
| int Muon::RpcClusterObj::ngasgap1 |
◆ ngasgap2
| int Muon::RpcClusterObj::ngasgap2 |
The documentation for this struct was generated from the following file: