Changes between Initial Version and Version 1 of Ticket #163, comment 17
- Timestamp:
- Mar 9, 2013, 12:38:06 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #163, comment 17
initial v1 1 1 Thanks for the test and for the correction. You are right it should be {{{pdgCode < 6}}}. 2 2 3 The jet's charge is set in the TauTagging module as {{{gRandom->Uniform() > 0.5 ? 1 : -1}}}.3 The jet's charge is set in the !TauTagging module as {{{gRandom->Uniform() > 0.5 ? 1 : -1}}}. 4 4 5 Normally, this charge is only relevant for tau-jets. May s be we should set it only for jets withTauTag == 1.5 Normally, this charge is only relevant for tau-jets. May be we should set it only for jets with !TauTag == 1.