Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-09-15 23:03:31

0001 #! /bin/bash
0002 #
0003 # generate HLT tables from master table in ConfDB
0004 #
0005 
0006 MASTER="/dev/CMSSW_13_2_0/HLT"                      # no version, take the latest one
0007 TARGET="/online/collisions/2023/HIon/v1.0/HLT"      # where to store the online-compliant menu
0008 TABLES="online_hion"
0009 
0010 source subtables.sh
0011 createSubtables "v3/run3" "$MASTER" "$TARGET" "$TABLES"