Functions | |
def | GetNonZeroOccNumber |
def | getRunNumber |
Variables | |
int | bpixtot = 0 |
string | clusstr = path+"charge_siPixelClusters" |
tuple | nclust = fin.Get(clusstr) |
tuple | nent = nclust.GetEntries() |
tuple | out_file = open(outname, "w") |
list | tmpstr = labels[k] |
def DeadROCCounter.GetNonZeroOccNumber | ( | histoname | ) |
Definition at line 12 of file DeadROCCounter.py.
References getRunNumber().
def DeadROCCounter.getRunNumber | ( | filename | ) |
Definition at line 6 of file DeadROCCounter.py.
Referenced by ODCond2ConfInfo.fetchID(), SiStripBaseServiceFromDQM< T >.getMetaDataString(), popcon::EcalSRPHandler.getNewObjects(), popcon::EcalDAQHandler.getNewObjects(), GetNonZeroOccNumber(), and ODCond2ConfInfo.writeDB().
int DeadROCCounter.bpixtot = 0 |
Definition at line 49 of file DeadROCCounter.py.
string DeadROCCounter.clusstr = path+"charge_siPixelClusters" |
Definition at line 61 of file DeadROCCounter.py.
tuple DeadROCCounter.nclust = fin.Get(clusstr) |
Definition at line 62 of file DeadROCCounter.py.
Referenced by ClusterizingHistogram.clusterize(), and PFClusterWidthAlgo.PFClusterWidthAlgo().
tuple DeadROCCounter.nent = nclust.GetEntries() |
Definition at line 63 of file DeadROCCounter.py.
Referenced by FittedEntriesSet.FillCorrelations(), and ErrorCorrelationMgr.readFromReportFile().
tuple DeadROCCounter.out_file = open(outname, "w") |
Definition at line 46 of file DeadROCCounter.py.
Referenced by HOCalibAnalyzer.endJob(), HcalQIEManager.generateQieTable(), HcalLutManager.get_xml_files_from_db(), HcalQIEManager.getHfQieTable(), HcalQIEManager.getTableFromDb(), JsonOutputProducer.write(), SummaryOutputProducer.writeCSV_module(), SummaryOutputProducer.writeCSV_trigger(), and SummaryOutputProducer.writeHistograms().
list DeadROCCounter.tmpstr = labels[k] |
Definition at line 56 of file DeadROCCounter.py.