Variables | |
tuple | angleErr = cms.double(6.28) |
tuple | connect = cms.string("sqlite_file:%s" % outputFile) |
tuple | cscLabel = cms.string("") |
tuple | dtLabel = cms.string("") |
tuple | getAPEs = cms.bool(True) |
tuple | globalTag = os.getenv("ALIGNMENT_GLOBALTAG") |
tuple | input = cms.string("db") |
tuple | output = cms.string("db") |
tuple | outputFile = os.getenv("ALIGNMENT_OUTPUTFILE") |
tuple | process = cms.Process("CONVERT") |
tuple | shiftErr = cms.double(1000.) |
tuple | toPut |
tuple download_sqlite_cfg::angleErr = cms.double(6.28) |
Definition at line 21 of file download_sqlite_cfg.py.
tuple download_sqlite_cfg::connect = cms.string("sqlite_file:%s" % outputFile) |
Definition at line 30 of file download_sqlite_cfg.py.
tuple download_sqlite_cfg::cscLabel = cms.string("") |
Definition at line 19 of file download_sqlite_cfg.py.
tuple download_sqlite_cfg::dtLabel = cms.string("") |
Definition at line 18 of file download_sqlite_cfg.py.
tuple download_sqlite_cfg::getAPEs = cms.bool(True) |
Definition at line 22 of file download_sqlite_cfg.py.
tuple download_sqlite_cfg::globalTag = os.getenv("ALIGNMENT_GLOBALTAG") |
Definition at line 4 of file download_sqlite_cfg.py.
tuple download_sqlite_cfg::input = cms.string("db") |
Definition at line 17 of file download_sqlite_cfg.py.
tuple download_sqlite_cfg::output = cms.string("db") |
Definition at line 24 of file download_sqlite_cfg.py.
tuple download_sqlite_cfg::outputFile = os.getenv("ALIGNMENT_OUTPUTFILE") |
Definition at line 5 of file download_sqlite_cfg.py.
Referenced by optutl::CommandLineParser::_finishDefaultOptions(), CSCTFPacker::CSCTFPacker(), DTAlbertoBenvenutiTask::DTAlbertoBenvenutiTask(), DQMStoreStats::dumpMemoryProfile(), TrackingTruthValid::endJob(), SiPixelDigiSource::endJob(), SiPixelRawDataErrorSource::endJob(), SiPixelHitEfficiencySource::endJob(), SiPixelRecHitSource::endJob(), DataCertificationJetMET::endJob(), SiPixelClusterSource::endJob(), SiPixelHLTSource::endJob(), SiPixelTrackResidualSource::endJob(), main(), makePlots(), operator<<(), L1GtVhdlTemplateFile::save(), matrixSaver::saveMatrix(), matrixSaver::saveMatrixVector(), TagProbeFitter::TagProbeFitter(), TestCorrection::TestCorrection(), TrackingTruthValid::TrackingTruthValid(), stor::DbFileHandler::write(), MuonAlignmentOutputXML::write(), L1GtVhdlWriterCore::writeCond2intMap2File(), L1GtVhdlWriterCore::writeDefValPkg(), L1GtVhdlWriterCore::writeEtmSetup(), L1GtVhdlWriterCore::writeMuonSetupVhdl(), stor::DbFileHandler::writeOld(), UEAnalysisUE::writeToFile(), L1GtVmeWriterCore::writeVME(), ErrorsAnalyzer::~ErrorsAnalyzer(), ErrorsPropagationAnalyzer::~ErrorsPropagationAnalyzer(), and TagProbeFitter::~TagProbeFitter().
tuple download_sqlite_cfg::process = cms.Process("CONVERT") |
Definition at line 7 of file download_sqlite_cfg.py.
tuple download_sqlite_cfg::shiftErr = cms.double(1000.) |
Definition at line 20 of file download_sqlite_cfg.py.
00001 cms.VPSet(cms.PSet(record = cms.string("DTAlignmentRcd"), tag = cms.string("DTAlignmentRcd")), 00002 cms.PSet(record = cms.string("DTAlignmentErrorRcd"), tag = cms.string("DTAlignmentErrorRcd")), 00003 cms.PSet(record = cms.string("CSCAlignmentRcd"), tag = cms.string("CSCAlignmentRcd")), 00004 cms.PSet(record = cms.string("CSCAlignmentErrorRcd"), tag = cms.string("CSCAlignmentErrorRcd")))
Definition at line 31 of file download_sqlite_cfg.py.