#include <RPCHitCleaner.h>
Classes | |
struct | detId_Ext |
Public Member Functions | |
RPCDigiCollection const & | getRPCCollection () |
Return Output RPCCollection. More... | |
RPCHitCleaner (RPCDigiCollection const &inrpcDigis) | |
void | run (const edm::EventSetup &c) |
Private Attributes | |
RPCDigiCollection const & | m_inrpcDigis |
Input. More... | |
RPCDigiCollection | m_outrpcDigis |
Output. More... | |
Definition at line 30 of file RPCHitCleaner.h.
RPCHitCleaner::RPCHitCleaner | ( | RPCDigiCollection const & | inrpcDigis | ) |
Definition at line 29 of file RPCHitCleaner.cc.
References mps_check::array, constexpr, createfilelist::int, operator[](), or, and findQualityFiles::size.
|
inline |
Return Output RPCCollection.
Definition at line 37 of file RPCHitCleaner.h.
References m_outrpcDigis.
void RPCHitCleaner::run | ( | const edm::EventSetup & | c | ) |
Create cluster ids and store their size
hit belongs to cluster with clusterid
strip of i-1
for digicout
for chamber
Remove clusters with size>=4
Remove clusters with size>=4
keep only one bx per st/sec/wheel/layer
Count strips in a cluster
Keep clusters with size=2. Calculate and store the mean phi in RPCtoDTTranslator
for digicout
for chamber
Definition at line 58 of file RPCHitCleaner.cc.
References funct::abs(), relativeConstraints::chamber, hfClusterShapes_cfi::hits, m_inrpcDigis, m_outrpcDigis, RPCDetId::region(), RecoTauPiZeroBuilderPlugins_cfi::strips, and tmp.
|
private |
|
private |