Skip to content

Commit d68d0ec

Browse files
authored
Reverted back to kMultisim
1 parent e119c8b commit d68d0ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbncode/SBNEventWeight/Calculators/BNBFlux/FluxCalcPrep.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ namespace sbn {
261261

262262
//Let's make a weights based on the calculator you have requested
263263

264-
if(fParameterSet.fRWType == EventWeightParameterSet::kMultiSim){
264+
if(fParameterSet.fRWType == EventWeightParameterSet::kMultisim){
265265

266266
for (size_t i=0;i<weights.size();i++) {
267267
double randomN = (fParameterSet.fParameterMap.begin())->second[i];
@@ -293,7 +293,7 @@ namespace sbn {
293293
return weights;//done, all 1
294294
}// Hadronic parent check
295295

296-
if(fParameterSet.fRWType == EventWeightParameterSet::kMultiSim){
296+
if(fParameterSet.fRWType == EventWeightParameterSet::kMultisim){
297297

298298
for (unsigned int i = 0; int(weights.size()) < NUni; i++) {//if all weights are 1, no need to calculate weights;
299299
std::pair<bool, double> test_weight;

0 commit comments

Comments
 (0)