CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
errorMatrix2Lands Namespace Reference

Variables

dictionary data = {}
 
tuple file = open(args[0], "r")
 
string filename = "%s-%s-mH%s.txt"
 
tuple fout = open(filename, "w")
 
tuple header = file.readline()
 
list indices = [isig]
 
tuple l = l.replace("---","0")
 
tuple m = re.match(r"(\d+) Yield\s+((\d+\.?\d*(E[+\-]\d+)?\s+)+)", l)
 
tuple mh = m.group(1)
 
tuple mhs = data.keys()
 
list models = [ 'SM', '4G' ]
 
tuple nproc = len(syseff)
 
tuple parser = OptionParser()
 
tuple processnames = header.split()
 
list syseff = [float(x) for x in m.group(2).split()]
 
tuple sysname = m.group(1)
 
list yields = [float(x) for x in m.group(2).split()]
 

Variable Documentation

dictionary errorMatrix2Lands.data = {}

Definition at line 17 of file errorMatrix2Lands.py.

tuple errorMatrix2Lands.file = open(args[0], "r")

Definition at line 15 of file errorMatrix2Lands.py.

string errorMatrix2Lands.filename = "%s-%s-mH%s.txt"

Definition at line 76 of file errorMatrix2Lands.py.

tuple errorMatrix2Lands.fout = open(filename, "w")

Definition at line 77 of file errorMatrix2Lands.py.

tuple errorMatrix2Lands.header = file.readline()

Definition at line 19 of file errorMatrix2Lands.py.

Referenced by CSCDCCEventData.addChamber(), ESRawDataTask.analyze(), ESFEDIntegrityTask.analyze(), EBRawDataTask.analyze(), EERawDataTask.analyze(), BxTiming.analyze(), DQMHcalPhiSymAlCaReco.analyze(), EcalFloatCondObjectContainerXMLTranslator.barrelfromXML(), DCCTBDataMapper.buildDCCFields(), CastorCORData.check(), HcalHTRData.check(), lhef::LHEReader::XMLHandler.comment(), DCCTBEventBlock.dataCheck(), stor::detail::EventMsgData.do_setDroppedEventsCount(), cond::PayLoadInspector< DataT >.dump(), EcalFloatCondObjectContainerXMLTranslator.endcapfromXML(), lhef::LHEReader::XMLHandler.endElement(), PhiSymmetryCalibration_step2_SM.endJob(), PhiSymmetryCalibration_step2.endJob(), HLTL1NumberFilter.filter(), lhef::LHERunInfo.findHeader(), sistrip::SpyEventMatcherModule.findL1IDandAPVAddress(), FWTableView.FWTableView(), edm::StreamerFileReader.getHeader(), WatcherStreamFileReader.getHeader(), EcalCondHandler< Payload, XMLTranslator >.getNewObjects(), EcalFloatCondObjectContainerHandler.getNewObjects(), popcon::EcalIntercalibHandler.getNewObjects(), popcon::EcalADCToGeVHandler.getNewObjects(), EcalFloatCondObjectContainerHandler.id(), gen::JetMatchingMadgraph.init(), lhef::JetMatchingMadgraph.init(), ESUnpacker.interpretRawData(), PixelDataFormatter.interpretRawData(), XMLDocument.makeHeader(), LHERunInfoProduct.mergeProduct(), LzmaFile.Open(), LHERunInfoProduct::const_iterator.operator==(), CSCALCTHeader.pack(), HcalCableMapper.process(), HcalNZSMonitor.processEvent(), DTDataIntegrityTask.processFED(), CSCDCCUnpacker.produce(), CSCTFPacker.produce(), RPCUnpackingModule.produce(), HcalTBSource.produce(), edm::StreamerFileReader.read(), edm::StreamerInputModule< Producer >.read(), PhysicsTools::MVAComputer.readCalibration(), CSCAnodeData2007.selfTest(), CSCAnodeData2006.selfTest(), FEDHeader.set(), smproxy::EventMsg.setDroppedEventsCount(), lhef::StorageInputStream.StorageInputStream(), edm::StreamerFileReader.StreamerFileReader(), edm::StreamerInputModule< Producer >.StreamerInputModule(), sistrip::RawToDigiUnpacker.triggerFed(), CSCTFEvent.unpack(), HcalHTRData.unpack_per_channel_header(), sistrip::RawToDigiUnpacker.updateEventSummary(), StoreEcalCondition.writeToLogFile(), and StoreEcalCondition.writeToLogFileResults().

list errorMatrix2Lands.indices = [isig]
tuple errorMatrix2Lands.l = l.replace("---","0")

Definition at line 23 of file errorMatrix2Lands.py.

tuple errorMatrix2Lands.m = re.match(r"(\d+) Yield\s+((\d+\.?\d*(E[+\-]\d+)?\s+)+)", l)

Definition at line 24 of file errorMatrix2Lands.py.

tuple errorMatrix2Lands.mh = m.group(1)
list errorMatrix2Lands.mhs = data.keys()

Definition at line 40 of file errorMatrix2Lands.py.

list errorMatrix2Lands.models = [ 'SM', '4G' ]

Definition at line 69 of file errorMatrix2Lands.py.

Referenced by edm::service::CPU.postEndJob().

tuple errorMatrix2Lands.nproc = len(syseff)

Definition at line 49 of file errorMatrix2Lands.py.

Referenced by evf::CPUStat.setNproc().

tuple errorMatrix2Lands.parser = OptionParser()

Definition at line 4 of file errorMatrix2Lands.py.

tuple errorMatrix2Lands.processnames = header.split()

Definition at line 20 of file errorMatrix2Lands.py.

list errorMatrix2Lands.syseff = [float(x) for x in m.group(2).split()]

Definition at line 38 of file errorMatrix2Lands.py.

tuple errorMatrix2Lands.sysname = m.group(1)

Definition at line 37 of file errorMatrix2Lands.py.

list errorMatrix2Lands.yields = [float(x) for x in m.group(2).split()]

Definition at line 27 of file errorMatrix2Lands.py.