Changes between Version 3 and Version 4 of Ticket #1060
- Timestamp:
- Dec 12, 2016, 8:05:18 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1060 – Description
v3 v4 1 1 Hi, 2 2 3 I have a question regarding tau tagging in Delphes v3.3. Can Delphes tag a tau from its leptonic decay ? I find insideTauTagging.cc module3 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 4 4 {{{ 5 5 for(i = tau->D1; i <= tau->D2; ++i) … … 11 11 .. 12 12 }}} 13 If so, how can we tag a tau from its leptonic decay mode ?14 13 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 14 If so, how can we tag a tau from its leptonic decay mode ? 15 16 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 17 {{{ 16 18 set TrackPTMin 1.0 17 19 set DeltaRTrack 0.2 18 inside tautagging module (given in ATLAS card) ? 20 }}} 21 inside tautagging module (given in ATLAS card)? 19 22 20 23 I will appreciate if you can clarify some of these issues. Thank you in advance. 21 24 22 23 25 Regards, 26 Saurabh