Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73341
b: "refs/heads/CMSSW_7_0_X"
c: b177ba7
h: "refs/heads/CMSSW_7_0_X"
i:
  73339: 126b66a
v: v3
  • Loading branch information
saout committed Sep 15, 2009
1 parent 771316c commit 3198793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
"refs/heads/CMSSW_7_0_X": 8dfac7a97b75c4d5ef5522cceb09e7a74913b3cf
"refs/heads/CMSSW_7_0_X": b177ba762e87dccf5430a658cccf207ffb193b88
4 changes: 2 additions & 2 deletions trunk/GeneratorInterface/LHEInterface/src/LHERunInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ LHERunInfo::XSec LHERunInfo::xsec() const
}

XSec result;
result.value = 1.0e-9 * sigBrSum;
result.error = 1.0e-9 * std::sqrt(errBr2Sum);
result.value = sigBrSum;
result.error = std::sqrt(errBr2Sum);

return result;
}
Expand Down

0 comments on commit 3198793

Please sign in to comment.