1 #ifndef RecoParticleFlow_PFClusterProducer_PFEcalBarrelRecHitCreator_h
2 #define RecoParticleFlow_PFClusterProducer_PFEcalBarrelRecHitCreator_h
37 if (not srF.label().empty())
42 std::unique_ptr<reco::PFRecHitCollection>& cleaned,
63 for (
const auto& erh : *recHitHandle) {
64 const DetId& detid = erh.detid();
65 auto energy = erh.energy();
66 auto time = erh.time();
67 auto flags = erh.flagsBits();
74 throw cms::Exception(
"PFEcalBarrelRecHitCreator") <<
"detid " << detid.
rawId() <<
"not found in geometry";
79 auto& rh = out->back();
81 bool rcleaned =
false;
86 if (!qtest->test(rh, erh, rcleaned, hi)) {
96 cleaned->push_back(
std::move(out->back()));
edm::EDGetTokenT< EBSrFlagCollection > srFlagToken_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
edm::ESGetToken< EcalTrigTowerConstituentsMap, IdealGeometryRecord > towerToken_
std::vector< std::unique_ptr< PFRecHitQTestBase > > qualityTests_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
constexpr uint32_t rawId() const
get the raw id
void importRecHits(std::unique_ptr< reco::PFRecHitCollection > &out, std::unique_ptr< reco::PFRecHitCollection > &cleaned, const edm::Event &iEvent, const edm::EventSetup &iSetup) override
edm::EDGetTokenT< EcalRecHitCollection > recHitToken_
PFEcalBarrelRecHitCreator(const edm::ParameterSet &iConfig, edm::ConsumesCollector &cc)
EcalTrigTowerDetId towerOf(const DetId &id) const
Get the tower id for this det id (or null if not known)
bool getData(T &iHolder) const
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > geomToken_
static const int SRF_FULL
void beginEvent(const edm::Event &event, const edm::EventSetup &setup)
void init(const edm::EventSetup &es) override
edm::Handle< EBSrFlagCollection > srFlagHandle_
virtual std::shared_ptr< const CaloCellGeometry > getGeometry(const DetId &id) const
Get the cell geometry of a given detector id. Should return false if not found.
T getParameter(std::string const &) const
EcalTrigTowerDetId readOutUnitOf(const EBDetId &detid) const
const EcalTrigTowerConstituentsMap * triggerTowerMap_
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
bool isHighInterest(const EBDetId &detid)