Fork me on GitHub

Changes between Version 3 and Version 4 of Ticket #1060


Ignore:
Timestamp:
Dec 12, 2016, 8:05:18 AM (8 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1060 – Description

    v3 v4  
    11Hi,
    22
    3  I have a question regarding tau tagging in Delphes v3.3. Can Delphes tag a tau from its leptonic decay ? I find inside TauTagging.cc module
     3I have a question regarding tau tagging in Delphes v3.3. Can Delphes tag a tau from its leptonic decay? I find inside !TauTagging.cc module
    44{{{
    55  for(i = tau->D1; i <= tau->D2; ++i)
     
    1111   ..
    1212}}}
    13  If so, how can we tag a tau from its leptonic decay mode ?
    1413
    15 Also, I found from another ticket that hhow tau tagging in delphes works: for each reconstructed jet, if we can find a hadronically decayed tau-parton inside a cone DR w.r.t the center of jet, then we apply the efficiency provided by the user using a RN. Then, Delphes does not use track information, does it ? What is use of
     14If so, how can we tag a tau from its leptonic decay mode ?
     15
     16Also, I found from another ticket that hhow tau tagging in delphes works: for each reconstructed jet, if we can find a hadronically decayed tau-parton inside a cone DR w.r.t the center of jet, then we apply the efficiency provided by the user using a RN. Then, Delphes does not use track information, does it ? What is use of
     17{{{
    1618set TrackPTMin 1.0 
    1719set DeltaRTrack 0.2
    18 inside tautagging module (given in ATLAS card) ?
     20}}}
     21inside tautagging module (given in ATLAS card)?
    1922
    20  I will appreciate if you can clarify some of these issues. Thank you in advance.
     23I will appreciate if you can clarify some of these issues. Thank you in advance.
    2124
    22  Regards,
    23  Saurabh
     25Regards,
     26Saurabh