58 double barrelSeedThreshold = ps.
getParameter<
double>(
"IslandBarrelSeedThr");
59 double endcapSeedThreshold = ps.
getParameter<
double>(
"IslandEndcapSeedThr");
61 const std::vector<std::string> flagnames =
62 ps.
getParameter<std::vector<std::string> >(
"RecHitFlagToBeExcluded");
64 const std::vector<int> v_chstatus=
65 StringToEnumValue<EcalRecHit::Flags>(flagnames);
77 if(ps.
exists(
"reassignSeedCrysToClusterItSeeds")) reassignSeedCrysToClusterItSeeds = ps.
getParameter<
bool>(
"reassignSeedCrysToClusterItSeeds");
81 island_p =
new Multi5x5ClusterAlgo(barrelSeedThreshold, endcapSeedThreshold, v_chstatus, posCalculator_,reassignSeedCrysToClusterItSeeds);
128 std::unique_ptr<CaloSubdetectorTopology> topology_p;
133 topology_p = std::make_unique<EcalBarrelTopology>(*geoHandle);
138 topology_p = std::make_unique<EcalEndcapTopology>(*geoHandle);
149 auto clusters_p = std::make_unique<reco::BasicClusterCollection>();
150 clusters_p->assign(clusters.begin(), clusters.end());
T getParameter(std::string const &) const
const CaloSubdetectorGeometry * getSubdetectorGeometry(const DetId &id) const
access the subdetector geometry for the given subdetector directly
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Multi5x5ClusterProducer(const edm::ParameterSet &ps)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
bool exists(std::string const ¶meterName) const
checks if a parameter exists
edm::EDGetTokenT< EcalRecHitCollection > barrelHitToken_
PositionCalc posCalculator_
std::string barrelClusterCollection_
edm::EDGetTokenT< EcalRecHitCollection > endcapHitToken_
reassignSeedCrysToClusterItSeeds
void produce(edm::Event &, const edm::EventSetup &) override
Multi5x5ClusterAlgo * island_p
void clusterizeECALPart(edm::Event &evt, const edm::EventSetup &es, const edm::EDGetTokenT< EcalRecHitCollection > &token, const std::string &clusterCollection, const reco::CaloID::Detectors detector)
std::vector< reco::BasicCluster > makeClusters(const EcalRecHitCollection *hits, const CaloSubdetectorGeometry *geometry, const CaloSubdetectorTopology *topology_p, const CaloSubdetectorGeometry *geometryES_p, reco::CaloID::Detectors detector, bool regional=false, const std::vector< RectangularEtaPhiRegion > ®ions=std::vector< RectangularEtaPhiRegion >())
std::string endcapClusterCollection_
T const * product() const
std::vector< BasicCluster > BasicClusterCollection
collection of BasicCluster objects
const EcalRecHitCollection * getCollection(edm::Event &evt, const edm::EDGetTokenT< EcalRecHitCollection > &token)
~Multi5x5ClusterProducer() override