HiggsSignals
2.6.1
|
Input and output helper routines. More...
Functions/Subroutines | |
subroutine | get_peak_channels (obsID, Nc, pIDs, dIDs, efficiencies) |
Returns information about the individual channels of a peak observable. More... | |
Input and output helper routines.
subroutine io::get_peak_channels | ( | integer, intent(in) | obsID, |
integer, intent(out) | Nc, | ||
integer, dimension(:), intent(out), allocatable | pIDs, | ||
integer, dimension(:), intent(out), allocatable | dIDs, | ||
double precision, dimension(:), intent(out), allocatable | efficiencies | ||
) |
Returns information about the individual channels of a peak observable.
obsID | ID of the observable of interest |
Nc | number of channels contributing to the observable |
pIDs | array of production IDs of the channels |
dIDs | array of decay IDs of the channels |
efficiencies | array of the channel efficiencies |