![]() |
![]() |
Public Member Functions | |
def | fPoly (self, luminonorm, intglumi, nBXs, whatev, whatav, a0=1.0, a1=0.0, a2=0.0, drift=0.0, c1=0.0, afterglow='') |
def | fPolyScheme (self, luminonorm, intglumi, nBXs, fillschemeStr, fillschemePatterns, a0=1.0, a1=0.0, a2=0.0, drift=0.0, c1=0.0) |
luminorm and correction functions. The result of the functions are correction factors, not final luminosity all functions take 5 run time parameters, and arbituary named params
Definition at line 3 of file normFunctors.py.
def normFunctors.normFunctionFactory.fPoly | ( | self, | |
luminonorm, | |||
intglumi, | |||
nBXs, | |||
whatev, | |||
whatav, | |||
a0 = 1.0 , |
|||
a1 = 0.0 , |
|||
a2 = 0.0 , |
|||
drift = 0.0 , |
|||
c1 = 0.0 , |
|||
afterglow = '' |
|||
) |
input: luminonorm unit Hz/ub output: correction factor to be applied on lumi in Hz/ub
Definition at line 10 of file normFunctors.py.
def normFunctors.normFunctionFactory.fPolyScheme | ( | self, | |
luminonorm, | |||
intglumi, | |||
nBXs, | |||
fillschemeStr, | |||
fillschemePatterns, | |||
a0 = 1.0 , |
|||
a1 = 0.0 , |
|||
a2 = 0.0 , |
|||
drift = 0.0 , |
|||
c1 = 0.0 |
|||
) |
input: luminonorm unit Hz/ub input: fillschemePatterns [(patternStr,afterglow]) output: correction factor to be applied on lumi in Hz/ub
Definition at line 30 of file normFunctors.py.