#include <PixelClusterCounts.h>
Public Member Functions | |
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 23 of file PixelClusterCounts.h.
|
inline |
Definition at line 26 of file PixelClusterCounts.h.
|
inline |
|
inline |
Definition at line 28 of file PixelClusterCounts.h.
References KineDebug3::count(), SoftLeptonByDistance_cfi::distance, spr::find(), m_counts, m_ModID, and LumiConstants::numBX.
|
inline |
Definition at line 41 of file PixelClusterCounts.h.
References m_counts.
Referenced by RawPCCProducer::endLuminosityBlock().
|
inline |
Definition at line 44 of file PixelClusterCounts.h.
References m_events.
Referenced by RawPCCProducer::endLuminosityBlock().
|
inline |
Definition at line 47 of file PixelClusterCounts.h.
References m_ModID.
Referenced by RawPCCProducer::endLuminosityBlock().
|
private |
Definition at line 52 of file PixelClusterCounts.h.
Referenced by increment(), and readCounts().
|
private |
Definition at line 53 of file PixelClusterCounts.h.
Referenced by eventCounter(), and readEvents().
|
private |
Definition at line 54 of file PixelClusterCounts.h.
Referenced by increment(), and readModID().