#include <PixelClusterCountsInEvent.h>
Public Member Functions | |
unsigned int const & | bxID () const |
std::vector< int > const & | counts () const |
void | increment (int mD, int count) |
std::vector< int > const & | modID () const |
PixelClusterCountsInEvent () | |
void | setbxID (unsigned int inputbxID) |
Private Attributes | |
unsigned int | m_bxID |
std::vector< int > | m_counts |
std::vector< int > | m_ModID |
Reconstructed PixelClusterCountsInEvent object that will contain the moduleID, bxID, and counts per event.
Definition at line 15 of file PixelClusterCountsInEvent.h.
|
inline |
Definition at line 17 of file PixelClusterCountsInEvent.h.
|
inline |
Definition at line 34 of file PixelClusterCountsInEvent.h.
References m_bxID.
Referenced by reco::PixelClusterCounts::add().
|
inline |
Definition at line 30 of file PixelClusterCountsInEvent.h.
References m_counts.
Referenced by reco::PixelClusterCounts::add().
|
inline |
Definition at line 19 of file PixelClusterCountsInEvent.h.
References submitPVResolutionJobs::count, HLT_FULL_cff::distance, spr::find(), m_counts, and m_ModID.
|
inline |
Definition at line 32 of file PixelClusterCountsInEvent.h.
References m_ModID.
Referenced by reco::PixelClusterCounts::add().
|
inline |
Definition at line 28 of file PixelClusterCountsInEvent.h.
References m_bxID.
|
private |
Definition at line 39 of file PixelClusterCountsInEvent.h.
|
private |
Definition at line 37 of file PixelClusterCountsInEvent.h.
Referenced by counts(), and increment().
|
private |
Definition at line 38 of file PixelClusterCountsInEvent.h.
Referenced by increment(), and modID().