CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
TestSourceProcess.TestSourceProcess Class Reference
Inheritance diagram for TestSourceProcess.TestSourceProcess:

Public Member Functions

def __init__ (self, name="TEST", modifiers)
 
def fillProcessDesc (self, processPSet)
 

Public Attributes

 options
 

Detailed Description

Definition at line 3 of file TestSourceProcess.py.

Constructor & Destructor Documentation

◆ __init__()

def TestSourceProcess.TestSourceProcess.__init__ (   self,
  name = "TEST",
  modifiers 
)

Definition at line 4 of file TestSourceProcess.py.

4  def __init__(self,name="TEST",*modifiers):
5  super(TestSourceProcess,self).__init__(name,*modifiers)
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)

Member Function Documentation

◆ fillProcessDesc()

def TestSourceProcess.TestSourceProcess.fillProcessDesc (   self,
  processPSet 
)

Definition at line 6 of file TestSourceProcess.py.

6  def fillProcessDesc(self, processPSet):
7  if not hasattr(self,"options"):
8  self.options = cms.untracked.PSet()
9  cms.Process.fillProcessDesc(self,processPSet)
10 

Member Data Documentation

◆ options

TestSourceProcess.TestSourceProcess.options

Definition at line 8 of file TestSourceProcess.py.

Referenced by betterConfigParser.BetterConfigParser.__updateDict(), submitPVValidationJobs.BetterConfigParser.__updateDict(), confdb.HLTProcess.buildOptions(), CrabHelper.CrabHelper.check_crabtask(), betterConfigParser.BetterConfigParser.checkInput(), CrabHelper.CrabHelper.crab_config_filename(), CrabHelper.CrabHelper.crab_config_filepath(), CrabHelper.CrabHelper.crab_taskname(), CrabHelper.CrabHelper.fill_options_from_crab_config(), confdb.HLTProcess.fixPrescales(), confdb.HLTProcess.getRawConfigurationFromDB(), confdb.HLTProcess.getSetupConfigurationFromDB(), edmIntegrityCheck.IntegrityCheck.listFiles(), production_tasks.MonitorJobs.monitor(), edmIntegrityCheck.IntegrityCheck.query(), production_tasks.BaseDataset.query(), edmIntegrityCheck.IntegrityCheck.report(), cmsswPreprocessor.CmsswPreprocessor.run(), production_tasks.CheckDatasetExists.run(), production_tasks.BaseDataset.run(), production_tasks.GenerateMask.run(), production_tasks.CreateJobDirectory.run(), production_tasks.SourceCFG.run(), production_tasks.FullCFG.run(), production_tasks.WriteToDatasets.run(), production_tasks.RunCMSBatch.run(), production_tasks.MonitorJobs.run(), production_tasks.CheckJobStatus.run(), production_tasks.WriteJobReport.run(), production_tasks.CleanJobFiles.run(), edmIntegrityCheck.IntegrityCheck.structured(), CrabHelper.CrabHelper.submit_crab_task(), edmIntegrityCheck.IntegrityCheck.test(), and CrabHelper.CrabHelper.write_crabConfig().