ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigAnalysis
TrigInDetAnalysisUser
Analysis
src
effic2.h
Go to the documentation of this file.
1
/* emacs: this is -*- c++ -*- */
10
11
#ifndef EFFIC_INC
12
#define EFFIC_INC
13
14
void
effic
(
int
k,
int
N,
double
conflevel,
15
double
& mode,
double
& low,
double
& high);
16
17
extern
"C"
18
{
19
void
effic2
(
int
k,
int
N,
double
conflevel,
20
double
& mode,
double
& low,
double
& high);
21
22
void
effic2_v
(
unsigned
length
,
23
int
* k,
int
* N,
double
conflevel,
24
double
* mode,
double
* low,
double
* high);
25
/* This is the function version to call from R */
26
void
effic2_r
(
int
*
length
,
27
int
* k,
int
* N,
double
* conflevel,
28
double
* mode,
double
* low,
double
* high);
29
30
}
31
32
#endif
//EFFIC_INC
length
double length(const pvec &v)
Definition
FPGATrackSimLLPDoubletHoughTransformTool.cxx:26
effic
void effic(int k, int N, double conflevel, double &mode, double &low, double &high)
effic2_r
void effic2_r(int *length, int *k, int *N, double *conflevel, double *mode, double *low, double *high)
effic2_v
void effic2_v(unsigned length, int *k, int *N, double conflevel, double *mode, double *low, double *high)
effic2
void effic2(int k, int N, double conflevel, double &mode, double &low, double &high)
Generated on
for ATLAS Offline Software by
1.17.0