#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) |
|
◆ anonymous enum
◆ SiPixelPhase1TrackClustersV()
SiPixelPhase1TrackClustersV::SiPixelPhase1TrackClustersV |
( |
const edm::ParameterSet & |
conf | ) |
|
|
explicit |
◆ analyze()
Implements SiPixelPhase1Base.
Definition at line 18 of file SiPixelPhase1TrackClustersV.cc.
References CHARGE, SiPixelCluster::charge(), clustersToken_, HistogramManagerHolder::histo, iEvent, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, SIZE_X, SIZE_Y, SiPixelCluster::sizeX(), and SiPixelCluster::sizeY().
24 for (
it = clusterColl->begin();
it != clusterColl->end(); ++
it) {
27 for (
auto subit =
it->begin(); subit !=
it->end(); ++subit) {
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_
◆ clustersToken_