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

Added L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml #5529

Merged
merged 1 commit into from Sep 25, 2014
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
6 changes: 3 additions & 3 deletions L1Trigger/Configuration/python/L1Trigger_custom.py
Expand Up @@ -94,12 +94,12 @@ def customiseL1Menu(process):

if l1MenuSource == 'sqlFile' :
# the menu will be read from the SQL file instead of the global tag
useSqlFile = '/afs/cern.ch/user/g/ghete/public/L1Menu/L1Menu_Collisions2015_25ns_v0/sqlFile/L1Menu_Collisions2015_25ns_v0_mc.db'
menuDbTag = 'L1GtTriggerMenu_L1Menu_Collisions2015_25ns_v0_mc'
useSqlFile = '/afs/cern.ch/user/g/ghete/public/L1Menu/L1Menu_Collisions2015_25ns_v1/sqlFile/L1Menu_Collisions2015_25ns_v1_mc.db'
menuDbTag = 'L1GtTriggerMenu_L1Menu_Collisions2015_25ns_v1_mc'
elif l1MenuSource == 'xmlFile' :
# the menu will be read from an XML file instead of the global tag - must copy the file in luminosityDirectory
luminosityDirectory = "startup"
useXmlFile = 'L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml'
useXmlFile = 'L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml'

else :
print ' Using default L1 trigger menu from Global Tag '
Expand Down