87 scEnergy =
new TH1F(
"scEnergy",
"SuperCluster energy", 100, 20., 80.);
97 std::cout <<
"************* STATISTICS **************" << std::endl;
126 if (!pCorrectedHybridSuperClusters.
isValid()) {
132 reco::SuperClusterCollection::const_iterator superClusterIt;
133 for(superClusterIt=correctedHybridSuperClusters->begin(); superClusterIt!=correctedHybridSuperClusters->end(); superClusterIt++ )
136 scEnergy->Fill(superClusterIt->energy());
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
std::string correctedHybridSuperClusterProducer_
void analyze(const edm::Event &, const edm::EventSetup &) override
std::vector< SuperCluster > SuperClusterCollection
collection of SuperCluser objectr
correctedHybridSuperClusters
std::string correctedHybridSuperClusterCollection_
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
T const * product() const
miscalibExample(const edm::ParameterSet &)
~miscalibExample() override