Changes between Version 1 and Version 2 of DifferentialWeight


Ignore:
Timestamp:
Apr 6, 2012, 4:33:03 PM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DifferentialWeight

    v1 v2  
    1010
    1111In order to use this module You need to modify three files
    12    1. dbook.inc: changes the definitions accordingly of what you want to do.<br />[attachment:dbook.inc dbook.inc]: Example of dbook.inc in order to plot three different variables.
    13    1. topgraph.f: defines the value to plot<br />[attachment:topgraph.f topgraph.f]: Example of topgraph.f in order to have Mtt, Pt of the top quark and angular distribution of the top quark.
     12   1. dbook.inc: changes the definitions accordingly of what you want to do.[[br]][attachment:dbook.inc dbook.inc]: Example of dbook.inc in order to plot three different variables.
     13   1. topgraph.f: defines the value to plot[[br]][attachment:topgraph.f topgraph.f]: Example of topgraph.f in order to have Mtt, Pt of the top quark and angular distribution of the top quark.
    1414   1. Madweight_card.dat:
    1515
     
    7070all modification to perform, set the end of the file
    7171
    72 &lt;verbatim&gt;
     72&lt;verbatim>
    7373
    74 <div id="''mcePaste">if ''''''main''''''=='''''name''''':</div> <div id="''mcePaste">   obj2=Chi_carre('MW_mean','MW_error','MW_correlation',Nb_event)</div> <div id="''mcePaste">   chi''carre=obj2.compute_from_file('MW_SM_event',mode=5)</div> <div id="''mcePaste">   print chi''carre&lt;/verbatim&gt;</div>
     74<div id="''mcePaste">if ''''''main''''''=='''''name''''':</div> <div id="''mcePaste">   obj2=Chi_carre('MW_mean','MW_error','MW_correlation',Nb_event)</div> <div id="''mcePaste">   chi''carre=obj2.compute_from_file('MW_SM_event',mode=5)</div> <div id="''mcePaste">   print chi''carre</verbatim></div>
    7575
    7676'MW_mean','MW_error','MW_correlation' are the value computed for one event.
     
    8787
    8888
     89