CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
autoHLT.py
Go to the documentation of this file.
1 # used by cmsDriver when called like
2 # cmsDiver.py hlt -s HLT:@relval
3 
4 autoHLT = {
5  'fake' : 'Fake',
6  'fake1' : 'Fake1',
7  'relval50ns' : 'Fake',
8  'relval25ns' : 'Fake1',
9  'relval2016' : 'GRun',
10  'test' : 'GRun',
11 }