Functions | |
def | makeJobBlock |
Variables | |
string | comma = "," |
string | commandline = " " |
string | commax = "," |
tuple | comment1RE = re.compile(r'^#.+$') |
list | commentLines = [] |
list | copyargs = sys.argv[:] |
int | default = 0 |
string | dest = "debug" |
list | eventsFiles = [] |
tuple | evtPerJob = int(math.ceil(float(ntotal)/NBLOCKS)) |
tuple | fileLineRE = re.compile(r'^.*\'(.*)\'.+# (\d*).*$') |
tuple | fin = open(INFILE, "r") |
tuple | fout = open(OUTFILE, mode="w") |
string | help = "debug verbosity level" |
list | INFILE = sys.argv[2] |
list | jobsBlocks = [] |
tuple | lines = fin.readlines() |
tuple | match = comment1RE.match(line) |
tuple | NBLOCKS = int(sys.argv[1]) |
int | ntotal = 0 |
list | OUTFILE = sys.argv[3] |
tuple | parser = optparse.OptionParser(usage) |
To parse commandline args. | |
list | prog = sys.argv[0] |
temp = eventsFiles | |
int | tt = 0 |
string | type = "int" |
string | usage = './%(prog)s NBLOCKS INFILE OUTFILE [options]\n' |
def groupFilesInBlocks::makeJobBlock | ( | mylist, | |
evtn | |||
) |
Definition at line 44 of file groupFilesInBlocks.py.
00045 : 00046 n = mylist[0][0] 00047 block = [mylist[0]] 00048 choosen = [0] 00049 while n<evtn: 00050 #print "n,evtn=",n,evtn 00051 # find the biggest unused #evt that would give n<evtn 00052 for i in range(len(mylist)): 00053 # get last not choosen i 00054 last_i=len(mylist)-1 00055 while last_i in choosen: last_i += -1 00056 if i==last_i: 00057 #print i,"last element reached" 00058 n += mylist[i][0] 00059 #print " new last append: ",i, mylist[i][0], n 00060 block.append(mylist[i]) 00061 choosen.append(i) 00062 break 00063 if i in choosen: 00064 #print i," in choosen, continue..." 00065 continue 00066 if n+mylist[i][0]<evtn: 00067 n += mylist[i][0] 00068 #print " new append: ",i, mylist[i][0], n 00069 block.append(mylist[i]) 00070 choosen.append(i) 00071 break 00072 if len(choosen)==len(mylist): 00073 #print " got everything" 00074 break 00075 # pick up unused elements 00076 newlist = [] 00077 for i in range(len(mylist)): 00078 if not i in choosen: 00079 newlist.append(mylist[i]) 00080 print "done makeJobBlock n =",n," len =",len(block) 00081 return block, newlist, n 00082 00083
string groupFilesInBlocks::comma = "," |
Definition at line 173 of file groupFilesInBlocks.py.
string groupFilesInBlocks::commandline = " " |
Definition at line 12 of file groupFilesInBlocks.py.
string groupFilesInBlocks::commax = "," |
Definition at line 170 of file groupFilesInBlocks.py.
tuple groupFilesInBlocks::comment1RE = re.compile(r'^#.+$') |
Definition at line 84 of file groupFilesInBlocks.py.
list groupFilesInBlocks::commentLines = [] |
Definition at line 99 of file groupFilesInBlocks.py.
list groupFilesInBlocks::copyargs = sys.argv[:] |
Definition at line 6 of file groupFilesInBlocks.py.
int groupFilesInBlocks::default = 0 |
Definition at line 30 of file groupFilesInBlocks.py.
string groupFilesInBlocks::dest = "debug" |
Definition at line 31 of file groupFilesInBlocks.py.
list groupFilesInBlocks::eventsFiles = [] |
Definition at line 97 of file groupFilesInBlocks.py.
tuple groupFilesInBlocks::evtPerJob = int(math.ceil(float(ntotal)/NBLOCKS)) |
Definition at line 132 of file groupFilesInBlocks.py.
tuple groupFilesInBlocks::fileLineRE = re.compile(r'^.*\'(.*)\'.+# (\d*).*$') |
Definition at line 85 of file groupFilesInBlocks.py.
tuple groupFilesInBlocks::fin = open(INFILE, "r") |
Definition at line 92 of file groupFilesInBlocks.py.
Referenced by SiStripWebInterface::handleAnalyserRequest(), SiPixelWebInterface::handleEDARequest(), PhotonFix::initialiseGeometry(), MuonGeometryArrange::MuonGeometryArrange(), ALIFileIn::openNewFile(), RPCPatternsParser::parse(), CommandLine::parse_file(), pos::PixelFEDTestDAC::PixelFEDTestDAC(), CSCChamberTimeCorrectionsValues::prefill(), CSCChipSpeedCorrectionDBConditions::prefillDBChipSpeedCorrection(), CSCGasGainCorrectionDBConditions::prefillDBGasGainCorrection(), CSCGasCollisions::readCollisionTable(), ErrorCorrelationMgr::readFromReportFile(), AsciiNeutronReader::readNextEvent(), SiPixelEDAClient::SiPixelEDAClient(), SiStripAnalyser::SiStripAnalyser(), TPNCor::TPNCor(), and TrackerGeometryCompare::TrackerGeometryCompare().
tuple groupFilesInBlocks::fout = open(OUTFILE, mode="w") |
Definition at line 160 of file groupFilesInBlocks.py.
Referenced by evf::BUEvent::dump(), evf::IPCMethod::dumpEvent(), DTTrigGeom::dumpLUT(), DTConfigManager::dumpLUTParam(), popcon::EcalSRPHandler::getNewObjects(), FittedEntriesManager::MakeHistos(), EcalDAQTowerStatusXMLTranslator::plot(), EcalDCSTowerStatusXMLTranslator::plot(), EcalTPGTowerStatusXMLTranslator::plot(), ZeeCalibration::printStatistics(), and MonitorElementMgr::save().
string groupFilesInBlocks::help = "debug verbosity level" |
Definition at line 28 of file groupFilesInBlocks.py.
list groupFilesInBlocks::INFILE = sys.argv[2] |
Definition at line 39 of file groupFilesInBlocks.py.
list groupFilesInBlocks::jobsBlocks = [] |
Definition at line 139 of file groupFilesInBlocks.py.
tuple groupFilesInBlocks::lines = fin.readlines() |
Definition at line 93 of file groupFilesInBlocks.py.
Referenced by HcalChannelIterator::addListFromLmapAscii(), FWMuonDetailView::addSceneInfo(), FWTrackResidualDetailView::build(), FWConversionProxyBuilder::buildViewType(), RoadMaker::CompatibleWithLines(), DTTFFEDSim::fillRawData(), RoadSearchCircleSeed::Phi0(), DTTFFEDReader::process(), gen::Pythia6Service::Pythia6Service(), lhef::Pythia8Hadronisation::Pythia8Hadronisation(), LMap::impl::read(), EMap::read_map(), HcalEmap::read_map(), RoadMaker::RingsCompatibleWithSeed(), RoadSearchCircleSeed::Theta(), and L1GtVmeWriterCore::writeVME().
tuple groupFilesInBlocks::match = comment1RE.match(line) |
Definition at line 105 of file groupFilesInBlocks.py.
tuple groupFilesInBlocks::NBLOCKS = int(sys.argv[1]) |
Definition at line 38 of file groupFilesInBlocks.py.
int groupFilesInBlocks::ntotal = 0 |
Definition at line 98 of file groupFilesInBlocks.py.
Referenced by gen::EvtGenInterface::addToHepMC(), cms::FastSimDataFilter::beginJob(), cms::FastSimDataFilter::endJob(), gen::EvtGenInterface::EvtGenInterface(), and cms::FastSimDataFilter::filter().
list groupFilesInBlocks::OUTFILE = sys.argv[3] |
Definition at line 40 of file groupFilesInBlocks.py.
tuple groupFilesInBlocks::parser = optparse.OptionParser(usage) |
To parse commandline args.
Definition at line 25 of file groupFilesInBlocks.py.
list groupFilesInBlocks::prog = sys.argv[0] |
Definition at line 14 of file groupFilesInBlocks.py.
Definition at line 140 of file groupFilesInBlocks.py.
Referenced by FWEventItemsManager::add(), addAreaInfoTo(), FWItemValueGetter::addEntry(), APVShotFinder::addShots(), FWGUIManager::addTo(), ApvTimingAlgorithm::analyse(), SiPixelTrackResidualSource::analyze(), SiStripMonitorPedestals::analyze(), ConversionFinder::arbitrateConversionPartnersbyR(), L1RCTJetSummaryCard::asicCompare(), L1RCTJetSummaryCard::asicSort(), SiPixelDQMRocLevelAnalyzer::beginJob(), PhysicsPerformanceDBWriterFromFile_WPandPayload::beginJob(), DQMSourceExample::beginJob(), PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL::beginJob(), PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV::beginJob(), SiStripCommissioningOfflineClient::beginRun(), HcalCoarsePedestalClient::beginRun(), L1GtVhdlWriterBitManager::bin2hex(), Blowfish_Decrypt(), Blowfish_Encrypt(), ecaldqm::MESetTrend::book(), SiPixelRawDataErrorModule::bookFED(), L1GtVhdlWriterBitManager::buildDeltaPhiMuon(), SiStripFedCablingBuilderFromDb::buildFecCablingFromDevices(), DDG4Builder::BuildGeometry(), TrackerGeomBuilderFromGeometricDet::buildPixel(), RunRangeDependentPedeLabeler::buildRunRangeDependencyMap(), CSCSegAlgoST::buildSegments(), CSCSegAlgoTC::buildSegments(), CSCSegAlgoSK::buildSegments(), CSCSegAlgoDF::buildSegments(), TrackerGeomBuilderFromGeometricDet::buildSilicon(), CmsDetConstruction::buildSmallDets(), L1GctJetFinderBase::calcHfSums(), RazorVarProducer::CalcMR(), HLTRFilter::CalcMR(), GraphPath< N, E >::calcPaths(), JetPlusTrackCorrector::calculateCorr(), CalibrationHistograms::CalibrationHistograms(), CSCSegAlgoST::chainHits(), HcalQie::charge(), PerformancePayloadFromBinnedTFormula::check(), edm::check(), global_angular_0::checkParameters(), SensitiveDetectorCatalog::className(), SensitiveDetectorCatalog::classNames(), TiXmlNode::Clear(), CSCSegAlgoPreClustering::clusterHits(), CSCSegAlgoST::clusterHits(), HcalQie::code(), SiStripEventSummary::commissioningInfo(), edm::Event::commit_aux(), edm::hash_detail::compactForm_(), DCCTBEventBlock::compare(), edm::Hash< EntryDescriptionType >::compareUsing(), SimpleBarrelNavigableLayer::compatibleLayers(), L1GctHardwareJetFinder::convertClustersToOutputJets(), edm::ParameterSetConverter::convertParameterSets(), edm::ParameterSet::copyForModify(), MuonMETAlgo::correctMETforMuon(), AttachSD::create(), edm::eventsetup::createDecoratorFrom(), TkAccumulatingSensitiveDetector::createHit(), DDI::Specific::createPartSelections(), TGeoMgrFromDdd::createShape(), TGeoFromDddService::createShape(), Dcxprobab(), DDEcalEndcapAlgo::ddname(), DDEcalBarrelAlgo::ddname(), DDTBH4Algo::ddname(), DDEcalBarrelNewAlgo::ddname(), DDEcalAPDAlgo::ddname(), edm::decode(), HcalSiPM::defaultErrInit(), TT6ApvMask::defineNoisy(), CocoaDaqRootEvent::DumpIt(), edm::EmptyESSource::EmptyESSource(), HOCalibAnalyzer::endJob(), edm::Timestamp::endOfTime(), EmDQMPostProcessor::endRun(), L1GctJetFinderBase::etComponentForJetFinder(), DCCTBEventBlock::eventErrorString(), DDPixFwdBlades::execute(), PedsFullNoiseSummaryFactory::extract(), PedsOnlySummaryFactory::extract(), NoiseSummaryFactory::extract(), CalibrationSummaryFactory::extract(), PedestalsSummaryFactory::extract(), CommissioningHistograms::extractHistograms(), EcalCondDBInterface::fetchFEDelaysForRun(), L1GctJetFinderBase::fetchProtoJetsFromNeighbour(), SummaryGeneratorReadoutView::fill(), SummaryGeneratorControlView::fill(), MaterialBudgetHcalHistos::fillBeginJob(), SiPixelActionExecutor::fillFEDErrorSummary(), MuonShowerInformationFiller::fillHitsByStation(), FWExpressionValidator::fillOptions(), edm::fillPathSummary(), StorageAccount::fillSummary(), ConversionFinder::findBestConversionMatch(), L1GctHardwareJetFinder::findFinalClusters(), L1GctHardwareJetFinder::findProtoClusters(), DivisiveVertexFinder::findVertexesAlt(), BSFitter::Fit_d0phi(), edm::hash_detail::fixup_(), xmas2dqm::wse::ToDqm::free_memory(), edm::ParameterSet::fromString(), GammaLn(), edm::Event::get(), edm::Event::getByLabel(), fwlite::Handle< Collection >::getByLabel(), SimG4HcalHitJetFinder::getClusters(), HcalLaserEventFilter::GetCMSSWVersion(), HcalQie::getCode(), ConversionFinder::getConversionInfo(), DDG4Builder::getDouble(), L1GlobalCaloTrigger::getEtHadCollection(), L1GlobalCaloTrigger::getEtMissCollection(), L1GlobalCaloTrigger::getEtSumCollection(), L1GlobalCaloTrigger::getHFBitCountsCollection(), L1GlobalCaloTrigger::getHFRingEtSumsCollection(), HBHEHitMapOrganizer::getHPDNeighbors(), L1GlobalCaloTrigger::getHtMissCollection(), DDG4Builder::getInt(), MuonDDDNumbering::getInt(), DCCEETCCBlock::getLength(), BscSD::getNames(), FP420SD::getNames(), TkAccumulatingSensitiveDetector::getNames(), MuonSensitiveDetector::getNames(), SensitiveDetector::getNames(), TouchableToHistory::getNavStory(), PLTSensitiveDetector::getOrCreateTrackInformation(), MuonSensitiveDetector::getOrCreateTrackInformation(), TkAccumulatingSensitiveDetector::getOrCreateTrackInformation(), edm::eventsetup::DependentRecordImplementation< L1GctChannelMaskRcd, boost::mpl::vector< L1TriggerKeyListRcd, L1TriggerKeyRcd > >::getRecord(), PhysicsPerformancePayload::getRow(), DDG4SensitiveConverter::getString(), ExtractStringFromDDD::getString(), ApvAnalysisFactory::getStripNoise(), ApvAnalysisFactory::getStripPedestal(), ApvAnalysisFactory::getStripRawNoise(), L1GtVhdlTemplateFile::getSubstitutionParametersFromTemplate(), HCalSD::HCalSD(), L1GtVhdlWriterBitManager::hex2bin(), edm::RangeMap< det_id_type, edm::OwnVector< B > >::ids(), edm::IndexIntoFile::IndexIntoFileItr::IndexIntoFileItr(), DDValue::init(), stor::TriggerSelector::init(), SiStripFecKey::initFromPath(), SiStripFedKey::initFromPath(), SiStripDetKey::initFromPath(), DDAngular::initialize(), edm::eventsetup::EventSetupProvider::insert(), L1GtVhdlTemplateFile::insert(), ApvAnalysisFactory::instantiateApvs(), reco::helper::VirtualJetProducerHelper::intersection(), SiStripDetKey::isConsistent(), SiStripFedKey::isConsistent(), SiStripFecKey::isConsistent(), SiStripNullKey::isEqual(), SiStripDetKey::isEqual(), SiStripFecKey::isEqual(), SiStripFedKey::isEqual(), CmsTrackerDetIdBuilder::iterate(), itoa(), HcalDQMDbInterface::itoa(), edm::eventsetup::DataProxyProvider::keyedProxies(), edm::es::l(), L1GtVhdlWriterCore::L1GtVhdlWriterCore(), HcalTestAnalysis::layerGrouping(), LocalCacheFile::LocalCacheFile(), SensitiveDetectorCatalog::logicalNamesFromClassName(), HybridClusterAlgo::mainSearch(), AlignmentProducer::makeNonOverlappingRunRanges(), L1GctHardwareJetFinder::makeProtoJet(), HFShower::makeSteps(), HDShower::makeSteps(), SignCaloSpecificAlgo::makeVectorOutOfCaloTowers(), jpt::Map::Map(), L1GtVhdlWriterBitManager::mirror(), SiStripFecCabling::module(), L1CaloEcalScaleConfigOnlineProd::newObject(), SequentialCombinationGenerator< T >::next_combination(), HttpStorageMaker::open(), GsiFTPStorageMaker::open(), CmsTrackerLevelBuilder::ExtractPhiModule::operator()(), CmsTrackerLevelBuilder::ExtractPhiGluedModule::operator()(), edm::dslv::LazyAdapter< T >::operator()(), edm::es::Label::operator()(), L1GctJetFinderBase::hfTowerSumsType::operator+(), L1GctTwosComplement< nBits >::operator+(), L1GctUnsignedInt< nBits >::operator+(), L1GctJetCount< nBits >::operator+(), L1GctJetCount< nBits >::operator++(), L1GctTwosComplement< nBits >::operator-(), operator<<(), edm::Handle< FWGenericObject >::operator=(), edm::OutputHandle::operator=(), edm::reftobase::Holder< T, REF >::operator=(), edm::RefVectorBase< key_type >::operator=(), edm::reftobase::IndirectVectorHolder< T >::operator=(), edm::HandleBase::operator=(), edm::OrphanHandle< GenericObjectOwner >::operator=(), edm::reftobase::RefVectorHolder< REFV >::operator=(), L1GctHfBitCountsLut::operator=(), edm::RefToBaseVector< T >::operator=(), edm::EDCollection< T >::operator=(), edm::CloningPtr< T, P >::operator=(), stor::I2OChain::operator=(), edm::ErrorObj::operator=(), edm::HepMCProduct::operator=(), edm::RangeMap< ID, C, P >::operator=(), edm::OrphanHandleBase::operator=(), edm::IDVectorMap< ID, C, P >::operator=(), L1GctHfEtSumsLut::operator=(), edm::ValueMap< reco::MuonMETCorrectionData >::operator=(), edm::TriggerResults::operator=(), edm::reftobase::IndirectHolder< T >::operator=(), fwlite::Handle< Collection >::operator=(), edm::ParameterSet::operator=(), edm::HLTGlobalStatus::operator=(), edm::MapOfVectors< std::string, AnalysisDescription * >::operator=(), edm::BasicHandle::operator=(), edm::Association< C >::operator=(), edm::eventsetup::DataKey::operator=(), edm::service::ELtsErrorLog::operator=(), edm::value_ptr< ParameterSet >::operator=(), edm::Exception::operator=(), edm::reftobase::VectorHolder< T, REFV >::operator=(), edm::DataFrameContainer::operator=(), edm::PtrVector< Candidate >::operator=(), edm::OwnVector< T, P >::operator=(), sipixelobjects::PixelROC::operator=(), cms::Exception::operator=(), edm::RefToBaseProd< T >::operator=(), FWConfiguration::operator=(), L1GctHtMissLut::operator=(), edm::FileInPath::operator=(), edm::Handle< GenericObject >::operator=(), cond::PayLoadInspector< DataT >::plot(), CSCChamberTimeCorrectionsValues::prefill(), ClhepEvaluator::prepare(), SiPixelActionExecutor::prephistosB(), SiPixelActionExecutor::prephistosE(), edm::hash_detail::print_(), SiStripConfigDb::printAnalysisDescriptions(), SiStripConfigDb::printDeviceDescriptions(), SiStripConfigDb::printFedConnections(), SiStripConfigDb::printFedDescriptions(), L1GctElectronFinalSort::process(), DDLPosPart::processElement(), G4ProcessTypeEnumerator::processId(), G4ProcessTypeEnumerator::processIdLong(), SETPatternRecognition::produce(), reco::modules::CosmicTrackSplitter::produce(), CastorClusterProducer::produce(), SiStripFedCablingESProducer::produce(), CastorFastClusterProducer::produce(), ConvBremSeedProducer::produce(), SiPixelFakeTemplateDBObjectESSource::produce(), CSCSegAlgoST::prune_bad_hits(), CSCSegAlgoHitPruning::pruneBadHits(), SiPixelTemplate::pushfile(), SiPixelTemplate2D::pushfile(), SiStripTemplate::pushfile(), MEtoEDM< T >::putMEtoEdmObject(), StoreEcalCondition::readEcalTBWeightsFromFile(), StoreEcalCondition::readEcalWeightXtalGroupsFromFile(), popcon::RPCEMapSourceHandler::readEMap1(), CSCTFPtLUT::readLUT(), CSCSectorReceiverLUT::readLUTsFromFile(), SensitiveDetectorCatalog::readoutNames(), fwlite::Record::Record(), edm::ESProxyFactoryProducer::registerFactory(), Tau3MuReco::removeIncorrectMuon(), edm::TransientProductLookupMap::reorderIfNecessary(), FWEvePtr< T >::reset(), L1GctGlobalHfSumAlgos::resetPipelines(), SiPixelDQMRocLevelAnalyzer::RocSumOneModule(), EcalClusterTools::roundnessBarrelSuperClusters(), EcalClusterTools::roundnessSelectedBarrelRecHits(), RoadSearchCloudMakerAlgorithm::run(), SiStripConfigDb::runs(), Comp2RefChi2::runTest(), CSCSegAlgoTC::segmentSort(), FWModelExpressionSelector::select(), DCUCapsuleTempDat::setCapsuleTemp(), DCUCCSDat::setCCSTempHigh(), DCUCCSDat::setCCSTempLow(), edm::eventsetup::Callback< T, TReturn, TRecord, TDecorator >::setData(), edm::Path::setEarlyDeleteHelpers(), L1GctMet::setExComponent(), FWExpressionEvaluator::setExpression(), FWModelFilter::setExpression(), L1GctMet::setEyComponent(), edm::service::ELdestination::setLineLength(), DCUCCSDat::setM1DCUTemp(), DCUCCSDat::setM1Vcc(), DCUCCSDat::setM1VDD1(), DCUCCSDat::setM1VDD2(), DCUCCSDat::setM1Vinj(), DCUCCSDat::setM2DCUTemp(), DCUCCSDat::setM2Vcc(), DCUCCSDat::setM2VDD1(), DCUCCSDat::setM2VDD2(), DCUCCSDat::setM2Vinj(), TopologyWorker::setPartList(), DCUIDarkPedDat::setPed(), DDG4ProductionCuts::setProdCuts(), gen::Pythia6Service::setPYUPDAParams(), L1GlobalCaloTrigger::setRegion(), RPCSimSetUp::setRPCSetUp(), gen::Pythia6Service::setSLHAParams(), edm::service::ErrorLog::setSpaceAfterInt(), DCULVRTempsDat::setT1(), DCULVRBTempsDat::setT1(), DCULVRTempsDat::setT2(), DCULVRBTempsDat::setT2(), DCULVRTempsDat::setT3(), DCULVRBTempsDat::setT3(), DCSPTMTemp::setTemperature(), DQMRootSource::setupFile(), L1GctJet::setupJet(), FWPFTrackUtils::setupLegoTrack(), TFWLiteSelectorBasic::setupNewFile(), L1GctElectronSorter::setupObjects(), DCUVFETempDat::setVFETemp(), CSCSegAlgoShowering::showerSeg(), SiStripDetKey::SiStripDetKey(), SiStripFecKey::SiStripFecKey(), SiStripFedKey::SiStripFedKey(), SiStripHistoTitle::SiStripHistoTitle(), CmsTrackerDiskBuilder::sortNS(), CmsTrackerRingBuilder::sortNS(), CmsTrackerBuilder::sortNS(), CmsTrackerWheelBuilder::sortNS(), CmsTrackerLayerBuilder::sortNS(), L1GtVhdlTemplateFile::split(), L1MuGMTLUT::PortDecoder::str(), SourceCardRouting::STRINGtoVHDCI(), fwlite::Handle< Collection >::swap(), edm::ErrorObj::swap(), edm::service::ELadministrator::swapProcess(), fwlite::Record::syncTo(), edm::hash_detail::toDigest_(), KalmanAlignmentUserVariables::toString(), KalmanAlignmentDataCollector::toString(), edm::hash_detail::toString_(), TouchableToHistory::touchableToNavStory(), TkCommonMode::toVector(), HcalTestAnalysis::towersToAdd(), TracktoRPC::TracktoRPC(), stor::TriggerSelector::TreeElement::TreeElement(), cond::PayLoadInspector< DataT >::trend_plot(), sistrip::RawToDigiUnpacker::triggerFed(), edm::UnscheduledHandler::tryToFill(), DCCMemBlock::unpackMemTowerData(), PedsFullNoiseHistosUsingDb::update(), PedestalsHistosUsingDb::update(), DynamicTruncation::update(), popcon::EcalDCSHandler::updateHV(), popcon::EcalDCSHandler::updateLV(), DynamicTruncation::updateWithCSChits(), DynamicTruncation::updateWithDThits(), metsig::SignPFSpecificAlgo::useOriginalPtrs(), SiStripConfigDb::usingDatabaseCache(), vector_AND(), SourceCardRouting::VHDCItoSTRING(), edm::View< T >::View(), MagGeoBuilderFromDDD::volumeHandle::volumeHandle(), edm::VParameterSetEntry::VParameterSetEntry(), HcalQie::weight(), ProvenanceDumper::work_(), edm::Wrapper< T >::Wrapper(), and TiXmlNode::~TiXmlNode().
int groupFilesInBlocks::tt = 0 |
Definition at line 142 of file groupFilesInBlocks.py.
Referenced by DCCEETCCBlock::addTriggerPrimitivesToCollection(), ElectronCalibrationUniv::analyze(), HLTGetDigi::analyze(), PrimaryVertexAnalyzer4PU::analyzeVertexCollection(), pat::helper::VertexingHelper::associate(), DCCTBDataMapper::buildTCCFields(), EgammaHLTElectronDetaDphiProducer::calDEtaDPhiSCTrk(), PerformancePayloadFromBinnedTFormula::check(), EMShower::compute(), DialogFrame::createCanvasAttr(), TGeoMgrFromDdd::createShape(), EcalCommon::crystalToTriggerTower(), EcalSelectiveReadoutValidation::dccCh(), TowerBlockFormatter::DigiToRaw(), EcalTPGStripStatusXMLTranslator::dumpXML(), spr::eECALmatrix(), DataCertificationJetMET::endRun(), PFEnergyCalibration::energyEmHad(), EcalElectronicsMapper::fillMaps(), NtupleManager::FillMeasurements(), PrimaryVertexAnalyzer4PU::fillTrackHistos(), popcon::EcalTPGWeightGroupHandler::getNewObjects(), popcon::EcalDAQHandler::getNewObjects(), popcon::EcalTPGSlidingWindowHandler::getNewObjects(), popcon::EcalTPGFineGrainStripEEHandler::getNewObjects(), CaloSubdetectorGeometry::getSummary(), LMFDefFabric::getTrigType(), LMFDefFabric::getTrigTypeFromID(), ALIFileIn::getWordsInLine(), TEcnaHistos::HistimePlot(), TEcnaHistos::HistoPlot(), ora::ClassUtils::isTypeAssociativeContainer(), ora::ClassUtils::isTypeKeyedContainer(), ora::ClassUtils::isTypeNonAssociativeContainer(), RadialStripTopology::localError(), SiStripHistoPlotter::makePlot(), QTestConfigurationParser::monitorElementTestsMap(), TracksClusteringFromDisplacedSeed::nearTracks(), cond::PayLoadInspector< DataT >::plot(), FWTriggerTableView::populateController(), evf::TimeProfilerService::postModule(), PrimaryVertexAnalyzer4PU::printPVTrks(), pat::PATElectronProducer::produce(), InclusiveVertexFinder::produce(), pat::PATMuonProducer::produce(), EcalDigiDisplay::readEBDigis(), EcalFEtoDigi::readInput(), MuonResiduals5DOFFitter::readNtuple(), MuonResiduals6DOFFitter::readNtuple(), MuonResiduals6DOFrphiFitter::readNtuple(), reco::GhostTrackVertexFinder::refitGhostTrack(), FWLiteESSource::registerProxies(), SiPixelHistoPlotter::setSubDetAxisDrawing(), reco::Conversion::tracks(), TrackVertexArbitration::trackVertexArbitrator(), DDG4SolidConverter::trunctubs(), FWLiteESRecordWriterAnalyzer::update(), FEConfigFgrParamDat::writeArrayDB(), FEConfigWeightGroupDat::writeArrayDB(), MonPNBlueDat::writeArrayDB(), MonPNGreenDat::writeArrayDB(), CaliCrystalIntercalDat::writeArrayDB(), MonPNLed1Dat::writeArrayDB(), FEConfigParamDat::writeArrayDB(), MonPNLed2Dat::writeArrayDB(), MonTestPulseDat::writeArrayDB(), MonTTConsistencyDat::writeArrayDB(), MonPNRedDat::writeArrayDB(), MonPNMGPADat::writeArrayDB(), DCULVRVoltagesDat::writeArrayDB(), MonPedestalsDat::writeArrayDB(), FEConfigFgrGroupDat::writeArrayDB(), MonMemTTConsistencyDat::writeArrayDB(), MonPNIRedDat::writeArrayDB(), and LMFRunIOV::writeDBSql().
string groupFilesInBlocks::type = "int" |
Definition at line 29 of file groupFilesInBlocks.py.
Definition at line 16 of file groupFilesInBlocks.py.