Variables | |
tuple | ALCAHARVESTBeamSpotByLumi = alcaBeamSpotHarvester.clone() |
tuple | ALCAHARVESTBeamSpotByLumi_dbOutput |
tuple | ALCAHARVESTBeamSpotByRun = alcaBeamSpotHarvester.clone() |
tuple | ALCAHARVESTBeamSpotByRun_dbOutput |
tuple | BeamSpotByLumi = cms.Path(ALCAHARVESTBeamSpotByLumi) |
tuple | BeamSpotByRun = cms.Path(ALCAHARVESTBeamSpotByRun) |
tuple | PoolDBOutputService |
tuple AlCaHarvesting_cff::ALCAHARVESTBeamSpotByLumi = alcaBeamSpotHarvester.clone() |
Definition at line 31 of file AlCaHarvesting_cff.py.
00001 cms.PSet(record = cms.string('BeamSpotObjectsRcdByLumi'), 00002 tag = cms.string('BeamSpotObject_ByLumi'), 00003 timetype = cms.untracked.string('lumiid'))
Definition at line 37 of file AlCaHarvesting_cff.py.
tuple AlCaHarvesting_cff::ALCAHARVESTBeamSpotByRun = alcaBeamSpotHarvester.clone() |
Definition at line 17 of file AlCaHarvesting_cff.py.
00001 cms.PSet(record = cms.string('BeamSpotObjectsRcdByRun'), 00002 tag = cms.string('BeamSpotObject_ByRun'), 00003 timetype = cms.untracked.string('runnumber'))
Definition at line 26 of file AlCaHarvesting_cff.py.
tuple AlCaHarvesting_cff::BeamSpotByLumi = cms.Path(ALCAHARVESTBeamSpotByLumi) |
Definition at line 44 of file AlCaHarvesting_cff.py.
tuple AlCaHarvesting_cff::BeamSpotByRun = cms.Path(ALCAHARVESTBeamSpotByRun) |
Definition at line 43 of file AlCaHarvesting_cff.py.
00001 cms.Service("PoolDBOutputService", 00002 CondDBCommon, 00003 toPut = cms.VPSet(), 00004 loadBlobStreamer = cms.untracked.bool(False), 00005 # timetype = cms.untracked.string('lumiid') 00006 # timetype = cms.untracked.string('runnumber') 00007 )
Definition at line 8 of file AlCaHarvesting_cff.py.