![]() |
![]() |
#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 22 of file PixelClusterCounts.h.
|
inline |
Definition at line 24 of file PixelClusterCounts.h.
|
inline |
|
inline |
Definition at line 26 of file PixelClusterCounts.h.
References KineDebug3::count(), HLT_2018_cff::distance, spr::find(), m_counts, m_ModID, and LumiConstants::numBX.
|
inline |
Definition at line 37 of file PixelClusterCounts.h.
References m_counts.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce().
|
inline |
Definition at line 38 of file PixelClusterCounts.h.
References m_events.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce().
|
inline |
Definition at line 39 of file PixelClusterCounts.h.
References m_ModID.
Referenced by RawPCCProducer::globalEndLuminosityBlockProduce().
|
private |
Definition at line 42 of file PixelClusterCounts.h.
Referenced by increment(), and readCounts().
|
private |
Definition at line 43 of file PixelClusterCounts.h.
Referenced by eventCounter(), and readEvents().
|
private |
Definition at line 44 of file PixelClusterCounts.h.
Referenced by increment(), and readModID().