#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) |
PixelClusterCounts () | |
std::vector< int > const & | readCounts () const |
std::vector< int > const & | readEvents () const |
std::vector< int > const & | readModID () const |
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.Task::remove(), and SequenceTypes.Task::replace().
|
inline |
|
inline |
Definition at line 25 of file PixelClusterCounts.h.
References submitPVResolutionJobs::count, HLT_FULL_cff::distance, spr::find(), m_counts, m_ModID, and LumiConstants::numBX.
Referenced by add().
|
inline |
Definition at line 45 of file PixelClusterCounts.h.
References m_counts.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce().
|
inline |
Definition at line 46 of file PixelClusterCounts.h.
References m_events.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce().
|
inline |
Definition at line 47 of file PixelClusterCounts.h.
References m_ModID.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce().
|
private |
Definition at line 50 of file PixelClusterCounts.h.
Referenced by increment(), and readCounts().
|
private |
Definition at line 51 of file PixelClusterCounts.h.
Referenced by eventCounter(), and readEvents().
|
private |
Definition at line 52 of file PixelClusterCounts.h.
Referenced by increment(), and readModID().