1 from tools
import loadCmsProcess,loadCrabCfg,loadCrabDefault,addCrabInputFile,writeCfg,prependPaths
2 from addPoolDBESSource
import addPoolDBESSource
8 self.
pset_name =
'dtVDriftSegmentCalibration_cfg.py'
13 self.
pset_template =
'CalibMuon.DTCalibration.dtVDriftSegmentCalibration_cfg'
14 if hasattr(self.
config,
'runOnCosmics')
and self.config.runOnCosmics:
15 self.
pset_template =
'CalibMuon.DTCalibration.dtVDriftSegmentCalibration_cosmics_cfg'
25 self.process.GlobalTag.globaltag = self.config.globaltag
26 self.process.dtVDriftSegmentCalibration.rootFileName = self.
outputfile
28 if hasattr(self.
config,
'inputTTrigDB')
and self.config.inputTTrigDB:
30 if hasattr(self.
config,
'runOnCosmics')
and self.config.runOnCosmics: label =
'cosmics'
32 moduleName =
'tTrigDB',record =
'DTTtrigRcd',tag =
'ttrig',label = label,
33 connect =
'sqlite_file:%s' % os.path.basename(self.config.inputTTrigDB))
35 if hasattr(self.
config,
'inputVDriftDB')
and self.config.inputVDriftDB:
37 moduleName =
'vDriftDB',record =
'DTMtimeRcd',tag =
'vDrift',
38 connect =
'sqlite_file:%s' % os.path.basename(self.config.inputVDriftDB))
40 if hasattr(self.
config,
'inputDBTag')
and self.config.inputDBTag:
41 tag = self.config.inputDBTag
42 record = self.config.inputDBRcd
43 connect = self.config.connectStrDBTag
44 moduleName =
'customDB%s' % record
46 moduleName = moduleName,record = record,tag = tag,
50 if hasattr(self.
config,
'runOnRAW')
and self.config.runOnRAW:
51 if hasattr(self.
config,
'runOnMC')
and self.config.runOnMC:
52 getattr(self.
process,self.config.digilabel).inputLabel =
'rawDataCollector'
56 if hasattr(self.
config,
'preselection')
and self.config.preselection:
57 pathsequence = self.config.preselection.split(
':')[0]
58 seqname = self.config.preselection.split(
':')[1]
59 self.process.load(pathsequence)
65 crab_cfg_parser.set(
'CMSSW',
'pset',self.
pset_name)
66 crab_cfg_parser.set(
'CMSSW',
'output_file',self.
outputfile)
67 crab_cfg_parser.remove_option(
'USER',
'additional_input_files')
68 if hasattr(self.
config,
'inputTTrigDB')
and self.config.inputTTrigDB:
71 if hasattr(self.
config,
'inputVDriftDB')
and self.config.inputVDriftDB: