Static Public Member Functions | |
def | addPoolDBESSource (process, moduleName, record, tag, connect='sqlite_file:', label='') |
Public Attributes | |
digilabel | |
files_reveived | |
input_files | |
options | |
outpath_command_tag | |
output_files | |
process | |
pset_name | |
required_options_dict | |
required_options_prepare_dict | |
run_all_command | |
Public Attributes inherited from CrabHelper.CrabHelper | |
crab_config | |
crabFunctions | |
Private Attributes | |
_user | |
This is the base class for all DTWorkflows and contains some common tasks
Definition at line 17 of file DTWorkflow.py.
def DTWorkflow.DTWorkflow.__init__ | ( | self, | |
options | |||
) |
Definition at line 20 of file DTWorkflow.py.
Add a local calib database as input. Use the option local is used if the pset is processed locally and not with crab.
Definition at line 162 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.addPoolDBESSource(), DTVdriftWorkflow.DTvdriftWorkflow.process, DTTtrigWorkflow.DTttrigWorkflow.process, DTWorkflow.DTWorkflow.process, and str.
Referenced by DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_correction(), DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_submit(), DTTtrigWorkflow.DTttrigWorkflow.prepare_timeboxes_correction(), and DTTtrigWorkflow.DTttrigWorkflow.prepare_validation_submit().
def DTWorkflow.DTWorkflow.add_local_custom_db | ( | self | ) |
Definition at line 182 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.addPoolDBESSource(), DTCalibrationWorker.DTCalibrationWorker.options, DTWorkflow.DTWorkflow.options, DTVdriftWorkflow.DTvdriftWorkflow.process, DTTtrigWorkflow.DTttrigWorkflow.process, and DTWorkflow.DTWorkflow.process.
Referenced by DTWorkflow.DTWorkflow.prepare_common_submit(), and DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_correction().
Add a local t0 database as input. Use the option local is used if the pset is processed locally and not with crab.
Definition at line 132 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.addPoolDBESSource(), DTVdriftWorkflow.DTvdriftWorkflow.process, DTTtrigWorkflow.DTttrigWorkflow.process, and DTWorkflow.DTWorkflow.process.
Referenced by DTWorkflow.DTWorkflow.prepare_common_submit().
Add a local vdrift database as input. Use the option local is used if the pset is processed locally and not with crab.
Definition at line 147 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.addPoolDBESSource(), DTVdriftWorkflow.DTvdriftWorkflow.process, DTTtrigWorkflow.DTttrigWorkflow.process, and DTWorkflow.DTWorkflow.process.
Referenced by DTWorkflow.DTWorkflow.prepare_common_submit(), DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_correction(), and DTVdriftWorkflow.DTvdriftWorkflow.prepare_segment_write().
def DTWorkflow.DTWorkflow.add_preselection | ( | self | ) |
Add preselection to the process object stored in workflow_object
Definition at line 119 of file DTWorkflow.py.
References tools.prependPaths(), DTVdriftWorkflow.DTvdriftWorkflow.process, DTTtrigWorkflow.DTttrigWorkflow.process, and DTWorkflow.DTWorkflow.process.
Referenced by DTWorkflow.DTWorkflow.prepare_common_submit().
def DTWorkflow.DTWorkflow.add_raw_option | ( | self | ) |
Definition at line 128 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.digilabel, tools.prependPaths(), DTVdriftWorkflow.DTvdriftWorkflow.process, DTTtrigWorkflow.DTttrigWorkflow.process, and DTWorkflow.DTWorkflow.process.
Referenced by DTWorkflow.DTWorkflow.prepare_common_submit().
|
static |
Definition at line 247 of file DTWorkflow.py.
References str.
Referenced by DTWorkflow.DTWorkflow.add_local_calib_db(), DTWorkflow.DTWorkflow.add_local_custom_db(), DTWorkflow.DTWorkflow.add_local_t0_db(), and DTWorkflow.DTWorkflow.add_local_vdrift_db().
def DTWorkflow.DTWorkflow.all | ( | self | ) |
generalized function to perform several workflow mode commands in chain. All commands mus be specified in self.all_commands list in workflow mode specific prepare function in child workflow objects.
Definition at line 93 of file DTWorkflow.py.
References DTVdriftWorkflow.DTvdriftWorkflow.all_commands, DTTtrigWorkflow.DTttrigWorkflow.all_commands, splitter.FileObj.run, uploader.FileObj.run, uploadPayloads.FileObj.run, RPCRunIOV::RunIOV_Item.run, beamspot::BeamSpotContainer.run, TB06Reco.run, TB06RecoH2.run, RPCDQMObject.run, MultiEventFilter::Event.run, DTCalibrationWorker.DTCalibrationWorker.run(), L1Analysis::L1AnalysisEventDataFormat.run, TrackInfoProducerAlgorithm.run(), generateEDF.LumiInfo.run, lumi::Lumi2DB::LumiSource.run, MuonMillepedeAlgorithm.run(), SurveyAlignmentAlgorithm.run(), SeedGeneratorForLaserBeams.run(), EfficiencyPlotter.run, WZInterestingEventSelector::event.run, LaserHitPairGenerator.run(), MuonDTLocalMillepedeAlgorithm.run(), crabWrapper.CrabWrapper.run(), HIPAlignmentAlgorithm.run(), DTWorkflow.DTWorkflow.run(), options.ConnectionHLTMenu.run, MuonRecoTest.run, DTResolutionAnalysisTest.run, BeamSpotRcdReader::theBSfromDB.run, MatacqProducer::MatacqEventId.run, CSCOverlapsAlignmentAlgorithm.run(), DTDataIntegrityTest.run, DTBlockedROChannelsTest.run, DTChamberEfficiencyTest.run, DTResolutionTest.run, ApeSettingAlgorithm.run(), ME::Header.run, ConstantStepOdeSolver.run(), DTEfficiencyTest.run, MillePedeAlignmentAlgorithm.run(), MuonAlignmentFromReference.run(), personalPlayback.Playback.run, DQMNet::CoreObject.run, MatrixUtil.InputInfo.run, DTLocalTriggerBaseTest.run, HitEff.run, EcalDeadCellDeltaRFilter.run, QIE8Simulator.run(), AlignmentAlgorithmBase.run(), cond::RunInfo_t.run, SiPixelErrorEstimation.run, personalPlayback.FrameworkJob.run, SiPixelTrackingRecHitsValid.run, dqm_interfaces.DirWalkerFile.run, JsonOutputProducer::JsonEvent.run, SummaryOutputProducer.run, SummaryOutputProducer::Event.run, and DTWorkflow.DTWorkflow.run_all_command.
def DTWorkflow.DTWorkflow.check | ( | self | ) |
Function to check status of submitted tasks
Definition at line 106 of file DTWorkflow.py.
References CrabHelper.CrabHelper.check_crabtask().
def DTWorkflow.DTWorkflow.check_missing_options | ( | self, | |
requirements_dict | |||
) |
Definition at line 42 of file DTWorkflow.py.
References join(), DTCalibrationWorker.DTCalibrationWorker.options, and DTWorkflow.DTWorkflow.options.
Referenced by DTWorkflow.DTWorkflow.run().
def DTWorkflow.DTWorkflow.correction | ( | self | ) |
def DTWorkflow.DTWorkflow.dump | ( | self | ) |
def DTWorkflow.DTWorkflow.dump_options | ( | self | ) |
Definition at line 390 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.get_config_name(), DTWorkflow.DTWorkflow.local_path(), DTCalibrationWorker.DTCalibrationWorker.options, and DTWorkflow.DTWorkflow.options.
Referenced by DTWorkflow.DTWorkflow.run().
def DTWorkflow.DTWorkflow.get_config_name | ( | self, | |
command = "" |
|||
) |
Create the name for the output json file which will be dumped
Definition at line 384 of file DTWorkflow.py.
Referenced by DTWorkflow.DTWorkflow.dump_options(), and DTWorkflow.DTWorkflow.load_options_command().
def DTWorkflow.DTWorkflow.get_output_files | ( | self, | |
crabtask, | |||
output_path | |||
) |
Definition at line 269 of file DTWorkflow.py.
Referenced by CrabHelper.CrabHelper.check_crabtask(), and DTWorkflow.DTWorkflow.prepare_common_write().
def DTWorkflow.DTWorkflow.load_options | ( | self, | |
config_file_path | |||
) |
Definition at line 394 of file DTWorkflow.py.
References DTCalibrationWorker.DTCalibrationWorker.options, and DTWorkflow.DTWorkflow.options.
Referenced by DTWorkflow.DTWorkflow.load_options_command(), and DTWorkflow.DTWorkflow.run().
def DTWorkflow.DTWorkflow.load_options_command | ( | self, | |
command | |||
) |
Load options for previous command in workflow
Definition at line 403 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.get_config_name(), DTWorkflow.DTWorkflow.load_options(), and DTWorkflow.DTWorkflow.local_path().
Referenced by DTWorkflow.DTWorkflow.prepare_common_write(), DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_check(), DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_correction(), DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_dump(), DTVdriftWorkflow.DTvdriftWorkflow.prepare_segment_check(), DTVdriftWorkflow.DTvdriftWorkflow.prepare_segment_dump(), DTTtrigWorkflow.DTttrigWorkflow.prepare_timeboxes_check(), DTTtrigWorkflow.DTttrigWorkflow.prepare_timeboxes_correction(), DTTtrigWorkflow.DTttrigWorkflow.prepare_timeboxes_dump(), and DTTtrigWorkflow.DTttrigWorkflow.prepare_validation_check().
def DTWorkflow.DTWorkflow.local_path | ( | self | ) |
Output path on local machine
Definition at line 333 of file DTWorkflow.py.
References DTVdriftWorkflow.DTvdriftWorkflow.outpath_command_tag, DTTtrigWorkflow.DTttrigWorkflow.outpath_command_tag, DTWorkflow.DTWorkflow.outpath_command_tag, and DTWorkflow.DTWorkflow.outpath_workflow_mode_tag().
Referenced by CrabHelper.CrabHelper.check_crabtask(), CrabHelper.CrabHelper.crab_config_filepath(), DTWorkflow.DTWorkflow.dump_options(), DTWorkflow.DTWorkflow.load_options_command(), DTWorkflow.DTWorkflow.prepare_common_write(), DTTtrigWorkflow.DTttrigWorkflow.prepare_validation_write(), DTWorkflow.DTWorkflow.pset_path(), DTWorkflow.DTWorkflow.result_path(), DTWorkflow.DTWorkflow.run(), CrabHelper.CrabHelper.write_crabConfig(), and DTWorkflow.DTWorkflow.write_pset_file().
def DTWorkflow.DTWorkflow.outpath_workflow_mode_tag | ( | self | ) |
Definition at line 313 of file DTWorkflow.py.
References DTVdriftWorkflow.DTvdriftWorkflow.outpath_workflow_mode_dict, and DTTtrigWorkflow.DTttrigWorkflow.outpath_workflow_mode_dict.
Referenced by DTWorkflow.DTWorkflow.local_path(), and DTWorkflow.DTWorkflow.remote_out_path().
def DTWorkflow.DTWorkflow.prepare_common_dump | ( | self, | |
db_path | |||
) |
Definition at line 228 of file DTWorkflow.py.
Referenced by DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_dump(), DTVdriftWorkflow.DTvdriftWorkflow.prepare_segment_dump(), and DTTtrigWorkflow.DTttrigWorkflow.prepare_timeboxes_dump().
def DTWorkflow.DTWorkflow.prepare_common_submit | ( | self | ) |
Common operations used in most prepare_[workflow_mode]_submit functions
Definition at line 193 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.add_local_custom_db(), DTWorkflow.DTWorkflow.add_local_t0_db(), DTWorkflow.DTWorkflow.add_local_vdrift_db(), DTWorkflow.DTWorkflow.add_preselection(), DTWorkflow.DTWorkflow.add_raw_option(), DTCalibrationWorker.DTCalibrationWorker.options, and DTWorkflow.DTWorkflow.options.
Referenced by DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_submit(), and DTTtrigWorkflow.DTttrigWorkflow.prepare_validation_submit().
Common operations used in most prepare_[workflow_mode]_erite functions
Definition at line 211 of file DTWorkflow.py.
References CrabHelper.CrabHelper.crab_config_filepath(), DTWorkflow.DTWorkflow.files_reveived, DTWorkflow.DTWorkflow.get_output_files(), tools.haddLocal(), DTWorkflow.DTWorkflow.load_options_command(), DTWorkflow.DTWorkflow.local_path(), DTVdriftWorkflow.DTvdriftWorkflow.output_file, DTTtrigWorkflow.DTttrigWorkflow.output_file, HltDiff.output_file, and DTWorkflow.DTWorkflow.result_path().
Referenced by DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_correction(), DTVdriftWorkflow.DTvdriftWorkflow.prepare_segment_write(), and DTTtrigWorkflow.DTttrigWorkflow.prepare_validation_write().
def DTWorkflow.DTWorkflow.prepare_workflow | ( | self | ) |
Abstract implementation of prepare workflow function
Definition at line 87 of file DTWorkflow.py.
Referenced by DTWorkflow.DTWorkflow.run().
def DTWorkflow.DTWorkflow.pset_path | ( | self | ) |
full path to the pset file
Definition at line 369 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.local_path(), DTWorkflow.DTWorkflow.pset_name, DTVdriftWorkflow.DTvdriftWorkflow.pset_name, and DTTtrigWorkflow.DTttrigWorkflow.pset_name.
Referenced by DTWorkflow.DTWorkflow.runCMSSWtask(), and DTWorkflow.DTWorkflow.write_pset_file().
def DTWorkflow.DTWorkflow.pset_template_base_bath | ( | self | ) |
Base path to folder containing pset files for cmsRun
Definition at line 359 of file DTWorkflow.py.
def DTWorkflow.DTWorkflow.remote_out_path | ( | self | ) |
Output path on remote excluding user base path Returns a dict if crab is used due to crab path setting policy
Definition at line 291 of file DTWorkflow.py.
References DTVdriftWorkflow.DTvdriftWorkflow.outpath_command_tag, DTTtrigWorkflow.DTttrigWorkflow.outpath_command_tag, DTWorkflow.DTWorkflow.outpath_command_tag, DTWorkflow.DTWorkflow.outpath_workflow_mode_tag(), str, tnp::TagProbePair.tag, cond::persistency::IOVProxyData.tag, cond::persistency::IOVEditorData.tag, MeasurementEstimator::OpaquePayload.tag, Inspector.Inspector.tag, BeamSpotFakeConditions.tag, Entry< T >.tag, MCPdgIndexFilter.tag, TrackListMerger::TkEDGetTokenss.tag, cond::Tag_t.tag, MuIsolatorResultProducer< BT >::DepositConf.tag, DQMNet::CoreObject.tag, personalPlayback.FrameworkJob.tag, DTWorkflow.DTWorkflow.tag(), dataset.BaseDataset.user, EcalTPGParamReaderFromDB.user, production_tasks.Task.user, popcon::RpcDataT.user, popcon::RPCObPVSSmapData.user, popcon::RpcDataV.user, popcon::RpcObGasData.user, popcon::RpcDataUXC.user, popcon::RpcDataI.user, popcon::RpcDataFebmap.user, popcon::RpcDataGasMix.user, popcon::RpcDataS.user, MatrixInjector.MatrixInjector.user, cmsPerfSuite.PerfSuite.user, production_tasks.ParseOptions.user, EcalDBConnection.user, production_tasks.FindOnCastor.user, production_tasks.CheckForMask.user, production_tasks.CheckForWrite.user, and DTWorkflow.DTWorkflow.user().
def DTWorkflow.DTWorkflow.result_path | ( | self | ) |
Definition at line 352 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.local_path().
Referenced by DTWorkflow.DTWorkflow.prepare_common_write(), DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_correction(), DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_dump(), DTVdriftWorkflow.DTvdriftWorkflow.prepare_segment_dump(), DTVdriftWorkflow.DTvdriftWorkflow.prepare_segment_write(), DTTtrigWorkflow.DTttrigWorkflow.prepare_timeboxes_correction(), DTTtrigWorkflow.DTttrigWorkflow.prepare_timeboxes_dump(), and DTTtrigWorkflow.DTttrigWorkflow.prepare_validation_write().
def DTWorkflow.DTWorkflow.run | ( | self | ) |
Generalized function to run workflow command
Definition at line 57 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.check_missing_options(), DTWorkflow.DTWorkflow.dump_options(), DTWorkflow.DTWorkflow.load_options(), DTWorkflow.DTWorkflow.local_path(), DTCalibrationWorker.DTCalibrationWorker.options, DTWorkflow.DTWorkflow.options, DTVdriftWorkflow.DTvdriftWorkflow.prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow.prepare_workflow(), DTWorkflow.DTWorkflow.prepare_workflow(), DTWorkflow.DTWorkflow.required_options_dict, and DTWorkflow.DTWorkflow.required_options_prepare_dict.
Referenced by DTWorkflow.DTWorkflow.all(), Types.EventID.cppID(), Types.LuminosityBlockID.cppID(), and o2olib.O2OTool.execute().
def DTWorkflow.DTWorkflow.runCMSSWtask | ( | self, | |
pset_path = "" |
|||
) |
Run a cmsRun job locally. The member variable self.pset_path is used if pset_path argument is not given
Definition at line 275 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.pset_name, DTVdriftWorkflow.DTvdriftWorkflow.pset_name, DTTtrigWorkflow.DTttrigWorkflow.pset_name, and DTWorkflow.DTWorkflow.pset_path().
Referenced by DTWorkflow.DTWorkflow.correction(), DTWorkflow.DTWorkflow.dump(), and DTWorkflow.DTWorkflow.write().
def DTWorkflow.DTWorkflow.submit | ( | self | ) |
def DTWorkflow.DTWorkflow.tag | ( | self | ) |
Definition at line 319 of file DTWorkflow.py.
References str.
Referenced by DTTtrigWorkflow.DTttrigWorkflow.prepare_timeboxes_correction(), and DTWorkflow.DTWorkflow.remote_out_path().
def DTWorkflow.DTWorkflow.user | ( | self | ) |
Definition at line 323 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow._user, DTCalibrationWorker.DTCalibrationWorker.options, and DTWorkflow.DTWorkflow.options.
Referenced by DTWorkflow.DTWorkflow.remote_out_path().
def DTWorkflow.DTWorkflow.write | ( | self | ) |
Definition at line 110 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.runCMSSWtask().
Referenced by pkg.AbstractPkg.generate(), and querying.connection.write_and_commit().
def DTWorkflow.DTWorkflow.write_pset_file | ( | self | ) |
Definition at line 376 of file DTWorkflow.py.
References DTWorkflow.DTWorkflow.local_path(), and DTWorkflow.DTWorkflow.pset_path().
Referenced by DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_correction(), DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_dump(), DTTtrigWorkflow.DTttrigWorkflow.prepare_residuals_submit(), DTVdriftWorkflow.DTvdriftWorkflow.prepare_segment_dump(), DTVdriftWorkflow.DTvdriftWorkflow.prepare_segment_write(), DTTtrigWorkflow.DTttrigWorkflow.prepare_timeboxes_correction(), DTTtrigWorkflow.DTttrigWorkflow.prepare_timeboxes_dump(), DTTtrigWorkflow.DTttrigWorkflow.prepare_validation_submit(), and DTTtrigWorkflow.DTttrigWorkflow.prepare_validation_write().
|
private |
Definition at line 38 of file DTWorkflow.py.
Referenced by DTWorkflow.DTWorkflow.user().
DTWorkflow.DTWorkflow.digilabel |
Definition at line 23 of file DTWorkflow.py.
Referenced by DTWorkflow.DTWorkflow.add_raw_option().
DTWorkflow.DTWorkflow.files_reveived |
Definition at line 37 of file DTWorkflow.py.
Referenced by DTWorkflow.DTWorkflow.prepare_common_write().
DTWorkflow.DTWorkflow.input_files |
Definition at line 34 of file DTWorkflow.py.
DTWorkflow.DTWorkflow.options |
Definition at line 21 of file DTWorkflow.py.
Referenced by DOTExport.DotProducer.__call__(), betterConfigParser.BetterConfigParser.__updateDict(), DTWorkflow.DTWorkflow.add_local_custom_db(), confdb.HLTProcess.buildOptions(), DTWorkflow.DTWorkflow.check_missing_options(), betterConfigParser.BetterConfigParser.checkInput(), DOTExport.DotProducer.connectTags(), CrabHelper.CrabHelper.crab_config_filename(), CrabHelper.CrabHelper.crab_taskname(), DTWorkflow.DTWorkflow.dump_options(), DOTExport.DotExport.export(), CrabHelper.CrabHelper.fill_options_from_crab_config(), confdb.HLTProcess.fixPrescales(), confdb.HLTProcess.getRawConfigurationFromDB(), confdb.HLTProcess.getSetupConfigurationFromDB(), DOTExport.DotProducer.getTopLevel(), DTWorkflow.DTWorkflow.load_options(), DOTExport.DotProducer.makePath(), DOTExport.DotProducer.nodeLabel(), DOTExport.DotProducer.nodeURL(), DTWorkflow.DTWorkflow.prepare_common_submit(), DOTExport.DotProducer.produceLegend(), DOTExport.DotProducer.produceNodes(), DOTExport.DotProducer.producePaths(), DOTExport.DotProducer.produceServices(), DOTExport.DotProducer.produceSource(), edmIntegrityCheck.IntegrityCheck.query(), cmsswPreprocessor.CmsswPreprocessor.run(), DTWorkflow.DTWorkflow.run(), production_tasks.BaseDataset.run(), production_tasks.GenerateMask.run(), production_tasks.RunCMSBatch.run(), production_tasks.MonitorJobs.run(), production_tasks.CheckJobStatus.run(), production_tasks.CleanJobFiles.run(), DOTExport.DotProducer.seqRecurseChildren(), FileExportPlugin.FileExportPlugin.setOption(), DTWorkflow.DTWorkflow.user(), and DOTExport.DotExport.write_output().
DTWorkflow.DTWorkflow.outpath_command_tag |
Definition at line 32 of file DTWorkflow.py.
Referenced by DTWorkflow.DTWorkflow.local_path(), and DTWorkflow.DTWorkflow.remote_out_path().
DTWorkflow.DTWorkflow.output_files |
Definition at line 33 of file DTWorkflow.py.
DTWorkflow.DTWorkflow.process |
Definition at line 229 of file DTWorkflow.py.
Referenced by DTWorkflow.DTWorkflow.add_local_calib_db(), DTWorkflow.DTWorkflow.add_local_custom_db(), DTWorkflow.DTWorkflow.add_local_t0_db(), DTWorkflow.DTWorkflow.add_local_vdrift_db(), DTWorkflow.DTWorkflow.add_preselection(), DTWorkflow.DTWorkflow.add_raw_option(), ConfigBuilder.ConfigBuilder.addCustomise(), ConfigBuilder.ConfigBuilder.addOutput(), ConfigBuilder.ConfigBuilder.completeInputCommand(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.dumpPython(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.open(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.outputEventContent(), ConfigBuilder.ConfigBuilder.prepare(), ConfigBuilder.ConfigBuilder.prepare_DQM(), ConfigBuilder.ConfigBuilder.prepare_GEN(), ConfigBuilder.ConfigBuilder.prepare_HLT(), ConfigBuilder.ConfigBuilder.prepare_PATFILTER(), ConfigBuilder.ConfigBuilder.prepare_VALIDATION(), ConfigBuilder.ConfigBuilder.renameHLTprocessInSequence(), ConfigBuilder.ConfigBuilder.renameInputTagsInSequence(), ConfigBuilder.ConfigBuilder.scheduleSequence(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.setProcess(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.setProperty().
DTWorkflow.DTWorkflow.pset_name |
Definition at line 31 of file DTWorkflow.py.
Referenced by DTWorkflow.DTWorkflow.pset_path(), and DTWorkflow.DTWorkflow.runCMSSWtask().
DTWorkflow.DTWorkflow.required_options_dict |
Definition at line 26 of file DTWorkflow.py.
Referenced by CLIHelper.CLIHelper.fill_required_options_dict(), and DTWorkflow.DTWorkflow.run().
DTWorkflow.DTWorkflow.required_options_prepare_dict |
Definition at line 27 of file DTWorkflow.py.
Referenced by CLIHelper.CLIHelper.fill_required_options_prepare_dict(), and DTWorkflow.DTWorkflow.run().
DTWorkflow.DTWorkflow.run_all_command |
Definition at line 36 of file DTWorkflow.py.
Referenced by DTWorkflow.DTWorkflow.all().