Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:07:37

0001 #! /bin/bash
0002 #
0003 # generate HLT tables from master table in ConfDB
0004 #
0005 
0006 #MASTER="/dev/CMSSW_7_4_0/HLT"                       # no version, take the latest one
0007 MASTER="/users/sharper/2015/B0T/HLT_V508"           # fixed version
0008 TARGET="/online/collisions/2015/25ns_0T/v1.1/HLT"   # where to store the online-compliant menu
0009 TABLES="online_0T"
0010 
0011 source subtables.sh
0012 createSubtables "v3/run3" "$MASTER" "$TARGET" "$TABLES"