1 #ifndef RecoParticleFlow_PFClusterProducer_PFHGCalRecHitCreator_h 2 #define RecoParticleFlow_PFClusterProducer_PFHGCalRecHitCreator_h 26 template <
typename DET,PFLayer::Layer Layer,
unsigned subdet>
59 caloCells_.reserve(rechits.
size());
61 unsigned skipped_rechits = 0;
62 for (
const auto & hgrh : rechits) {
63 const DET detid(hgrh.detid());
65 if( subdet != detid.subdetId() ) {
67 <<
"subdet expected: " << subdet
68 <<
" subdet gotten: " << detid.subdetId() << std::endl;
71 double energy = hgrh.energy();
72 double time = hgrh.time();
81 thisCell = caloCells_.back();
87 <<
"warning detid "<<detid.rawId()
88 <<
" not found in geometry"<<std::endl;
99 bool rcleaned =
false;
114 cleaned->push_back(rh);
117 <<
"Skipped " << skipped_rechits
118 <<
" out of " << rechits.size() <<
" rechits!" << std::endl;
120 <<
"Created " << out->size() <<
" PFRecHits!" << std::endl;
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
T getParameter(std::string const &) const
const CaloSubdetectorGeometry * getSubdetectorGeometry(const DetId &id) const
access the subdetector geometry for the given subdetector directly
PFHGCalRecHitCreator< HGCalDetId, PFLayer::HGCAL, HGCHEF > PFHGCHEFRecHitCreator
std::vector< std::unique_ptr< PFRecHitQTestBase > > qualityTests_
PFHGCalRecHitCreator< HcalDetId,PFLayer::HGCAL, HcalEndcap > PFHGCHEBRecHitCreator
bool getByToken(EDGetToken token, Handle< PROD > &result) const
void importRecHits(std::unique_ptr< reco::PFRecHitCollection > &out, std::unique_ptr< reco::PFRecHitCollection > &cleaned, const edm::Event &iEvent, const edm::EventSetup &iSetup) override
PFHGCalRecHitCreator< HGCalDetId, PFLayer::HGCAL, HGCEE > PFHGCEERecHitCreator
PFHGCalRecHitCreator(const edm::ParameterSet &iConfig, edm::ConsumesCollector &iC)
CaloGeometry const * getGeometry()
SeedingLayerSetsHits::SeedingLayer Layer
hgcal::RecHitTools recHitTools_
Particle flow rechit (rechit + geometry and topology information). See clustering algorithm in PFClus...
edm::EDGetTokenT< HGCRecHitCollection > recHitToken_
std::vector< const CaloCellGeometryHGCALAdapter * > caloCells_
std::string geometryInstance_
T const * product() const