-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystematicsAnalyzerOutputTest.html
More file actions
32 lines (28 loc) · 1.23 KB
/
systematicsAnalyzerOutputTest.html
File metadata and controls
32 lines (28 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[#0] ERROR:ObjectHandling -- RooWorkSpace::import(w) ERROR importing object named mass: another instance with same name already in the workspace and no conflict resolution protocol specified
<html>
<head>
<style type="text/css">
body { font-family: 'Consolas', 'Courier New', courier, monospace; font-size: small; }
td, th { border-bottom: 1px solid black; padding: 1px 1em; vertical-align: top; }
td.channDetails { font-size: x-small; }
</style>
<script type="text/javascript">
function toggleChann(id) {
if (document.getElementById(id+"_chann_toggle").innerHTML == "[+]") {
document.getElementById(id+"_chann").style = "";
document.getElementById(id+"_chann_toggle").innerHTML = "[-]";
} else {
document.getElementById(id+"_chann").style = "display: none";
document.getElementById(id+"_chann_toggle").innerHTML = "[+]";
}
}
</script>
<title>Nuisance Report</title>
</head><body>
<h1>Nuisance Report</h1>
All numbers shown report the +/- 1-sigma variation in the yield for each affected channel/process. The Range shows the minimum and maximum effects across all channels/processes.
<table>
<tr><th>Nuisance (types)</th><th colspan="2">Range</th><th>Processes</th><th>Channels</th></tr>
</table>
</body>
</html>