Changes between Version 1 and Version 2 of DifferentialWeight
- Timestamp:
- Apr 6, 2012, 4:33:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DifferentialWeight
v1 v2 10 10 11 11 In 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. 14 14 1. Madweight_card.dat: 15 15 … … 70 70 all modification to perform, set the end of the file 71 71 72 <verbatim >72 <verbatim> 73 73 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>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> 75 75 76 76 'MW_mean','MW_error','MW_correlation' are the value computed for one event. … … 87 87 88 88 89