Skip to content

Commit a9abb92

Browse files
author
npierre
committed
Fix.
1 parent c8fb914 commit a9abb92

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ElectronMacro.C

+11
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,17 @@ void contaminationTableMC()
150150
}
151151
}
152152

153+
void contaminationTableMCx()
154+
{
155+
156+
double fXrange[10] = {.004,.01,.02,.03,.04,.06,.1,.14,.18,.4};
157+
158+
for(int i=0; i<9; i++)
159+
{
160+
cout << contaminationMC(fXrange[i], fXrange[i+1], 0.1, 0.7) << " ";
161+
}
162+
}
163+
153164
void contaminationTableTrueMC()
154165
{
155166

0 commit comments

Comments
 (0)