#include <DigiCollectionProfiler.h>
Public Member Functions | |
DigiCollectionProfiler () | |
DigiCollectionProfiler (const edm::ParameterSet &iConfig) | |
void | fill (edm::Handle< T > digis, const std::vector< TH1F * > &, const std::vector< TProfile * > &, const std::vector< TH2F * > &) const |
template<> | |
void | fill (edm::Handle< edm::DetSetVector< SiStripDigi > > digis, const std::vector< TH1F * > &hist, const std::vector< TProfile * > &hprof, const std::vector< TH2F * > &hist2d) const |
template<> | |
void | fill (edm::Handle< edmNew::DetSetVector< SiStripCluster > > digis, const std::vector< TH1F * > &hist, const std::vector< TProfile * > &hprof, const std::vector< TH2F * > &hist2d) const |
~DigiCollectionProfiler () | |
Private Attributes | |
bool | m_folded |
std::vector< DetIdSelector > | m_selections |
bool | m_want1dHisto |
bool | m_want2dHisto |
bool | m_wantProfile |
Definition at line 20 of file DigiCollectionProfiler.h.
DigiCollectionProfiler< T >::DigiCollectionProfiler | ( | ) |
Definition at line 41 of file DigiCollectionProfiler.h.
DigiCollectionProfiler< T >::DigiCollectionProfiler | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 45 of file DigiCollectionProfiler.h.
References edm::ParameterSet::getParameter(), DigiCollectionProfiler< T >::m_selections, and corrVsCorr::selection.
|
inline |
Definition at line 25 of file DigiCollectionProfiler.h.
void DigiCollectionProfiler< T >::fill | ( | edm::Handle< T > | digis, |
const std::vector< TH1F * > & | hist, | ||
const std::vector< TProfile * > & | hprof, | ||
const std::vector< TH2F * > & | hist2d | ||
) | const |
Definition at line 63 of file DigiCollectionProfiler.h.
void DigiCollectionProfiler< edm::DetSetVector< SiStripDigi > >::fill | ( | edm::Handle< edm::DetSetVector< SiStripDigi > > | digis, |
const std::vector< TH1F * > & | hist, | ||
const std::vector< TProfile * > & | hprof, | ||
const std::vector< TH2F * > & | hist2d | ||
) | const |
Definition at line 69 of file DigiCollectionProfiler.h.
References mod().
void DigiCollectionProfiler< edmNew::DetSetVector< SiStripCluster > >::fill | ( | edm::Handle< edmNew::DetSetVector< SiStripCluster > > | digis, |
const std::vector< TH1F * > & | hist, | ||
const std::vector< TProfile * > & | hprof, | ||
const std::vector< TH2F * > & | hist2d | ||
) | const |
Definition at line 100 of file DigiCollectionProfiler.h.
References mod().
|
private |
Definition at line 31 of file DigiCollectionProfiler.h.
|
private |
Definition at line 36 of file DigiCollectionProfiler.h.
Referenced by DigiCollectionProfiler< T >::DigiCollectionProfiler().
|
private |
Definition at line 32 of file DigiCollectionProfiler.h.
|
private |
Definition at line 34 of file DigiCollectionProfiler.h.
|
private |
Definition at line 33 of file DigiCollectionProfiler.h.