CMS 3D CMS Logo

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

Functions

def makeJobBlock (mylist, evtn)
 

Variables

 args
 
 block
 
string comma = ","
 
string commandline = " "
 
string commax = ","
 
 comment1RE = re.compile(r'^#.+$')
 
list commentLines = []
 
 copyargs = sys.argv[:]
 
 default
 
 dest
 
list eventsFiles = []
 
 evtPerJob = int(math.ceil(float(ntotal)/NBLOCKS))
 
 fileLineRE = re.compile(r'^.*\'(.*)\'.+# (\d*).*$')
 
 fin = open(INFILE, "r")
 
 fout = open(OUTFILE, mode="w")
 
 help
 
 INFILE = sys.argv[2]
 
list jobsBlocks = []
 
 lines = fin.readlines()
 
 match = comment1RE.match(line)
 
 NBLOCKS = int(sys.argv[1])
 
 nn
 
int ntotal = 0
 
 options
 
 OUTFILE = sys.argv[3]
 
 parser = optparse.OptionParser(usage)
 To parse commandline args. More...
 
 prog = sys.argv[0]
 
 reverse
 
 temp = eventsFiles
 
int tt = 0
 
 type
 
string usage = './%(prog)s NBLOCKS INFILE OUTFILE [options]\n'
 

Function Documentation

def groupFilesInBlocks.makeJobBlock (   mylist,
  evtn 
)

Definition at line 44 of file groupFilesInBlocks.py.

44 def makeJobBlock(mylist, evtn):
45  n = mylist[0][0]
46  block = [mylist[0]]
47  choosen = [0]
48  while n<evtn:
49  #print "n,evtn=",n,evtn
50  # find the biggest unused #evt that would give n<evtn
51  for i in range(len(mylist)):
52  # get last not choosen i
53  last_i=len(mylist)-1
54  while last_i in choosen: last_i += -1
55  if i==last_i:
56  #print i,"last element reached"
57  n += mylist[i][0]
58  #print " new last append: ",i, mylist[i][0], n
59  block.append(mylist[i])
60  choosen.append(i)
61  break
62  if i in choosen:
63  #print i," in choosen, continue..."
64  continue
65  if n+mylist[i][0]<evtn:
66  n += mylist[i][0]
67  #print " new append: ",i, mylist[i][0], n
68  block.append(mylist[i])
69  choosen.append(i)
70  break
71  if len(choosen)==len(mylist):
72  #print " got everything"
73  break
74  # pick up unused elements
75  newlist = []
76  for i in range(len(mylist)):
77  if not i in choosen:
78  newlist.append(mylist[i])
79  print "done makeJobBlock n =",n," len =",len(block)
80  return block, newlist, n
81 
82 
83 
def makeJobBlock(mylist, evtn)

Variable Documentation

groupFilesInBlocks.args

Definition at line 33 of file groupFilesInBlocks.py.

groupFilesInBlocks.block
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.

groupFilesInBlocks.comment1RE = re.compile(r'^#.+$')

Definition at line 84 of file groupFilesInBlocks.py.

list groupFilesInBlocks.commentLines = []

Definition at line 99 of file groupFilesInBlocks.py.

groupFilesInBlocks.copyargs = sys.argv[:]

Definition at line 6 of file groupFilesInBlocks.py.

groupFilesInBlocks.default

Definition at line 30 of file groupFilesInBlocks.py.

groupFilesInBlocks.dest

Definition at line 31 of file groupFilesInBlocks.py.

list groupFilesInBlocks.eventsFiles = []

Definition at line 97 of file groupFilesInBlocks.py.

groupFilesInBlocks.evtPerJob = int(math.ceil(float(ntotal)/NBLOCKS))

Definition at line 132 of file groupFilesInBlocks.py.

groupFilesInBlocks.fileLineRE = re.compile(r'^.*\'(.*)\'.+# (\d*).*$')

Definition at line 85 of file groupFilesInBlocks.py.

groupFilesInBlocks.fin = open(INFILE, "r")
groupFilesInBlocks.fout = open(OUTFILE, mode="w")
groupFilesInBlocks.help

Definition at line 28 of file groupFilesInBlocks.py.

groupFilesInBlocks.INFILE = sys.argv[2]
list groupFilesInBlocks.jobsBlocks = []

Definition at line 139 of file groupFilesInBlocks.py.

groupFilesInBlocks.lines = fin.readlines()
groupFilesInBlocks.match = comment1RE.match(line)

Definition at line 105 of file groupFilesInBlocks.py.

groupFilesInBlocks.NBLOCKS = int(sys.argv[1])

Definition at line 38 of file groupFilesInBlocks.py.

groupFilesInBlocks.nn
int groupFilesInBlocks.ntotal = 0
groupFilesInBlocks.options

Definition at line 33 of file groupFilesInBlocks.py.

groupFilesInBlocks.OUTFILE = sys.argv[3]

Definition at line 40 of file groupFilesInBlocks.py.

groupFilesInBlocks.parser = optparse.OptionParser(usage)

To parse commandline args.

Definition at line 25 of file groupFilesInBlocks.py.

groupFilesInBlocks.prog = sys.argv[0]

Definition at line 14 of file groupFilesInBlocks.py.

groupFilesInBlocks.reverse

Definition at line 129 of file groupFilesInBlocks.py.

Referenced by DTMeantimerPatternReco.addHits(), TTUTrackingAlg.alignTracks(), L1RCTTestAnalyzer.analyze(), SegmentToTrackAssociator.associate(), DTTracoChip.bestCand(), SiStripBaseCondObjDQM.bookSummaryProfileMEs(), GlobalTrajectoryBuilderBase.build(), CSCSegAlgoTC.buildSegments(), CSCSegAlgoSK.buildSegments(), CSCSegAlgoDF.buildSegments(), CSCSegAlgoRU.buildSegments(), DirectMuonNavigation.compatibleEndcapLayers(), DirectMuonNavigation.compatibleLayers(), DirectTrackerNavigation.compatibleLayers(), MuonForwardNavigableLayer.compatibleLayers(), MuonBarrelNavigableLayer.compatibleLayers(), APVShot.computeShot(), MuonAlignment.doMatching(), CosmicMuonTrajectoryBuilder.estimateDirection(), StandAloneMuonFilter.findBestMeasurements(), CosmicMuonTrajectoryBuilder.flipTrajectory(), TrackTransformerForCosmicMuons.getTransientRecHits(), JetPartonMatching.matchingPtOrderedMinDist(), TrackMerger.merge(), MuonForwardNavigableLayer.nextLayers(), MuonBarrelNavigableLayer.nextLayers(), edm::SubProcess.processAsync(), edm::EventProcessor.processEventAsync(), edm::GlobalSchedule.processOneGlobalAsync(), reco::modules::TrackerTrackHitFilter.produceFromTrajectory(), DualTrajectoryFactory.referenceStateAndRecHits(), DualBzeroTrajectoryFactory.referenceStateAndRecHits(), edm::OwnVector< reco::reco::PFBlockElement >.reverse(), Trajectory.reverse(), NuclearInteractionFinder.run(), CRackTrajectoryBuilder.run(), GlobalMuonRefitter.selectMuonHits(), FWExpressionValidator.setType(), CSCSegAlgoShowering.showerSeg(), StandAloneMuonRefitter.singleRefit(), EmbeddingHepMCFilter.sort_by_convention(), GlobalCosmicMuonTrajectoryBuilder.sortHits(), CosmicMuonSmoother.sortHitsAlongMom(), MuonDetLayerGeometry.sortLayers(), CosmicMuonTrajectoryBuilder.trajectories(), GlobalCosmicMuonTrajectoryBuilder.trajectories(), TrackTransformer.transform(), TrackTransformerForCosmicMuons.transform(), and GlobalMuonRefitter.transform().

groupFilesInBlocks.temp = eventsFiles

Definition at line 140 of file groupFilesInBlocks.py.

Referenced by CaloTruthAccumulator.accumulateEvent(), FWEventItemsManager.add(), addAreaInfoTo(), FWItemValueGetter.addEntry(), APVShotFinder.addShots(), FWGUIManager.addTo(), ME0SegAlgoRU.addUniqueSegments(), TagProbeFitter.addVariable(), ApvTimingAlgorithm.analyse(), SiPixelTrackResidualSource.analyze(), SiStripMonitorPedestals.analyze(), HLTHiggsSubAnalysis.analyze(), ConversionFinder.arbitrateConversionPartnersbyR(), L1RCTJetSummaryCard.asicCompare(), L1RCTJetSummaryCard.asicSort(), edm::ThinnedAssociationsHelper.associationToBranches(), PFEGammaAlgo.attachPSClusters(), RecoTauDiscriminantCutMultiplexer.beginEvent(), PATTauDiscriminantCutMultiplexer.beginEvent(), PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.beginJob(), PhysicsPerformanceDBWriterFromFile_WPandPayload.beginJob(), PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.beginJob(), DQMSourceExample.beginJob(), SiPixelDQMRocLevelAnalyzer.beginJob(), SiStripCommissioningOfflineClient.beginRun(), L1GtVhdlWriterBitManager.bin2hex(), Blowfish_Decrypt(), Blowfish_Encrypt(), GEMHitsValidation.bookHistograms(), SiPixelRawDataErrorSource.bookMEs(), FastTimeParametersFromDD.build(), Basic2DGenericTopoClusterizer.buildClusters(), L1GtVhdlWriterBitManager.buildDeltaPhiMuon(), SiStripFedCablingBuilderFromDb.buildFecCablingFromDevices(), SiStripFedCabling.buildFedCabling(), DDG4Builder.BuildGeometry(), TrackerGeomBuilderFromGeometricDet.buildPixel(), RunRangeDependentPedeLabeler.buildRunRangeDependencyMap(), CSCSegAlgoST.buildSegments(), CSCSegAlgoTC.buildSegments(), CSCSegAlgoSK.buildSegments(), CSCSegAlgoDF.buildSegments(), CSCSegAlgoRU.buildSegments(), TrackerGeomBuilderFromGeometricDet.buildSilicon(), CmsDetConstruction.buildSmallDetsforGlued(), CmsDetConstruction.buildSmallDetsforStack(), L1GctJetFinderBase.calcHfSums(), RazorVarProducer.CalcMR(), razor.CalcMR(), HLTRFilter.CalcMR(), SUSY_HLT_Razor.CalcMR(), razor.CalcMTR(), JetPlusTrackCorrector.calculateCorr(), CalibrationHistograms.CalibrationHistograms(), CSCSegAlgoST.chainHits(), HcalQie.charge(), SensitiveDetectorCatalog.className(), SensitiveDetectorCatalog.classNames(), TTClusterAlgorithm_official< T >.Cluster(), CSCSegAlgoPreClustering.clusterHits(), CSCSegAlgoST.clusterHits(), HcalQie.code(), SiStripEventSummary.commissioningInfo(), edm::Event.commit_aux(), edm::hash_detail.compactForm_(), DCCTBEventBlock.compare(), edm::Hash< EntryDescriptionType >.compareUsing(), Phase2EndcapLayer.components(), TIDLayer.components(), RazorComputer.compute(), MuonGEMRecHitsHarvestor.ComputeEff(), MuonME0SegHarvestor.ComputeEff(), MuonME0DigisHarvestor.ComputeEff(), MuonGEMDigisHarvestor.ComputeEff(), L1GctHardwareJetFinder.convertClustersToOutputJets(), edm::ParameterSetConverter.convertParameterSets(), edm::ParameterSet.copyForModify(), MuonMETAlgo.correctMETforMuon(), AttachSD.create(), edm::eventsetup.createDecoratorFrom(), TkAccumulatingSensitiveDetector.createHit(), DDI::Specific.createPartSelections(), TGeoMgrFromDdd.createShape(), TGeoFromDddService.createShape(), edm::soa::Table< Args >::CtrFillerFromContainers.ctrFiller(), DDTBH4Algo.ddname(), DDEcalAPDAlgo.ddname(), DDEcalBarrelAlgo.ddname(), DDEcalBarrelNewAlgo.ddname(), DDEcalEndcapAlgo.ddname(), edm.decode(), TT6ApvMask.defineNoisy(), DQMStore.deleteUnusedLumiHistograms(), edm::WaitingTask.dependentTaskFailed(), edm::DetSetVector< T >.DetSetVector(), SiStripDigitizerAlgorithm.digitize(), EmDQMPostProcessor.dqmEndJob(), edm::RootFile.dropOnInput(), L1TMuon::DTCollector.DTCollector(), L1TwinMux::DTCollector.DTCollector(), CocoaDaqRootEvent.DumpIt(), eigen_solve_submatrix(), reco::PFCandidate.elementsInBlocks(), edm::EmptyESSource.EmptyESSource(), HOCalibAnalyzer.endJob(), edm::GeneratorFilter< HAD, DEC >.endLuminosityBlockProduce(), edm::HadronizerFilter< HAD, DEC >.endLuminosityBlockProduce(), GenXSecAnalyzer.endRun(), L1GctJetFinderBase.etComponentForJetFinder(), DCCTBEventBlock.eventErrorString(), edm::eventsetup.eventSetupGetImplementation(), DDPixFwdBlades.execute(), CalibrationSummaryFactory.extract(), NoiseSummaryFactory.extract(), PedsFullNoiseSummaryFactory.extract(), PedsOnlySummaryFactory.extract(), PedestalsSummaryFactory.extract(), CommissioningHistograms.extractHistograms(), FastTimerSD.FastTimerSD(), EcalCondDBInterface.fetchFEDelaysForRun(), L1GctJetFinderBase.fetchProtoJetsFromNeighbour(), SummaryGeneratorControlView.fill(), SummaryGeneratorReadoutView.fill(), reco::Vertex.fill(), MaterialBudgetHcalHistos.fillBeginJob(), HLTPixelClusterShapeFilter.fillDescriptions(), L2MuonIsolationProducer.fillDescriptions(), HLTHcalSimpleRecHitFilter.fillDescriptions(), HLTHcalCalibTypeFilter.fillDescriptions(), HLTDTActivityFilter.fillDescriptions(), SiPixelActionExecutor.fillFEDErrorSummary(), MuonShowerInformationFiller.fillHitsByStation(), FWExpressionValidator.fillOptions(), edm.fillPathSummary(), SiPixelActionExecutor.fillSummary(), TrackerGeometry.fillTestMap(), ConversionFinder.findBestConversionMatch(), TTCluster< T >.findCols(), L1GctHardwareJetFinder.findFinalClusters(), L1GctHardwareJetFinder.findProtoClusters(), TTCluster< T >.findRows(), TTTrackAssociationMap< T >.findTrackingParticlePtr(), TTClusterAssociationMap< T >.findTrackingParticlePtr(), TTStubAssociationMap< T >.findTrackingParticlePtr(), DivisiveVertexFinder.findVertexesAlt(), edm::pathStatusExpression::ShuntingYardAlgorithm.finish(), BSFitter.Fit_d0phi(), edm::hash_detail.fixup_(), edm::ParameterSet.fromString(), FTLDigiProducer.FTLDigiProducer(), GammaLn(), DTRecoConditions.get(), edm::Event.get(), fwlite::Handle< Collection >.getByLabel(), hgcal::ClusterTools.getClusterHadronFraction(), SimG4HcalHitJetFinder.getClusters(), HcalLaserEventFilter.GetCMSSWVersion(), HcalQie.getCode(), ConversionFinder.getConversionInfo(), DDG4Builder.getDouble(), L1GlobalCaloTrigger.getEtHadCollection(), L1GlobalCaloTrigger.getEtMissCollection(), L1GlobalCaloTrigger.getEtSumCollection(), hgcal::ClusterTools.getEvent(), L1GlobalCaloTrigger.getHFBitCountsCollection(), L1GlobalCaloTrigger.getHFRingEtSumsCollection(), HBHEHitMapOrganizer.getHPDNeighbors(), L1GlobalCaloTrigger.getHtMissCollection(), XMLProcessor.getInstance(), MuonDDDNumbering.getInt(), DDG4Builder.getInt(), DCCEETCCBlock.getLength(), SensitiveDetector.getNames(), TkAccumulatingSensitiveDetector.getNames(), BHMSD.getNames(), FastTimerSD.getNames(), MuonSensitiveDetector.getNames(), BscSD.getNames(), FP420SD.getNames(), TouchableToHistory.getNavStory(), PltSD.getOrCreateTrackInformation(), Bcm1fSD.getOrCreateTrackInformation(), MuonSensitiveDetector.getOrCreateTrackInformation(), TkAccumulatingSensitiveDetector.getOrCreateTrackInformation(), PhysicsPerformancePayload.getRow(), ExtractStringFromDDD.getString(), DDG4SensitiveConverter.getString(), ApvAnalysisFactory.getStripNoise(), ApvAnalysisFactory.getStripPedestal(), ApvAnalysisFactory.getStripRawNoise(), L1GtVhdlTemplateFile.getSubstitutionParametersFromTemplate(), DCSPTMTemp.getTable(), HcalDDDRecConstants.HcalCellTypes(), HCalSD.HCalSD(), L1GtVhdlWriterBitManager.hex2bin(), HGCalDigiValidation.HGCalDigiValidation(), HGCalRecHitValidation.HGCalRecHitValidation(), HGCDigitizer.HGCDigitizer(), HGCFEElectronics< DFr >.HGCFEElectronics(), edm::RangeMap< int, std::vector< float >, edm::CopyPolicy< float > >.ids(), GSFTrackImporter.importToBlock(), edm::IndexIntoFile::IndexIntoFileItr.IndexIntoFileItr(), dqmservices::TriggerSelector.init(), SiStripDetKey.initFromPath(), SiStripFecKey.initFromPath(), SiStripFedKey.initFromPath(), DDAngular.initialize(), PerformancePayloadFromBinnedTFormula.initialize(), PerformancePayloadFromTFormula.initialize(), L1GtVhdlTemplateFile.insert(), edm::eventsetup::EventSetupProvider.insert(), ApvAnalysisFactory.instantiateApvs(), reco::helper::VirtualJetProducerHelper.intersection(), CmsTrackerDetIdBuilder.iterate(), itoa(), edm::eventsetup::DataProxyProvider.keyedProxies(), edm::es.l(), L1GtVhdlWriterCore.L1GtVhdlWriterCore(), HcalTestAnalysis.layerGrouping(), PFEGammaAlgo.linkRefinableObjectPrimaryGSFTrackToECAL(), PFEGammaAlgo.linkRefinableObjectPrimaryGSFTrackToHCAL(), LocalCacheFile.LocalCacheFile(), SensitiveDetectorCatalog.logicalNamesFromClassName(), HybridClusterAlgo.mainSearch(), HGCal3DClustering.makeClusters(), align.makeNonOverlappingRunRanges(), HGCalDepthPreClusterer.makePreClusters(), L1GctHardwareJetFinder.makeProtoJet(), HFShower.makeSteps(), HDShower.makeSteps(), SignCaloSpecificAlgo.makeVectorOutOfCaloTowers(), jpt::Map.Map(), L1GtVhdlWriterBitManager.mirror(), L1CaloEcalScaleConfigOnlineProd.newObject(), SequentialCombinationGenerator< T >.next_combination(), GsiFTPStorageMaker.open(), HttpStorageMaker.open(), MakePtrFromCollection< reco::MuonCollection >.operator()(), MakeVersionedSelector< reco::Muon >.operator()(), TkClonerImpl.operator()(), edm::es::Label.operator()(), CmsTrackerLevelBuilder::ExtractPhiModule.operator()(), VersionedSelector< edm::Ptr< reco::Photon > >.operator()(), CmsTrackerLevelBuilder::ExtractPhiGluedModule.operator()(), L1GctJetCount< nBits >.operator+(), L1GctUnsignedInt< nBits >.operator+(), L1GctTwosComplement< nBits >.operator+(), L1GctJetFinderBase::hfTowerSumsType.operator+(), L1GctJetCount< nBits >.operator++(), Json::ValueConstIterator.operator++(), Json::ValueIterator.operator++(), L1GctTwosComplement< nBits >.operator-(), Json::ValueConstIterator.operator--(), Json::ValueIterator.operator--(), operator<<(), edm::reftobase::Holder< T, REF >.operator=(), edm::reftobase::RefVectorHolder< REFV >.operator=(), edm::reftobase::IndirectVectorHolder< T >.operator=(), edm::EDCollection< T >.operator=(), edm::reftobase::IndirectHolder< T >.operator=(), edm::CloningPtr< T, P >.operator=(), L1GctHfBitCountsLut.operator=(), CastorElectronicsMap.operator=(), edm::RefVectorBase< key_type >.operator=(), edm::RefToBaseVector< T >.operator=(), L1GctHtMissLut.operator=(), FWConfiguration.operator=(), edm::HepMCProduct.operator=(), edm::reftobase::VectorHolder< reco::Candidate, reco::GsfElectronRefVector >.operator=(), HcalFrontEndMap.operator=(), L1GctHfEtSumsLut.operator=(), edm::OrphanHandleBase.operator=(), CrossingFrame< T >.operator=(), fwlite::Handle< Collection >.operator=(), HcalSiPMCharacteristics.operator=(), edm::ParameterSet.operator=(), HcalDcsMap.operator=(), edm::ErrorObj.operator=(), edm::eventsetup::DataKey.operator=(), HcalElectronicsMap.operator=(), edm::HandleBase.operator=(), edm::Association< reco::FFTJPTJetCollection >.operator=(), edm::TriggerResults.operator=(), edm::DataFrameContainer.operator=(), edm::BasicHandle.operator=(), edm::HLTGlobalStatus.operator=(), edm::value_ptr< edm::service::MessageLoggerDefaults >.operator=(), edm::RefToBaseProd< T >.operator=(), edm::FileInPath.operator=(), edm::Exception.operator=(), cms::Exception.operator=(), edm::Handle< GenericObject >.operator=(), edm::Handle< FWGenericObject >.operator=(), edm::SortedCollection< T, SORT >.operator=(), edm::OwnArray< T, MAX_SIZE, P >.operator=(), edm::ValueMap< edm::Ref< std::vector< reco::PFCandidate >, reco::PFCandidate, edm::refhelper::FindUsingAdvance< std::vector< reco::PFCandidate >, reco::PFCandidate > > >.operator=(), edm::OwnVector< T, P >.operator=(), edm::SoATuple< edm::EDConsumerBase::TokenLookupInfo, bool, edm::EDConsumerBase::LabelPlacement, edm::KindOfType >.operator=(), edm::MapOfVectors< std::string, AnalysisDescription * >.operator=(), edm::PtrVector< reco::FFTJPTJet >.operator=(), edm::DetSetRefVector< T, C >.operator=(), edm::IDVectorMap< ID, C, P >.operator=(), edm::RangeMap< ID, C, P >.operator=(), l1extra::L1ParticleMap.operator=(), FastTimerService.postBeginJob(), CSCChamberTimeCorrectionsValues.prefill(), ClhepEvaluator.prepare(), edm::hash_detail.print_(), SiStripConfigDb.printAnalysisDescriptions(), SiStripConfigDb.printDeviceDescriptions(), SiStripConfigDb.printFedConnections(), SiStripConfigDb.printFedDescriptions(), L1GctElectronFinalSort.process(), TTClusterBuilder< T >.produce(), Phase2TrackerCablingESProducer.produce(), SETPatternRecognition.produce(), SiPixelFakeGenErrorDBObjectESSource.produce(), SiPixelFakeTemplateDBObjectESSource.produce(), GsfElectronFull5x5Filler.produce(), CastorFastClusterProducer.produce(), SiStripFedCablingESProducer.produce(), RecoTauJetRegionProducer.produce(), CSCTriggerPrimitivesProducer.produce(), ConvBremSeedProducer.produce(), CastorClusterProducer.produce(), BoostedDoubleSVProducer.produce(), reco::modules::CosmicTrackSplitter.produce(), CSCSegAlgoST.prune_bad_hits(), SiPixelGenError.pushfile(), SiPixelTemplate2D.pushfile(), SiStripTemplate.pushfile(), SiPixelTemplate.pushfile(), MEtoEDM< TH1F >.putMEtoEdmObject(), edm::DataMixingSiStripMCDigiWorker.putSiStrip(), StoreEcalCondition.readEcalTBWeightsFromFile(), StoreEcalCondition.readEcalWeightXtalGroupsFromFile(), popcon::RPCEMapSourceHandler.readEMap1(), CSCTFPtLUT.readLUT(), CSCSectorReceiverLUT.readLUTsFromFile(), SensitiveDetectorCatalog.readoutNames(), edm::ProductProvenanceRetriever.readProvenance(), fwlite::Record.Record(), edm::ESProxyFactoryProducer.registerFactory(), edm::ESProxyFactoryProducer.registerFactoryWithKey(), Tau3MuReco.removeIncorrectMuon(), FWEvePtr< T >.reset(), edm::Worker.resetModuleDescription(), L1GctGlobalHfSumAlgos.resetPipelines(), edm::soa::Table< Args >.resetStartingAt(), BtoCharmDecayVertexMergerT< VTX >.resolveBtoDchain(), SiPixelDQMRocLevelAnalyzer.RocSumOneModule(), EcalClusterToolsT< noZS >.roundnessBarrelSuperClusters(), EcalClusterToolsT< noZS >.roundnessSelectedBarrelRecHits(), CSCMotherboardME21GEM.run(), CSCMotherboardME11GEM.run(), SiStripConfigDb.runs(), Comp2RefChi2.runTest(), DAFTrackProducerAlgorithm.runWithCandidate(), edm::Schedule.Schedule(), CSCSegAlgoTC.segmentSort(), FWModelExpressionSelector.select(), heppy::Davismt2.set_momenta(), DCUCapsuleTempDat.setCapsuleTemp(), DCUCCSDat.setCCSTempHigh(), DCUCCSDat.setCCSTempLow(), edm::eventsetup::Callback< T, TReturn, TRecord, TDecorator >.setData(), PltSD.setDetUnitId(), edm::Path.setEarlyDeleteHelpers(), L1GctMet.setExComponent(), FWModelFilter.setExpression(), FWExpressionEvaluator.setExpression(), L1GctMet.setEyComponent(), reco::PFTau.setisolationPFGammaCands(), 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(), DCULVRTempsDat.setT1(), DCULVRBTempsDat.setT1(), DCULVRBTempsDat.setT2(), DCULVRTempsDat.setT2(), DCULVRTempsDat.setT3(), DCULVRBTempsDat.setT3(), DCSPTMTemp.setTemperature(), DQMRootSource.setupFile(), L1GctJet.setupJet(), FWPFTrackUtils.setupLegoTrack(), TFWLiteSelectorBasic.setupNewFile(), L1GctElectronSorter.setupObjects(), DCUVFETempDat.setVFETemp(), CSCSegAlgoShowering.showerSeg(), CmsTrackerOTLayerBuilder.sortNS(), CmsTrackerRingBuilder.sortNS(), CmsTrackerLayerBuilder.sortNS(), CmsTrackerWheelBuilder.sortNS(), CmsTrackerPhase1DiskBuilder.sortNS(), CmsTrackerPixelPhase2DiskBuilder.sortNS(), CmsTrackerPhase2TPDiskBuilder.sortNS(), CmsTrackerDiskBuilder.sortNS(), CmsTrackerOTDiscBuilder.sortNS(), CmsTrackerBuilder.sortNS(), SortSect(), SortSector(), L1GtVhdlTemplateFile.split(), L1MuGMTLUT::PortDecoder.str(), SourceCardRouting.STRINGtoVHDCI(), edm::ErrorObj.swap(), edm::RefVector< C, T, F >.swap(), fwlite::Handle< Collection >.swap(), fwlite::Record.syncTo(), edm::hash_detail.toDigest_(), Config.Modifier.toModify(), edm::hash_detail.toString_(), TouchableToHistory.touchableToNavStory(), TkCommonMode.toVector(), HcalTestAnalysis.towersToAdd(), TracktoRPC.TracktoRPC(), dqmservices::TriggerSelector::TreeElement.TreeElement(), sistrip::RawToDigiUnpacker.triggerFed(), DCCMemBlock.unpackMemTowerData(), PedestalsHistosUsingDb.update(), PedsFullNoiseHistosUsingDb.update(), DynamicTruncation.update(), popcon::EcalDCSHandler.updateHV(), popcon::EcalDCSHandler.updateLV(), DynamicTruncation.updateWithCSChits(), DynamicTruncation.updateWithDThits(), metsig::SignPFSpecificAlgo.useOriginalPtrs(), SiStripConfigDb.usingDatabaseCache(), vector_AND(), SourceCardRouting.VHDCItoSTRING(), edm::VParameterSetEntry.VParameterSetEntry(), HcalQie.weight(), ProvenanceDumper.work_(), edm::Wrapper< T >.Wrapper(), edm::eventsetup::EventSetupProvider.~EventSetupProvider(), edm::RefToBase< T >.~RefToBase(), and RemoteFile.~RemoteFile().

int groupFilesInBlocks.tt = 0

Definition at line 142 of file groupFilesInBlocks.py.

Referenced by DCCEETCCBlock.addTriggerPrimitivesToCollection(), ElectronCalibrationUniv.analyze(), HLTGetDigi.analyze(), PrimaryVertexValidation.analyze(), pat::helper::VertexingHelper.associate(), BPHKinematicFit.buildParticles(), DCCTBDataMapper.buildTCCFields(), EgammaHLTElectronDetaDphiProducer.calDEtaDPhiSCTrk(), EMShower.compute(), EgammaTowerIsolationNew< NC >.compute(), TGeoMgrFromDdd.createShape(), EcalCommon.crystalToTriggerTower(), EcalSelectiveReadoutValidation.dccCh(), TowerBlockFormatter.DigiToRaw(), DataCertificationJetMET.dqmEndJob(), DAClusterizerInZ.dump(), EcalTPGStripStatusXMLTranslator.dumpXML(), spr.eECALmatrix(), PFEnergyCalibration.energyEmHad(), EcalElectronicsMapper.fillMaps(), NtupleManager.FillMeasurements(), RunDCSHVDat.fillTheMapByTime(), HIPTwoBodyDecayAnalyzer.fitDimuonVertex(), EcalLaserDbService.getLaserCorrection(), popcon::EcalDAQHandler.getNewObjects(), popcon::EcalTPGWeightGroupHandler.getNewObjects(), popcon::EcalTPGFineGrainStripEEHandler.getNewObjects(), popcon::EcalTPGSlidingWindowHandler.getNewObjects(), LMFRunIOV.getParameters(), LMFLmrSubIOV.getParameters(), FastTimeGeometry.getSummary(), HGCalGeometry.getSummary(), CaloTowerGeometry.getSummary(), CaloSubdetectorGeometry.getSummary(), HcalGeometry.getSummary(), LMFDefFabric.getTrigType(), LMFDefFabric.getTrigTypeFromID(), ALIFileIn.getWordsInLine(), TEcnaHistos.HistimePlot(), TEcnaHistos.HistoPlot(), EGammaMvaEleEstimator.IDIsoCombinedMvaValue(), PerformancePayloadFromBinnedTFormula.initialize(), GeometryInterface.loadFromTopology(), CSCRadialStripTopology.localError(), TkRadialStripTopology.localError(), SiStripHistoPlotter.makePlot(), QTestConfigurationParser.monitorElementTestsMap(), EGammaMvaEleEstimatorCSA14.mvaValue(), EGammaMvaEleEstimator.mvaValue(), TracksClusteringFromDisplacedSeed.nearTracks(), TransientVertex.operator reco::VertexCompositePtrCandidate(), TemplatedSecondaryVertexProducer< IPTI, VTX >::SVBuilder.operator()(), PhiMatching(), FWTriggerTableView.populateController(), SiPixelFedCablingMapBuilder.produce(), TemplatedInclusiveVertexFinder< InputContainer, VTX >.produce(), Onia2MuMuPAT.produce(), pat::PATMuonProducer.produce(), TrackTimeValueMapProducer.produce(), pat::PATElectronProducer.produce(), EcalDigiDisplay.readEBDigis(), EcalFEtoDigi.readInput(), MuonResiduals5DOFFitter.readNtuple(), MuonResiduals6DOFrphiFitter.readNtuple(), MuonResiduals6DOFFitter.readNtuple(), reco::GhostTrackVertexFinder.refitGhostTrack(), FWLiteESSource.registerProxies(), PrimaryVertexResolution.sortTracksByPt(), TrackVertexArbitration< VTX >.trackVertexArbitrator(), DDG4SolidConverter.trunctubs(), FWLiteESRecordWriterAnalyzer.update(), DAClusterizerInZ.vertices(), FEConfigFgrParamDat.writeArrayDB(), FEConfigFgrGroupDat.writeArrayDB(), FEConfigWeightGroupDat.writeArrayDB(), CaliCrystalIntercalDat.writeArrayDB(), FEConfigParamDat.writeArrayDB(), MonPedestalsDat.writeArrayDB(), MonMemTTConsistencyDat.writeArrayDB(), MonTestPulseDat.writeArrayDB(), MonTTConsistencyDat.writeArrayDB(), MonPNIRedDat.writeArrayDB(), MonPNMGPADat.writeArrayDB(), MonPNLed1Dat.writeArrayDB(), MonPNBlueDat.writeArrayDB(), MonPNRedDat.writeArrayDB(), MonPNLed2Dat.writeArrayDB(), MonPNGreenDat.writeArrayDB(), DCULVRVoltagesDat.writeArrayDB(), LMFRunIOV.writeDBSql(), and LaserSorter.writeEventHeader().

groupFilesInBlocks.type

Definition at line 29 of file groupFilesInBlocks.py.

string groupFilesInBlocks.usage = './%(prog)s NBLOCKS INFILE OUTFILE [options]\n'

Definition at line 16 of file groupFilesInBlocks.py.