#include <PixelClusterCountsInEvent.h>
Public Member Functions | |
unsigned int const & | bxID () const |
std::vector< int > const & | counts () const |
std::vector< int > const & | countsRoc () const |
void | increment (int mD, int count) |
void | incrementRoc (int rD, int count) |
std::vector< int > const & | modID () const |
PixelClusterCountsInEvent () | |
std::vector< int > const & | rocID () const |
void | setbxID (unsigned int inputbxID) |
Private Attributes | |
unsigned int | m_bxID |
std::vector< int > | m_counts |
std::vector< int > | m_countsRoc |
std::vector< int > | m_ModID |
std::vector< int > | m_RocID |
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 47 of file PixelClusterCountsInEvent.h.
References m_bxID.
Referenced by reco::PixelClusterCounts::add().
|
inline |
Definition at line 39 of file PixelClusterCountsInEvent.h.
References m_counts.
Referenced by reco::PixelClusterCounts::add().
|
inline |
Definition at line 41 of file PixelClusterCountsInEvent.h.
References m_countsRoc.
Referenced by reco::PixelClusterCounts::add().
|
inline |
Definition at line 19 of file PixelClusterCountsInEvent.h.
References submitPVResolutionJobs::count, HLT_2024v13_cff::distance, spr::find(), m_counts, and m_ModID.
|
inline |
Definition at line 28 of file PixelClusterCountsInEvent.h.
References submitPVResolutionJobs::count, HLT_2024v13_cff::distance, spr::find(), m_countsRoc, and m_RocID.
|
inline |
Definition at line 43 of file PixelClusterCountsInEvent.h.
References m_ModID.
Referenced by reco::PixelClusterCounts::add().
|
inline |
Definition at line 45 of file PixelClusterCountsInEvent.h.
References m_RocID.
Referenced by reco::PixelClusterCounts::add().
|
inline |
Definition at line 37 of file PixelClusterCountsInEvent.h.
References m_bxID.
|
private |
Definition at line 54 of file PixelClusterCountsInEvent.h.
|
private |
Definition at line 50 of file PixelClusterCountsInEvent.h.
Referenced by counts(), and increment().
|
private |
Definition at line 51 of file PixelClusterCountsInEvent.h.
Referenced by countsRoc(), and incrementRoc().
|
private |
Definition at line 52 of file PixelClusterCountsInEvent.h.
Referenced by increment(), and modID().
|
private |
Definition at line 53 of file PixelClusterCountsInEvent.h.
Referenced by incrementRoc(), and rocID().