Skip to content
Snippets Groups Projects

WIP: Exclusive jets request -- Fix ExclusiveJets algo / ATR-17320

Closed Anil Sonay requested to merge asonay/athena:ExclusiveJets-Request into master

ExclusiveJet algorithm has been reviewed according to following jira issue: https://its.cern.ch/jira/browse/ATR-17320

New eta cut selection has been added into algorithm as requested.

Previously eta values was defined in parType_t function which is defined as unsigned int. This was cause a bug where the eta values are negative. This issue is debugged and algorithm work fine now.

Cheers, Anil

Edited by Anil Sonay

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
639 639 protectedInclude ("AtlfastAlgs/Atlfast_RecExCommon_Fragment.py")
640 640 AODFix_postAtlfast()
641 641
642 # functionality : FTK reconstruction
643 if DetFlags.detdescr.FTK_on() :
644 protectedInclude( "FTK_RecExample/FTKRec_jobOptions.py")
642 # functionality : FTK truth-based FastSim
643 if DetFlags.detdescr.FTK_on():
  • closed

  • Anil Sonay changed the description

    changed the description

  • Please register or sign in to reply
    Loading