Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-12-17 02:42:34

0001 #! /bin/bash
0002 #
0003 # generate HLT tables from master table in ConfDB
0004 #
0005 
0006 MASTER="/dev/CMSSW_14_2_0/HLT"           # no version, take the latest one
0007 TARGET="/dev/CMSSW_14_2_0/TABLE"         # directory where to store the sub-tables
0008 PREFIX=""
0009 TABLES="GRun HIon PIon PRef Special"     # which sub-tables to create
0010 
0011 source subtables.sh
0012 createSubtables "v3/run3" "$MASTER" "$TARGET" "$PREFIX" "$TABLES"