Skip to content

Commit

Permalink
Update bTagger.cpp
Browse files Browse the repository at this point in the history
Set the default ctag value for truth c-jet to True
  • Loading branch information
prbbing authored May 5, 2024
1 parent 23e191d commit 32014ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/SampleAnalyzer/Process/JetClustering/bTagger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ void bTagger::Method1 (SampleFormat& mySample, EventFormat& myEvent)

// 100% identification
if (jet->true_btag_) jet->btag_=true;
if (jet->true_ctag_) jet->ctag_=true;
if (!doEfficiency_ && !doMisefficiency_) continue;

// identification efficiency
Expand Down

0 comments on commit 32014ed

Please sign in to comment.