<html><body><div style="color:#000; background-color:#fff; font-family:verdana, helvetica, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1434448611494_14110"><span>Ok, thank Deepak and Andy.</span></div><div id="yui_3_16_0_1_1434448611494_14110"><span><br></span></div><div id="yui_3_16_0_1_1434448611494_14110"><span>Yu-hsiang</span></div> <br><div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: verdana, helvetica, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"> <font size="2" face="Arial"> Andy Buckley <andy.buckley@cern.ch> 於 2015/6/16 (週二) 6:16 PM 寫道﹕<br> </font> </div> <br><br> <div class="y_msg_container">By default, photons from hadron decays (no matter how indirect) are<br clear="none">excluded.<br clear="none"><br clear="none">Andy<br clear="none"><br clear="none"><br clear="none">On 16/06/15 11:03, Yu-hsiang Chang 張祐祥 wrote:<br clear="none">> Hi All,<br clear="none">> <br clear="none">> I have another question. When ZFinder want to include the photons'<br clear="none">> energy and momentum (photon within the cone size that you set) to<br clear="none">> leptons, does it consider the particle ID and particle's mother ID since<br clear="none">> I don't want to include the photon which comes from Pion or other hadrons.<br clear="none">> <br clear="none">> Yu-hsiang <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> Yu-hsiang Chang 張祐祥 <<a shape="rect" ymailto="mailto:index0192@yahoo.com.tw" href="mailto:index0192@yahoo.com.tw">index0192@yahoo.com.tw</a>> 於 2015/6/11 (週四) 4:51<br clear="none">> PM 寫道﹕<br clear="none">> <br clear="none">> <br clear="none">> Dear Frank,<br clear="none">> <br clear="none">> After I set the cone size of ZFinder = 0.0<br clear="none">> <br clear="none">> const ZFinder zfe(fs, -2.5, 2.5, 0*GeV, PID::ELECTRON, 15*GeV,<br clear="none">> 1500*GeV, 0.0 );<br clear="none">> <br clear="none">> I see my rivet result(red) is consistent with the post-FSR result(blue).<br clear="none">> <br clear="none">> Now I am asking the author their cone size for pre-FSR.<br clear="none">> <br clear="none">> Thanks.<br clear="none">> <br clear="none">> Yu-hsiang<br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> Frank Siegert <<a shape="rect" ymailto="mailto:frank.siegert@cern.ch" href="mailto:frank.siegert@cern.ch">frank.siegert@cern.ch</a>> 於 2015/6/9 (週二) 7:03 PM 寫道﹕<br clear="none">> <br clear="none">> <br clear="none">> Hi Yu-hsiang,<br clear="none">> <br clear="none">> the ZFinder object will (by default) use "dressed" leptons, which<br clear="none">> means that photon radiation within a cone of dR=0.1 is included. This<br clear="none">> is a generator independent and less QED-FSR-dependent definition,<br clear="none">> which is neither pre-FSR (often called "Born" level leptons) nor<br clear="none">> post-FSR (often called "bare" leptons). It does sum parts of the FSR<br clear="none">> but not all of it (namely not the wide angle emissions). If you want<br clear="none">> to use "bare" leptons for your comparison you would have to set dR=0.0<br clear="none">> in the ZFinder constructor.<br clear="none">> <br clear="none">> If on the other hand you are writing a Rivet plugin for an actual<br clear="none">> experimental measurement the question is what is the truth level to<br clear="none">> which your analysis has been unfolded ("dressed", "Born" or "bare")?<br clear="none">> <br clear="none">> Cheers,<br clear="none">> Frank<br clear="none">> <br clear="none">> <br clear="none">> On 9 June 2015 at 12:14, Yu-hsiang Chang 張祐祥 <<a shape="rect" ymailto="mailto:index0192@yahoo.com.tw" href="mailto:index0192@yahoo.com.tw">index0192@yahoo.com.tw</a><br clear="none">> <mailto:<a shape="rect" ymailto="mailto:index0192@yahoo.com.tw" href="mailto:index0192@yahoo.com.tw">index0192@yahoo.com.tw</a>>> wrote:<br clear="none">>> Hi all,<br clear="none">>><br clear="none">>> I have question for the FinalState and the ZFinder in Rivet.<br clear="none">>><br clear="none">>> I want to know when I take the Z boson mass from the ZFinder, it is<br clear="none">> pre-FSR<br clear="none">>> or post-FSR? (undergoes final state radiation(FSR) or not. In other words,<br clear="none">>> does the 4-momentum of Z boson includes the energy and momentum of the FSR<br clear="none">>> photon? )<br clear="none">>><br clear="none">>> For example, my Rivet plugin SMP_13_003.cc has these content :<br clear="none">>><br clear="none">>> ---------------------------------------------------<br clear="none">>> void init() {<br clear="none">>><br clear="none">>> // Full final state<br clear="none">>> const FinalState fs(-5.0, 5.0);<br clear="none">>> addProjection(fs, "FS");<br clear="none">>><br clear="none">>> // Z finders for muons<br clear="none">>> const ZFinder zfe(fs, -2.5, 2.5, 0*GeV, PID::ELECTRON, 15*GeV,<br clear="none">>> 1500*GeV);<br clear="none">>> addProjection(zfe, "ZFE");<br clear="none">>><br clear="none">>> ......<br clear="none">>> }<br clear="none">>><br clear="none">>><br clear="none">>> void analyze(const Event& event) {<br clear="none">>><br clear="none">>> const ParticleVector& z = zfe.bosons();<br clear="none">>> const double mass_z = z[0].mass();<br clear="none">>><br clear="none">>> ......<br clear="none">>> }<br clear="none">>> ---------------------------------------------------<br clear="none">>><br clear="none">>> So I want to know the mass taken from the Z boson is pre-FSR or post-FSR?<br clear="none">>><br clear="none">>> Since I use the result of my rivet plugin (from YODA and then transform it<br clear="none">>> to ROOT format),<br clear="none">>> to compare with the pre-FSR and post-FSR mass of Z boson (generated by<br clear="none">>> Powheg),<br clear="none">>> and I find my rivet result is consistent to the pre-FSR instead of<br clear="none">> post-FSR.<br clear="none">>> (previous one tell me that the FinalState object has already undergone the<br clear="none">>> FSR,<br clear="none">>> but since now I see inconsistent so I want to ask the part of ZFinder)<br clear="none">>><br clear="none">>> I put my rivet plugin (SMP_13_003.cc), and the comparison (snap shot ) in<br clear="none">>> attachment.<br clear="none">>> In comparison, the red point is the result of my rivet plugin, and the<br clear="none">> blue<br clear="none">>> line is the pre-FSR or post-FSR.<br clear="none">>><br clear="none">>> Thanks.<br clear="none">>><br clear="none">>> Yu-hsiang<br clear="none">> <br clear="none">>><br clear="none">>><br clear="none">>> _______________________________________________<br clear="none">>> Rivet mailing list<br clear="none">>> <a shape="rect" ymailto="mailto:Rivet@projects.hepforge.org" href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a> <mailto:<a shape="rect" ymailto="mailto:Rivet@projects.hepforge.org" href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>><br clear="none">>> <a shape="rect" href="https://www.hepforge.org/lists/listinfo/rivet" target="_blank">https://www.hepforge.org/lists/listinfo/rivet</a><div class="yqt6077888199" id="yqtfd71937"><br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> _______________________________________________<br clear="none">> Rivet mailing list<br clear="none">> <a shape="rect" ymailto="mailto:Rivet@projects.hepforge.org" href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a><br clear="none">> <a shape="rect" href="https://www.hepforge.org/lists/listinfo/rivet" target="_blank">https://www.hepforge.org/lists/listinfo/rivet</a></div><br clear="none">> <br clear="none"><br clear="none"><br clear="none">-- <br clear="none">Dr Andy Buckley, Lecturer / Royal Society University Research Fellow<br clear="none">Particle Physics Expt Group, University of Glasgow<div class="yqt6077888199" id="yqtfd51868"><br clear="none"></div><br><br></div> </div> </div> </div></div></body></html>