Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:13

0001 <!DOCTYPE html>
0002 <html lang="en">
0003 
0004 <head>
0005     <meta charset="utf-8">
0006     <title>DQM histogram comparison summary</title>
0007     <style>
0008         body {
0009             font-family: arial, sans-serif;
0010         }
0011 
0012         p, h4, h3, h2 {
0013             padding-left: 6px;
0014         }
0015 
0016         table {
0017             border-collapse: collapse;
0018         }
0019 
0020         td,
0021         th {
0022             text-align: left;
0023             padding: 6px;
0024         }
0025 
0026         tr:nth-child(even) {
0027             background-color: #f1f1f1;
0028         }
0029 
0030         .removed {
0031             color: #CB2431;
0032             font-weight: bold;
0033         }
0034 
0035         .added {
0036             color: #37BE4E;
0037             font-weight: bold;
0038             margin-left: 8px;
0039         }
0040 
0041         .changed {
0042             color: #F5A623;
0043             font-weight: bold;
0044             margin-left: 8px;
0045         }
0046     </style>
0047 </head>
0048 
0049 <body>
0050     <h3>PR(s) being tested:</h3>
0051 
0052     <h4>$PR_LIST$</h4>
0053 
0054     <h3>Total number of changes to DQM monitor elements made this PR/these PRs:</h3>
0055 
0056     <h2 class="removed">$TOTAL_CHANGES$</h2>
0057 
0058     <h3>URLs for each individual workflow ($NUMBER_OF_WORKFLOWS$):</h3>
0059 
0060     <p><i>Baseline</i>, <i>pull request</i> and <i>overlay</i> links point to the DQM GUI. <br>
0061         Some changes in DQM files might not be clearly displayed in the DQM GUI, like presence/absence of efficiency flag or changed QT result when the ME that was tested didn't change. <br>
0062         For this reason, you can use <i>raw baseline</i> and <i>raw pull request</i> links to inspect ROOT files without interpreting them as DQM ROOT file.</p>
0063 
0064     <table>
0065         <tr>
0066             <th>Baseline</th>
0067             <th>Pull Request</th>
0068             <th>Overlay (PR + base)</th>
0069             <th>Raw baseline</th>
0070             <th>Raw pull request</th>
0071             <th>Removed, added and changed plots</th>
0072         </tr>
0073 $PER_WORKFLOW_LIST$
0074     </table>
0075 
0076 </body>
0077 
0078 </html>