# # Muon alignment # #include "CalibMuon/Configuration/data/Muon_FrontierAlignment.cff" # # # take alignment from Frontier # include "CondCore/DBCommon/data/CondDBSetup.cfi" es_source muonAlignment = PoolDBESSource { using CondDBSetup VPSet toGet = { { string record = "DTAlignmentRcd" string tag = "DTIdealGeometry" }, { string record = "DTAlignmentErrorRcd" string tag = "DTIdealGeometryErrors130" }, { string record = "CSCAlignmentRcd" string tag = "CSCIdealGeometry" }, { string record = "CSCAlignmentErrorRcd" string tag = "CSCIdealGeometryErrors130" } } # FRONTIER string connect = "frontier://cms_conditions_data/CMS_COND_ALIGNMENT" untracked bool siteLocalConfig = true # ORACLE #string connect = "oracle://cms_orcoff_int2r/CMS_COND_ALIGNMENT" #untracked string catalog = "relationalcatalog_oracle://cms_orcoff_int2r/CMS_COND_GENERAL" #untracked bool siteLocalConfig = false // oracle untracked uint32 authenticationMethod = 1 string timetype = "runnumber" untracked uint32 messagelevel = 0 } es_prefer muonAlignment = PoolDBESSource {} # to apply misalignments replace DTGeometryESModule.applyAlignment = true replace CSCGeometryESModule.applyAlignment = true # Muon alignment: from Frontier # it contain replaces # # needed for frontier access on new dev servlet #replace muonAlignment.connect="frontier://FrontierCSA07/CMS_COND_CSA07_ALIGNMENT" #replace muonAlignment.catalog="relationalcatalog_frontier://cms_conditions_data/CMS_COND_CSA07_FRONTIER" ## DB survey replace muonAlignment.connect="sqlite_file:Alignments.db" ## DB survey - internal #replace muonAlignment.connect="sqlite_file:Alignments_170_with_internal.db" #### replace muonAlignment.catalog="file:conddbAligncatalog.xml" replace muonAlignment.toGet = { { string record = "DTAlignmentRcd" string tag = "DTSurvey" }, { string record = "DTAlignmentErrorRcd" string tag = "DTSurveyErrors" }, { string record = "CSCAlignmentRcd" string tag = "CSCSurvey" }, { string record = "CSCAlignmentErrorRcd" string tag = "CSCSurveyErrors" } }