46 |
|
double VeryLoose_cutseel[] = { |
47 |
|
1.77e-02, 1.23e-02, 1.92e-02, 4.73e-02, 3.54e-02, 4.87e-02, 1.59e-02, 6.17e-02, 1.19e-01 |
48 |
|
}; |
49 |
+ |
eidVeryLoose.scheme = CICVeryLoose; |
50 |
|
eidVeryLoose.cutdcotdist = vector<double>(&VeryLoose_cutdcotdist[0], &VeryLoose_cutdcotdist[N_CATEGORIES]); |
51 |
|
eidVeryLoose.cutdetain = vector<double>(&VeryLoose_cutdetain[0], &VeryLoose_cutdetain[N_CATEGORIES]); |
52 |
|
eidVeryLoose.cutdetainl = vector<double>(&VeryLoose_cutdetainl[0], &VeryLoose_cutdetainl[N_CATEGORIES]); |
108 |
|
double Loose_cutseel[] = { |
109 |
|
1.77e-02, 1.15e-02, 1.50e-02, 4.55e-02, 3.24e-02, 4.46e-02, 1.22e-02, 6.17e-02, 1.19e-01 |
110 |
|
}; |
111 |
+ |
eidLoose.scheme = CICLoose; |
112 |
|
eidLoose.cutdcotdist = vector<double>(&Loose_cutdcotdist[0], &Loose_cutdcotdist[N_CATEGORIES]); |
113 |
|
eidLoose.cutdetain = vector<double>(&Loose_cutdetain[0], &Loose_cutdetain[N_CATEGORIES]); |
114 |
|
eidLoose.cutdetainl = vector<double>(&Loose_cutdetainl[0], &Loose_cutdetainl[N_CATEGORIES]); |
170 |
|
double Medium_cutseel[] = { |
171 |
|
1.42e-02, 1.11e-02, 1.29e-02, 4.32e-02, 2.96e-02, 3.82e-02, 1.01e-02, 4.45e-02, 1.19e-01 |
172 |
|
}; |
173 |
+ |
eidMedium.scheme = CICMedium; |
174 |
|
eidMedium.cutdcotdist = vector<double>(&Medium_cutdcotdist[0], &Medium_cutdcotdist[N_CATEGORIES]); |
175 |
|
eidMedium.cutdetain = vector<double>(&Medium_cutdetain[0], &Medium_cutdetain[N_CATEGORIES]); |
176 |
|
eidMedium.cutdetainl = vector<double>(&Medium_cutdetainl[0], &Medium_cutdetainl[N_CATEGORIES]); |
232 |
|
double Tight_cutseel[] = { |
233 |
|
1.27e-02, 1.08e-02, 1.13e-02, 4.19e-02, 2.81e-02, 3.02e-02, 9.76e-03, 4.28e-02, 2.98e-02 |
234 |
|
}; |
235 |
+ |
eidTight.scheme = CICTight; |
236 |
|
eidTight.cutdcotdist = vector<double>(&Tight_cutdcotdist[0], &Tight_cutdcotdist[N_CATEGORIES]); |
237 |
|
eidTight.cutdetain = vector<double>(&Tight_cutdetain[0], &Tight_cutdetain[N_CATEGORIES]); |
238 |
|
eidTight.cutdetainl = vector<double>(&Tight_cutdetainl[0], &Tight_cutdetainl[N_CATEGORIES]); |