We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7fbb2 commit 839139dCopy full SHA for 839139d
2 files changed
sbncode/CAFMaker/FillExposure.cxx
@@ -22,7 +22,7 @@ namespace caf
22
finalFOM = PreFitFOM;
23
std::cout << "makeSRBNBInfo: Chose pre-fit width" << std::endl;
24
}
25
- else if((NoMultiWireFOM > 0.0) & (NoMultiwireFOM < 1.0))
+ else if((NoMultiWireFOM > 0.0) & (NoMultiWireFOM < 1.0))
26
{
27
finalFOM = 100.+NoMultiWireFOM;
28
std::cout << "makeSRBNBInfo: Chose assumed width of 1.0" << std::endl;
sbncode/CAFMaker/FillExposure.h
@@ -7,6 +7,7 @@
7
#include "sbnobj/Common/POTAccounting/NuMISpillInfo.h"
8
9
#include <vector>
10
+#include <iostream>
11
12
namespace caf
13
0 commit comments