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()] |
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(), BxTiming::analyze(), EBRawDataTask::analyze(), ESFEDIntegrityTask::analyze(), DQMHcalPhiSymAlCaReco::analyze(), ESRawDataTask::analyze(), EERawDataTask::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(), FWTableView::FWTableView(), WatcherStreamFileReader::getHeader(), edm::StreamerFileReader::getHeader(), EcalFloatCondObjectContainerHandler::getNewObjects(), EcalCondHandler< Payload, XMLTranslator >::getNewObjects(), popcon::EcalADCToGeVHandler::getNewObjects(), popcon::EcalIntercalibHandler::getNewObjects(), EcalFloatCondObjectContainerHandler::id(), lhef::JetMatchingMadgraph::init(), gen::JetMatchingMadgraph::init(), PixelDataFormatter::interpretRawData(), ESUnpacker::interpretRawData(), XMLDocument::makeHeader(), LHERunInfoProduct::mergeProduct(), LHERunInfoProduct::const_iterator::operator==(), CSCALCTHeader::pack(), HcalCableMapper::process(), HcalNZSMonitor::processEvent(), DTDataIntegrityTask::processFED(), HcalTBSource::produce(), CSCTFPacker::produce(), RPCUnpackingModule::produce(), CSCDCCUnpacker::produce(), edm::StreamerFileReader::read(), edm::StreamerInputModule< Producer >::read(), PhysicsTools::MVAComputer::readCalibration(), CSCAnodeData2006::selfTest(), CSCAnodeData2007::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] |
Definition at line 74 of file errorMatrix2Lands.py.
Referenced by MuonAssociatorByHits::associateMuons(), L1RCTReceiverCard::fillInput(), ZeeCandidateFilter::filter(), SurveyResidual::inverseCovariance(), L1RCTORCAMap::makeBarrelData(), TtSemiSimpleBestJetComb::operator()(), TtHadSimpleBestJetComb::operator()(), CombinedSVComputer::operator()(), GhostTrackComputer::operator()(), PFTauMVAInputDiscriminantTranslator::PFTauMVAInputDiscriminantTranslator(), MCTrackMatcher::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), GenTrackMatcher::produce(), AssociationMapOneToOne2Association< CKey, CVal >::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), pat::PATTriggerEventProducer::produce(), SecondaryVertexProducer::produce(), reco::GhostTrackVertexFinder::recursiveMerge(), ClusterRemovalRefSetter::reKeyPixel(), ClusterRemovalRefSetter::reKeyStrip(), edm::DataFrameContainer::sort(), TauTagTools::sortRefVectorByPt(), GhostTrackComputer::threshTrack(), CombinedSVComputer::threshTrack(), TaggingVariablePlotter::VariableConfig::VariableConfig(), VirtualJetProducer::writeCompoundJets(), cms::CompoundJetProducer::writeCompoundJets(), and LaserSorter::writeEvent().
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) |
Definition at line 26 of file errorMatrix2Lands.py.
Referenced by PFPhotonAlgo::EarlyConversion(), and CosmicHitTripletGeneratorFromLayerTriplet::hitTriplets().
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.