47 scEnergy =
new TH1F(
"scEnergy",
"SuperCluster energy", 100, 20., 80.);
55 std::cout <<
"************* STATISTICS **************" << std::endl;
81 if (!pCorrectedHybridSuperClusters.isValid()) {
82 LogError(
"EgammaSimpleAnalyzer") <<
"Error! can't get collection with label "
87 reco::SuperClusterCollection::const_iterator superClusterIt;
90 scEnergy->Fill(superClusterIt->energy());
tuple correctedHybridSuperClusters
T getUntrackedParameter(std::string const &, T const &) const
const std::string correctedHybridSuperClusterProducer_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Log< level::Error, false > LogError
void analyze(const edm::Event &, const edm::EventSetup &) override
const std::string correctedHybridSuperClusterCollection_
std::vector< SuperCluster > SuperClusterCollection
collection of SuperCluser objectr
const std::string rootfile_
const edm::EDGetTokenT< reco::SuperClusterCollection > correctedHybridSuperClusterToken_
T getParameter(std::string const &) const
miscalibExample(const edm::ParameterSet &)
~miscalibExample() override