cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
vermaserenCuts_cfi.py
Go to the documentation of this file.
4
5from .containers_cff import Parameters
6
7
8vermaserenCuts = Parameters(
9 pt = (0.5,),
10 energy = (1.,),
11 eta = (-3.131, 3.131), # 5 < theta < 175 deg
12 mx = (1.07, 320.),
13 q2 = (0., 10000.)
14)
A raw list of steering parameters.