GammaFilter::GammaFilter | ( | Axis_t | xmin, |
Axis_t | xmax, | ||
Float_t | eff = 1 , |
||
Float_t | PT = 0.5 , |
||
Float_t | dop = 1.25 |
||
) |
the simpliest filter: efficiency = cst, P/T = cst, Doppler = cst
xmin | { lowest gamma-rays energy in keV } |
xmax | { highest gamma-rays energy in keV } |
eff | { default 1 } |
PT | { default 0.5 - 1 means every gamma-ray give a photopeak event } |
dop | { default 1.25 keV for any gamma-ray energy } Default is 1 keV per channel from xmin to xmax, which is precise enought for such quantities. The efficiency and the P/T must be in the range [0,1], if not true, default values are choosen. |
Definition at line 30 of file GammaFilter.cpp.