<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.physik.uzh.ch/cms/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.physik.uzh.ch/cms/feed.php">
        <title>CMS Wiki Pages - plots</title>
        <description></description>
        <link>https://wiki.physik.uzh.ch/cms/</link>
        <image rdf:resource="https://wiki.physik.uzh.ch/cms/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-05-21T15:37:21+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/plots:cms_lumi?rev=1631278872&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/plots:cmsstyle?rev=1631278987&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/plots:tdrstyle?rev=1631278950&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.physik.uzh.ch/cms/_media/wiki:dokuwiki.svg">
        <title>CMS Wiki Pages</title>
        <link>https://wiki.physik.uzh.ch/cms/</link>
        <url>https://wiki.physik.uzh.ch/cms/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/plots:cms_lumi?rev=1631278872&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-10T13:01:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cms_lumi</title>
        <link>https://wiki.physik.uzh.ch/cms/plots:cms_lumi?rev=1631278872&amp;do=diff</link>
        <description>Please see CMSStyle.py for an improved version of the code below.

See &lt;https://ghm.web.cern.ch/ghm/plots/&gt; for more guidelines and scripts (python and C++) like this one and tdrstyle.py. The macro below is slightly altered to include 2016 data (35.9 fb^(-1) at 13 TeV) and phase two (3000 fb^(-1) at 14 TeV).</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/plots:cmsstyle?rev=1631278987&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-10T13:03:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cmsstyle</title>
        <link>https://wiki.physik.uzh.ch/cms/plots:cmsstyle?rev=1631278987&amp;do=diff</link>
        <description>The python module below below can be used to make nice CMS-style plots in ROOT. It is maintained in the TauFW.

See &lt;https://ghm.web.cern.ch/ghm/plots/&gt; for more guidelines and scripts (python and C++) like this one.
The code below is a combination of CMS_lumi.py and tdrstyle.py, with improvements to account for Run 2, as well as to better automize the spacing of the</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/plots:tdrstyle?rev=1631278950&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-10T13:02:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tdrstyle</title>
        <link>https://wiki.physik.uzh.ch/cms/plots:tdrstyle?rev=1631278950&amp;do=diff</link>
        <description>Please see CMSStyle.py for an improved version.

See &lt;https://ghm.web.cern.ch/ghm/plots/&gt; for more guidelines and scripts (python and C++) like this one and cms_lumi.py.


import ROOT as rt

def tdrGrid( gridOn):
  tdrStyle.SetPadGridX(gridOn)
  tdrStyle.SetPadGridY(gridOn)

#fixOverlay: Redraws the axis
def fixOverlay(): gPad.RedrawAxis()

def setTDRStyle():
  tdrStyle =  rt.TStyle(&quot;tdrStyle&quot;,&quot;Style for P-TDR&quot;)

   #for the canvas:
  tdrStyle.SetCanvasBorderMode(0)
  tdrStyle.SetCanvasColor(rt.…</description>
    </item>
</rdf:RDF>
