Skip to content

Commit 839139d

Browse files
add iostream, fix var name
1 parent 4e7fbb2 commit 839139d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

sbncode/CAFMaker/FillExposure.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace caf
2222
finalFOM = PreFitFOM;
2323
std::cout << "makeSRBNBInfo: Chose pre-fit width" << std::endl;
2424
}
25-
else if((NoMultiWireFOM > 0.0) & (NoMultiwireFOM < 1.0))
25+
else if((NoMultiWireFOM > 0.0) & (NoMultiWireFOM < 1.0))
2626
{
2727
finalFOM = 100.+NoMultiWireFOM;
2828
std::cout << "makeSRBNBInfo: Chose assumed width of 1.0" << std::endl;

sbncode/CAFMaker/FillExposure.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "sbnobj/Common/POTAccounting/NuMISpillInfo.h"
88

99
#include <vector>
10+
#include <iostream>
1011

1112
namespace caf
1213
{

0 commit comments

Comments
 (0)