#include <RpcClusterization.h>
Public Member Functions | |
void | configure (int maxClusterSize, int maxClusterCnt, bool dropAllClustersIfMoreThanMax) |
virtual int | convertTiming (double timing) const |
virtual std::vector< RpcCluster > | getClusters (const RPCDetId &roll, std::vector< RPCDigi > &digis) const |
N.B. digis are sorted inside the function. More... | |
RpcClusterization () | |
virtual | ~RpcClusterization () |
Private Attributes | |
bool | dropAllClustersIfMoreThanMax = true |
unsigned int | maxClusterCnt = 2 |
unsigned int | maxClusterSize = 3 |
Definition at line 33 of file RpcClusterization.h.
|
inline |
Definition at line 35 of file RpcClusterization.h.
|
virtual |
Definition at line 14 of file RpcClusterization.cc.
|
inline |
Definition at line 39 of file RpcClusterization.h.
References dropAllClustersIfMoreThanMax, maxClusterCnt, and maxClusterSize.
Referenced by MuonStubMakerBase::initialize().
|
virtual |
Definition at line 86 of file RpcClusterization.cc.
Referenced by getClusters().
|
virtual |
N.B. digis are sorted inside the function.
Definition at line 16 of file RpcClusterization.cc.
References a, b, convertTiming(), dropAllClustersIfMoreThanMax, RPCDigi::strip(), and digitizers_cfi::strip.
Referenced by RpcDigiToStubsConverter::makeStubs().
|
private |
Definition at line 56 of file RpcClusterization.h.
Referenced by configure(), and getClusters().
|
private |
Definition at line 53 of file RpcClusterization.h.
Referenced by configure().
|
private |
Definition at line 52 of file RpcClusterization.h.
Referenced by configure().