<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: About the variables in muons.root</title>
	<atom:link href="http://physics.bu.edu/sites/geneva-program/2010/02/21/about-the-variables-in-muons-root/feed/" rel="self" type="application/rss+xml" />
	<link>http://physics.bu.edu/sites/geneva-program/2010/02/21/about-the-variables-in-muons-root/</link>
	<description>Just another Boston University Physics weblog</description>
	<lastBuildDate>Mon, 19 Apr 2010 07:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: edgar</title>
		<link>http://physics.bu.edu/sites/geneva-program/2010/02/21/about-the-variables-in-muons-root/comment-page-1/#comment-65</link>
		<dc:creator>edgar</dc:creator>
		<pubDate>Sun, 21 Feb 2010 13:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://physics.bu.edu/sites/geneva-program/?p=456#comment-65</guid>
		<description><![CDATA[ROW           INST        mu_pt
*        2 *        0 * 52.674549 *
*        2 *        1 * 48.748062 *
*        2 *        2 * 48.576381 *

Each instance has one value of pT.  Remember, an instance means, for the muon variables, one muon.  So in the example above event #2 has 3 muons:0,1,2, each one of them with its own pT value.  The values for those 3 muons form the array.
Note that not all the variables are arrays because some variables, like the event number, number of muons, missing energy (met), triggers, etc, are just one for each event.  You can&#039;t have many missing energies in one event, for example.
The runno is the run number, but since this file uses MC simulations, the run number is not really valid; it is there for completeness.
When you draw a histogram like for &quot;mu_pt&quot; you are actually drawing the pT
of each single muon in each single event, i.e., you are plotting all muons pTs.  However, if you plot &quot;mu_pt[0]&quot;, for example, you would be plotting just the pT for the hardest muon in each event.

As far as the inv. mass, you will get a single value but for *EACH* event.  In other words for each event you will be calculating the invariant mass of the &quot;two hardest muons&quot; system.  So you will get as many inv. mass values as events are in your root-uple file.
-e]]></description>
		<content:encoded><![CDATA[<p>ROW           INST        mu_pt<br />
*        2 *        0 * 52.674549 *<br />
*        2 *        1 * 48.748062 *<br />
*        2 *        2 * 48.576381 *</p>
<p>Each instance has one value of pT.  Remember, an instance means, for the muon variables, one muon.  So in the example above event #2 has 3 muons:0,1,2, each one of them with its own pT value.  The values for those 3 muons form the array.<br />
Note that not all the variables are arrays because some variables, like the event number, number of muons, missing energy (met), triggers, etc, are just one for each event.  You can&#8217;t have many missing energies in one event, for example.<br />
The runno is the run number, but since this file uses MC simulations, the run number is not really valid; it is there for completeness.<br />
When you draw a histogram like for &#8220;mu_pt&#8221; you are actually drawing the pT<br />
of each single muon in each single event, i.e., you are plotting all muons pTs.  However, if you plot &#8220;mu_pt[0]&#8220;, for example, you would be plotting just the pT for the hardest muon in each event.</p>
<p>As far as the inv. mass, you will get a single value but for *EACH* event.  In other words for each event you will be calculating the invariant mass of the &#8220;two hardest muons&#8221; system.  So you will get as many inv. mass values as events are in your root-uple file.<br />
-e</p>
]]></content:encoded>
	</item>
</channel>
</rss>