#include <PixelClusterCounts.h>
Public Member Functions | |
void | add (reco::PixelClusterCountsInEvent const &pccInEvent) |
void | eventCounter (unsigned int bxID) |
void | increment (int mD, unsigned int bxID, int count) |
void | merge (reco::PixelClusterCounts const &pcc) |
PixelClusterCounts () | |
std::vector< int > const & | readCounts () const |
std::vector< int > const & | readEvents () const |
std::vector< int > const & | readModID () const |
void | reset () |
Private Attributes | |
std::vector< int > | m_counts |
std::vector< int > | m_events |
std::vector< int > | m_ModID |
Reconstructed PixelClusterCounts object that will contain the moduleID, BX, and counts.
Definition at line 21 of file PixelClusterCounts.h.
|
inline |
Definition at line 23 of file PixelClusterCounts.h.
|
inline |
Definition at line 36 of file PixelClusterCounts.h.
References reco::PixelClusterCountsInEvent::bxID(), reco::PixelClusterCountsInEvent::counts(), mps_fire::i, increment(), and reco::PixelClusterCountsInEvent::modID().
Referenced by counter.Counter::register(), SequenceTypes._TaskBase::remove(), and SequenceTypes._TaskBase::replace().
|
inline |
|
inline |
Definition at line 25 of file PixelClusterCounts.h.
References submitPVResolutionJobs::count, HLT_2022v12_cff::distance, spr::find(), m_counts, m_ModID, and LumiConstants::numBX.
Referenced by add(), and merge().
|
inline |
Definition at line 45 of file PixelClusterCounts.h.
References dqmiodumpmetadata::counts, events, mps_fire::i, increment(), m_events, LumiConstants::numBX, readCounts(), readEvents(), and readModID().
Referenced by AlcaPCCIntegrator::streamEndLuminosityBlockSummary().
|
inline |
Definition at line 66 of file PixelClusterCounts.h.
References m_counts.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce(), and merge().
|
inline |
Definition at line 67 of file PixelClusterCounts.h.
References m_events.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce(), and merge().
|
inline |
Definition at line 68 of file PixelClusterCounts.h.
References m_ModID.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce(), and merge().
|
inline |
Definition at line 59 of file PixelClusterCounts.h.
References m_counts, m_events, m_ModID, and LumiConstants::numBX.
|
private |
Definition at line 71 of file PixelClusterCounts.h.
Referenced by increment(), readCounts(), and reset().
|
private |
Definition at line 72 of file PixelClusterCounts.h.
Referenced by eventCounter(), merge(), readEvents(), and reset().
|
private |
Definition at line 73 of file PixelClusterCounts.h.
Referenced by increment(), readModID(), and reset().