#include <SiPixelRecHitConverter.h>
Public Member Functions | |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
The "Event" entrypoint: gets called by framework for every event. More... | |
void | run (const edmNew::DetSetVector< SiPixelCluster > &input, SiPixelRecHitCollectionNew &output, edm::ESHandle< TrackerGeometry > &geom) |
void | run (edm::Handle< edmNew::DetSetVector< SiPixelCluster >> inputhandle, SiPixelRecHitCollectionNew &output, edm::ESHandle< TrackerGeometry > &geom) |
SiPixelRecHitConverter (const edm::ParameterSet &conf) | |
Constructor: set the ParameterSet and defer all thinking to setupCPE(). More... | |
~SiPixelRecHitConverter () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Attributes | |
edm::ParameterSet | conf_ |
PixelCPEBase const * | cpe_ = 0 |
const PixelClusterParameterEstimator * cpe_; // what we got (for now, one ptr to base class) More... | |
std::string | cpeName_ = "None" |
bool | m_newCont |
edm::InputTag | src_ |
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > | tPixelCluster |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 61 of file SiPixelRecHitConverter.h.
|
explicit |
Constructor: set the ParameterSet and defer all thinking to setupCPE().
Definition at line 40 of file SiPixelRecHitConverter.cc.
|
override |
Definition at line 49 of file SiPixelRecHitConverter.cc.
|
override |
The "Event" entrypoint: gets called by framework for every event.
Definition at line 54 of file SiPixelRecHitConverter.cc.
References edmNew::DetSetVector< T >::begin(), conf_, cpe_, cpeName_, edmNew::DetSetVector< T >::end(), relativeConstraints::geom, edm::EventSetup::get(), edm::Event::getByToken(), edm::ParameterSet::getParameter(), PixelCPEBase::getParameters(), TrackerGeometry::idToDetUnit(), input, edmNew::makeRefTo(), eostools::move(), convertSQLitetoXML_cfg::output, edmNew::DetSetVector< T >::FastFiller::push_back(), edm::Event::put(), run(), AlCaHLTBitMon_QueryRunRegistry::string, and tPixelCluster.
void cms::SiPixelRecHitConverter::run | ( | const edmNew::DetSetVector< SiPixelCluster > & | input, |
SiPixelRecHitCollectionNew & | output, | ||
edm::ESHandle< TrackerGeometry > & | geom | ||
) |
Referenced by produce().
void cms::SiPixelRecHitConverter::run | ( | edm::Handle< edmNew::DetSetVector< SiPixelCluster >> | inputhandle, |
SiPixelRecHitCollectionNew & | output, | ||
edm::ESHandle< TrackerGeometry > & | geom | ||
) |
|
private |
Definition at line 89 of file SiPixelRecHitConverter.h.
Referenced by produce().
|
private |
const PixelClusterParameterEstimator * cpe_; // what we got (for now, one ptr to base class)
Definition at line 93 of file SiPixelRecHitConverter.h.
Referenced by produce().
|
private |
Definition at line 91 of file SiPixelRecHitConverter.h.
Referenced by produce().
|
private |
Definition at line 96 of file SiPixelRecHitConverter.h.
|
private |
Definition at line 94 of file SiPixelRecHitConverter.h.
|
private |
Definition at line 95 of file SiPixelRecHitConverter.h.
Referenced by produce().