40 std::vector<int> listDefaults;
41 listDefaults.push_back(-1);
43 bool fedIsGiven =
false;
45 std::vector<std::string> ebDefaults;
46 ebDefaults.push_back(
"none");
51 edm::LogInfo(
"EcalPnGraphs") <<
"FED id is given! Goining to beginJob! ";
55 if (
ebs_[0] !=
"none") {
58 for (std::vector<std::string>::const_iterator ebItr =
ebs_.begin(); ebItr !=
ebs_.end(); ++ebItr) {
64 for (
int i = 601;
i < 655; ++
i) {
74 std::vector<int>::iterator fedIter;
75 for (fedIter =
feds_.begin(); fedIter !=
feds_.end(); ++fedIter) {
76 if ((*fedIter) < 601 || (*fedIter) > 654) {
77 std::cout <<
"[EcalPnGraphs] pn number : " << (*fedIter) <<
" found in listFeds. "
78 <<
" Valid range is [601-654]. Returning." << std::endl;
87 std::vector<int>::iterator intIter;
88 for (intIter =
listPns.begin(); intIter !=
listPns.end(); intIter++) {
89 if (((*intIter) < 1) || (10 < (*intIter))) {
90 std::cout <<
"[EcalPnGraphs] pn number : " << (*intIter) <<
" found in listPns. "
91 <<
" Valid range is 1-10. Returning." << std::endl;
96 first_Pn = (*intIter);
105 for (
int i = 0;
i < 50;
i++)
143 std::vector<int>::iterator pn_it;
148 for (
int u = (-hpn); u <= hpn; u++) {
150 if (ipn_c < 1 || ipn_c > 10)
162 int ipn = (*pnItr).id().iPnId();
167 int FEDid = ieb + 600;
169 std::vector<int>::iterator fedIter =
find(
feds_.begin(),
feds_.end(), FEDid);
171 if (fedIter ==
feds_.end()) {
173 <<
" PnDigis are not found from requested SM!. returning...";
177 std::vector<int>::iterator iPnIter;
182 for (
int i = 0;
i < (*pnItr).size() &&
i < 50; ++
i) {
189 oneGraph.SetTitle(title.c_str());
190 oneGraph.SetName(title.c_str());
191 graphs.push_back(oneGraph);
201 std::ostringstream myStream;
202 myStream << num << std::flush;
204 return (myStream.str());
214 std::vector<TGraph>::iterator gr_it;
215 for (gr_it =
graphs.begin(); gr_it !=
graphs.end(); gr_it++)
T getUntrackedParameter(std::string const &, T const &) const
const edm::EventSetup & c
int getFedFromSlice(std::string)
std::vector< T >::const_iterator const_iterator
std::string intToString(int num)
Log< level::Error, false > LogError
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
void analyze(const edm::Event &e, const edm::EventSetup &c) override
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
std::vector< TGraph > graphs
Log< level::Info, false > LogInfo
std::string digiProducer_
std::vector< int > listAllPns
T getParameter(std::string const &) const
std::vector< std::string > ebs_
std::vector< int > listPns
Log< level::Warning, false > LogWarning
EcalPnGraphs(const edm::ParameterSet &ps)