Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #163, comment 17


Ignore:
Timestamp:
Mar 9, 2013, 12:38:06 AM (12 years ago)
Author:
Pavel Demin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #163, comment 17

    initial v1  
    11Thanks for the test and for the correction. You are right it should be {{{pdgCode < 6}}}.
    22
    3 The jet's charge is set in the TauTagging module as {{{gRandom->Uniform() > 0.5 ? 1 : -1}}}.
     3The jet's charge is set in the !TauTagging module as {{{gRandom->Uniform() > 0.5 ? 1 : -1}}}.
    44
    5 Normally, this charge is only relevant for tau-jets. Mays be we should set it only for jets with TauTag == 1.
     5Normally, this charge is only relevant for tau-jets. May be we should set it only for jets with !TauTag == 1.