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  'frozen' : 'GRun',
6  'relval' : 'GRun',
7  'frozenHIon' : 'HIon',
8  'relvalHIon' : 'HIon',
9  'frozenPRef' : 'PRef',
10  'relvalPRef' : 'PRef',
11  'frozen25ns' : 'GRun',
12  'relval25ns' : 'GRun',
13  'frozen50ns' : 'Fake',
14  'relval50ns' : 'Fake',
15  'fake' : 'Fake',
16  'test' : 'GRun',
17 }