#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 | incrementRoc (int rD, 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 |
std::vector< int > const & | readRocCounts () const |
std::vector< int > const & | readRocID () const |
void | reset () |
Private Attributes | |
std::vector< int > | m_counts |
std::vector< int > | m_countsRoc |
std::vector< int > | m_events |
std::vector< int > | m_ModID |
std::vector< int > | m_RocID |
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 47 of file PixelClusterCounts.h.
References reco::PixelClusterCountsInEvent::bxID(), reco::PixelClusterCountsInEvent::counts(), reco::PixelClusterCountsInEvent::countsRoc(), mps_fire::i, increment(), incrementRoc(), reco::PixelClusterCountsInEvent::modID(), and reco::PixelClusterCountsInEvent::rocID().
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_2024v14_cff::distance, spr::find(), m_counts, m_ModID, and LumiConstants::numBX.
Referenced by add(), and merge().
|
inline |
Definition at line 34 of file PixelClusterCounts.h.
References submitPVResolutionJobs::count, HLT_2024v14_cff::distance, spr::find(), m_countsRoc, and m_RocID.
Referenced by add(), and merge().
|
inline |
Definition at line 62 of file PixelClusterCounts.h.
References dqmiodumpmetadata::counts, events, mps_fire::i, increment(), incrementRoc(), m_events, LumiConstants::numBX, readCounts(), readEvents(), readModID(), readRocCounts(), and readRocID().
Referenced by AlcaPCCIntegrator::streamEndLuminosityBlockSummary().
|
inline |
Definition at line 91 of file PixelClusterCounts.h.
References m_counts.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce(), and merge().
|
inline |
Definition at line 93 of file PixelClusterCounts.h.
References m_events.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce(), and merge().
|
inline |
Definition at line 94 of file PixelClusterCounts.h.
References m_ModID.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce(), and merge().
|
inline |
Definition at line 92 of file PixelClusterCounts.h.
References m_countsRoc.
Referenced by merge().
|
inline |
|
inline |
Definition at line 82 of file PixelClusterCounts.h.
References m_counts, m_countsRoc, m_events, m_ModID, m_RocID, and LumiConstants::numBX.
|
private |
Definition at line 98 of file PixelClusterCounts.h.
Referenced by increment(), readCounts(), and reset().
|
private |
Definition at line 99 of file PixelClusterCounts.h.
Referenced by incrementRoc(), readRocCounts(), and reset().
|
private |
Definition at line 100 of file PixelClusterCounts.h.
Referenced by eventCounter(), merge(), readEvents(), and reset().
|
private |
Definition at line 101 of file PixelClusterCounts.h.
Referenced by increment(), readModID(), and reset().
|
private |
Definition at line 102 of file PixelClusterCounts.h.
Referenced by incrementRoc(), readRocID(), and reset().