Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ConfDb location 7_0_0 #777

Merged
merged 1 commit into from Sep 11, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py
@@ -1,10 +1,10 @@
# /dev/CMSSW_6_2_0/HLT/V40 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/HLT/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/HLT/V40')
tableName = cms.string('/dev/CMSSW_7_0_0/HLT/V1')
)

streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_GRun_Famos_cff.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_6_2_0/GRun/V20 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/GRun/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms
from FastSimulation.HighLevelTrigger.HLTSetup_cff import *


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/GRun/V20')
tableName = cms.string('/dev/CMSSW_7_0_0/GRun/V1')
)

CSCChannelMapperESSource = cms.ESSource( "EmptyESSource",
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py
@@ -1,10 +1,10 @@
# /dev/CMSSW_6_2_0/GRun/V20 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/GRun/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/GRun/V20')
tableName = cms.string('/dev/CMSSW_7_0_0/GRun/V1')
)

streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py
@@ -1,10 +1,10 @@
# /dev/CMSSW_6_2_0/HIon/V20 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/HIon/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/HIon/V20')
tableName = cms.string('/dev/CMSSW_7_0_0/HIon/V1')
)

streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PIon_cff.py
@@ -1,10 +1,10 @@
# /dev/CMSSW_6_2_0/PIon/V20 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/PIon/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/PIon/V20')
tableName = cms.string('/dev/CMSSW_7_0_0/PIon/V1')
)

streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/tables/makeSubTables
Expand Up @@ -3,8 +3,8 @@
# generate HLT tables from master table in ConfDB
#

MASTER="/dev/CMSSW_6_2_0/HLT" # no version, take the latest one
TARGET="/dev/CMSSW_6_2_0/TABLE" # directory where to store the sub-tables
MASTER="/dev/CMSSW_7_0_0/HLT" # no version, take the latest one
TARGET="/dev/CMSSW_7_0_0/TABLE" # directory where to store the sub-tables
TABLES="GRun HIon PIon" # which sub-tables to create

source subtables.sh
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnData_HLT_GRun.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_6_2_0/GRun/V20 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/GRun/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTGRun" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/GRun/V20')
tableName = cms.string('/dev/CMSSW_7_0_0/GRun/V1')
)

process.streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnData_HLT_HIon.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_6_2_0/HIon/V20 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/HIon/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTHIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/HIon/V20')
tableName = cms.string('/dev/CMSSW_7_0_0/HIon/V1')
)

process.streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnData_HLT_PIon.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_6_2_0/PIon/V20 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/PIon/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/PIon/V20')
tableName = cms.string('/dev/CMSSW_7_0_0/PIon/V1')
)

process.streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_GRun.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_6_2_0/GRun/V20 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/GRun/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTGRun" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/GRun/V20')
tableName = cms.string('/dev/CMSSW_7_0_0/GRun/V1')
)

process.streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_HIon.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_6_2_0/HIon/V20 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/HIon/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTHIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/HIon/V20')
tableName = cms.string('/dev/CMSSW_7_0_0/HIon/V1')
)

process.streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PIon.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_6_2_0/PIon/V20 (CMSSW_6_2_0_pre6_HLT2)
# /dev/CMSSW_7_0_0/PIon/V1 (CMSSW_6_2_0_pre6_HLT2)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_6_2_0/PIon/V20')
tableName = cms.string('/dev/CMSSW_7_0_0/PIon/V1')
)

process.streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/getHLT.sh
@@ -1,8 +1,8 @@
#! /bin/bash

# ConfDB configurations to use
MASTER="/dev/CMSSW_6_2_0/HLT" # no explicit version, take te most recent
TARGET="/dev/CMSSW_6_2_0/\$TABLE" # no explicit version, take te most recent
MASTER="/dev/CMSSW_7_0_0/HLT" # no explicit version, take te most recent
TARGET="/dev/CMSSW_7_0_0/\$TABLE" # no explicit version, take te most recent
TABLES="GRun HIon PIon" # $TABLE in the above variable will be expanded to these TABLES

# print extra messages ?
Expand Down