1 #ifndef RecoParticleFlow_PFClusterProducer_PFHGCalRecHitCreator_h 2 #define RecoParticleFlow_PFClusterProducer_PFHGCalRecHitCreator_h 23 template <
typename DET,PFLayer::Layer Layer,
unsigned subdet>
48 unsigned skipped_rechits = 0;
49 for (
unsigned int i=0;
i<rechits.
size();++
i) {
51 const DET detid(hgrh.
detid());
53 if( subdet != detid.subdetId() ) {
55 <<
"subdet expected: " << subdet
56 <<
" subdet gotten: " << detid.subdetId() << std::endl;
59 double energy = hgrh.
energy();
67 <<
"warning detid "<<detid.rawId()
68 <<
" not found in geometry"<<std::endl;
80 bool rcleaned =
false;
95 cleaned->push_back(rh);
98 <<
"Skipped " << skipped_rechits
99 <<
" out of " << rechits.
size() <<
" rechits!" << std::endl;
101 <<
"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
const DetId & detid() const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
PFHGCalRecHitCreator< HGCalDetId, PFLayer::HGCAL, HGCEE > PFHGCEERecHitCreator
PFHGCalRecHitCreator(const edm::ParameterSet &iConfig, edm::ConsumesCollector &iC)
CaloGeometry const * getGeometry()
SeedingLayerSetsHits::SeedingLayer Layer
Particle flow rechit (rechit + geometry and topology information). See clustering algorithm in PFClus...
edm::EDGetTokenT< HGCRecHitCollection > recHitToken_
void importRecHits(std::unique_ptr< reco::PFRecHitCollection > &out, std::unique_ptr< reco::PFRecHitCollection > &cleaned, const edm::Event &iEvent, const edm::EventSetup &iSetup)
std::string geometryInstance_
T const * product() const