#include <SiPixelPhase1TrackClustersV.h>
|
void | analyze (const edm::Event &, const edm::EventSetup &) override |
|
| SiPixelPhase1TrackClustersV (const edm::ParameterSet &conf) |
|
void | bookHistograms (DQMStore::IBooker &iBooker, edm::Run const &run, edm::EventSetup const &) override |
|
| SiPixelPhase1Base (const edm::ParameterSet &iConfig) |
|
| ~SiPixelPhase1Base () override |
|
void | accumulate (edm::Event const &event, edm::EventSetup const &setup) final |
|
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final |
|
void | beginRun (edm::Run const &run, edm::EventSetup const &setup) final |
|
void | beginStream (edm::StreamID id) final |
|
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
|
| DQMEDAnalyzer () |
|
void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final |
|
void | endRun (edm::Run const &run, edm::EventSetup const &setup) final |
|
virtual bool | getCanSaveByLumi () |
|
| EDProducer ()=default |
|
| EDProducer (const EDProducer &)=delete |
|
bool | hasAbilityToProduceInBeginLumis () const final |
|
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
|
bool | hasAbilityToProduceInBeginRuns () const final |
|
bool | hasAbilityToProduceInEndLumis () const final |
|
bool | hasAbilityToProduceInEndProcessBlocks () const final |
|
bool | hasAbilityToProduceInEndRuns () const final |
|
const EDProducer & | operator= (const EDProducer &)=delete |
|
| HistogramManagerHolder (const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC, edm::Transition transition=edm::Transition::BeginRun) |
|
SiPixelPhase1TrackClustersV::SiPixelPhase1TrackClustersV |
( |
const edm::ParameterSet & |
conf | ) |
|
|
explicit |
Implements SiPixelPhase1Base.
Definition at line 18 of file SiPixelPhase1TrackClustersV.cc.
References edmNew::DetSetVector< T >::begin(), CHARGE, SiPixelCluster::charge(), clustersToken_, edmNew::DetSetVector< T >::end(), edm::Event::getByToken(), HistogramManagerHolder::histo, SIZE_X, SIZE_Y, SiPixelCluster::sizeX(), and SiPixelCluster::sizeY().
24 for (it = clusterColl->begin(); it != clusterColl->end(); ++it) {
25 auto id =
DetId(it->detId());
27 for (
auto subit = it->
begin(); subit != it->
end(); ++subit) {
const_iterator end(bool update=false) const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
boost::transform_iterator< IterHelp, const_IdIter > const_iterator
std::vector< HistogramManager > histo
Pixel cluster – collection of neighboring pixels above threshold.
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > clustersToken_
const_iterator begin(bool update=false) const