#include <EcalPnGraphs.h>
Definition at line 22 of file EcalPnGraphs.h.
module dumping TGraph with 50 data frames from Pn Diodes
- Date:
- 2011/10/10 09:05:21
- Revision:
- 1.4
- Author
- K. Kaadze
-
G. Franzoni
Definition at line 33 of file EcalPnGraphs.cc.
References abscissa, gather_cfg::cout, digiProducer_, ebs_, eventCounter, fedMap, feds_, fileName, first_Pn, EcalFedMap::getFedFromSlice(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), i, inputIsOk, listPns, numPn, and AlCaHLTBitMon_QueryRunRegistry::string.
44 std::vector<int> listDefaults;
45 listDefaults.push_back(-1);
47 bool fedIsGiven =
false;
49 std::vector<std::string> ebDefaults;
50 ebDefaults.push_back(
"none");
54 if (
feds_[0] != -1 ) {
55 edm::LogInfo(
"EcalPnGraphs") <<
"FED id is given! Goining to beginJob! ";
59 if (
ebs_[0] !=
"none" ) {
62 for (std::vector<std::string>::const_iterator ebItr =
ebs_.begin();
63 ebItr!=
ebs_.end(); ++ebItr) {
69 for (
int i=601;
i<655; ++
i){
79 std::vector<int>::iterator fedIter;
80 for (fedIter =
feds_.begin(); fedIter!=
feds_.end(); ++fedIter) {
81 if ( (*fedIter) < 601 || (*fedIter) > 654) {
82 std::cout <<
"[EcalPnGraphs] pn number : " << (*fedIter) <<
" found in listFeds. "
83 <<
" Valid range is [601-654]. Returning." << std::endl;
92 std::vector<int>::iterator intIter;
93 for (intIter =
listPns.begin(); intIter !=
listPns.end(); intIter++) {
94 if ( ((*intIter) < 1) || (10 < (*intIter)) ) {
95 std::cout <<
"[EcalPnGraphs] pn number : " << (*intIter) <<
" found in listPns. "
96 <<
" Valid range is 1-10. Returning." << std::endl;
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
int getFedFromSlice(std::string)
std::string digiProducer_
std::vector< std::string > ebs_
std::vector< int > listPns
EcalPnGraphs::~EcalPnGraphs |
( |
| ) |
|
Implements edm::EDAnalyzer.
Definition at line 129 of file EcalPnGraphs.cc.
References abscissa, digiProducer_, eventCounter, feds_, spr::find(), edm::Event::getByLabel(), graphs, i, inputIsOk, intToString(), listAllPns, listPns, numPn, ordinate, AlCaHLTBitMon_QueryRunRegistry::string, and indexGen::title.
146 std::vector<int>::iterator pn_it;
152 for (
int u = (-hpn) ; u<=hpn; u++){
154 if (ipn_c < 1 || ipn_c > 10)
continue;
165 int ipn = (*pnItr).id().iPnId();
170 int FEDid = ieb + 600;
172 std::vector<int>::iterator fedIter =
find(
feds_.begin(),
feds_.end(), FEDid);
174 if ( fedIter ==
feds_.end() ) {
179 std::vector<int>::iterator iPnIter;
183 for (
int i=0;
i< (*pnItr).size() &&
i<50; ++
i ) {
192 oneGraph.SetTitle(title.c_str());
193 oneGraph.SetName(title.c_str());
194 graphs.push_back(oneGraph);
std::vector< T >::const_iterator const_iterator
std::string intToString(int num)
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
std::vector< TGraph > graphs
std::string digiProducer_
std::vector< int > listAllPns
std::vector< int > listPns
void EcalPnGraphs::beginJob |
( |
void |
| ) |
|
|
privatevirtual |
void EcalPnGraphs::endJob |
( |
void |
| ) |
|
|
privatevirtual |
std::string EcalPnGraphs::intToString |
( |
int |
num | ) |
|
|
private |
int EcalPnGraphs::abscissa[50] |
|
protected |
std::string EcalPnGraphs::digiProducer_ |
|
protected |
std::vector<std::string> EcalPnGraphs::ebs_ |
|
protected |
int EcalPnGraphs::eventCounter |
|
protected |
std::vector<int> EcalPnGraphs::feds_ |
|
protected |
std::string EcalPnGraphs::fileName |
|
protected |
int EcalPnGraphs::first_Pn |
|
protected |
std::vector<TGraph> EcalPnGraphs::graphs |
|
protected |
bool EcalPnGraphs::inputIsOk |
|
protected |
std::vector<int> EcalPnGraphs::listAllChannels |
|
protected |
std::vector<int> EcalPnGraphs::listAllPns |
|
protected |
std::vector<int> EcalPnGraphs::listChannels |
|
protected |
std::vector<int> EcalPnGraphs::listPns |
|
protected |
int EcalPnGraphs::ordinate[50] |
|
protected |
TFile* EcalPnGraphs::root_file |
|
protected |
int EcalPnGraphs::verbosity |
|
protected |