46 fA =
new Double_t[
fNL];
47 for (Int_t
i = 0;
i <
fNL;
i++)
55 Long_t i_this = (Long_t)
this;
58 const Double_t
zero = 0.0;
63 fA =
new Double_t[
fNL];
64 for (Int_t
i = 0;
i <
fNL;
i++)
72 Long_t i_this = (Long_t)
this;
75 const Double_t
zero = 0.0;
81 fA =
new Double_t[
fNL];
82 for (Int_t
i = 0;
i <
fNL;
i++)
90 Long_t i_this = (Long_t)
this;
93 const Double_t
zero = 0.0;
99 fNL = n1 * n2 * n3 + 1;
100 fA =
new Double_t[
fNL];
101 for (Int_t
i = 0;
i <
fNL;
i++)
109 Long_t i_this = (Long_t)
this;
112 const Double_t
zero = 0.0;
119 fNL = n1 * n2 * n3 * n4 + 1;
120 fA =
new Double_t[
fNL];
121 for (Int_t
i = 0;
i <
fNL;
i++)
129 Long_t i_this = (Long_t)
this;
132 const Double_t
zero = 0.0;
140 fNL = n1 * n2 * n3 * n4 * n5 + 1;
141 fA =
new Double_t[
fNL];
142 for (Int_t
i = 0;
i <
fNL;
i++)
150 Long_t i_this = (Long_t)
this;
153 const Double_t
zero = 0.0;
162 fNL = n1 * n2 * n3 * n4 * n5 * n6 + 1;
163 fA =
new Double_t[
fNL];
164 for (Int_t
i = 0;
i <
fNL;
i++)
198 if ((
i1 >=
fNL - 1) || (
i1 < 0)) {
200 Error(
"OneDim",
"Index outside bounds");
209 if ((
i >=
fNL - 1) || (
i < 0)) {
211 Error(
"OneDim",
"Index outside bounds");
212 std::cout <<
"i1 = " <<
i1 <<
", i2 = " <<
i2 <<
"; fN1 = " <<
fN1 <<
", fNL = " <<
fNL << std::endl;
220 if ((
i >=
fNL - 1) || (
i < 0)) {
222 Error(
"OneDim",
"Index outside bounds");
223 std::cout <<
"i1 = " <<
i1 <<
", i2 = " <<
i2 <<
", i3 = " <<
i3 <<
"; fN1 = " <<
fN1 <<
", fN2 = " <<
fN2 224 <<
", fNL = " <<
fNL << std::endl;
232 if ((
i >=
fNL - 1) || (
i < 0)) {
234 Error(
"OneDim",
"Index outside bounds");
242 if ((
i >=
fNL - 1) || (
i < 0)) {
244 Error(
"OneDim",
"Index outside bounds");
252 if ((
i >=
fNL - 1) || (
i < 0)) {
254 Error(
"OneDim",
"Index outside bounds");
260 const Double_t
zero = 0.0;
265 fA =
new Double_t[
fNL];
266 for (Int_t
i = 0;
i <
fNL;
i++)
271 const Double_t
zero = 0.0;
277 fA =
new Double_t[
fNL];
278 for (Int_t
i = 0;
i <
fNL;
i++)
283 const Double_t
zero = 0.0;
289 fNL = n1 * n2 * n3 + 1;
290 fA =
new Double_t[
fNL];
291 for (Int_t
i = 0;
i <
fNL;
i++)
296 const Double_t
zero = 0.0;
303 fNL = n1 * n2 * n3 * n4 + 1;
304 fA =
new Double_t[
fNL];
305 for (Int_t
i = 0;
i <
fNL;
i++)
310 const Double_t
zero = 0.0;
318 fNL = n1 * n2 * n3 * n4 * n5 + 1;
319 fA =
new Double_t[
fNL];
320 for (Int_t
i = 0;
i <
fNL;
i++)
325 const Double_t
zero = 0.0;
334 fNL = n1 * n2 * n3 * n4 * n5 * n6 + 1;
335 fA =
new Double_t[
fNL];
336 for (Int_t
i = 0;
i <
fNL;
i++)
edm::ErrorSummaryEntry Error
const Double_t & operator()(Int_t i1) const
Int_t OneDim(Int_t) const
Bool_t RegisterPointer(const TString &, const Long_t &)