Skip to content

Commit

Permalink
Initialisation of down variation as well when running over limited li…
Browse files Browse the repository at this point in the history
…st of systematics (#1670)

* add support for alternative schemes of NPs for FTAG systematics

* initialise also down variation when requiring a specific list of systs to run on
  • Loading branch information
gfrattar committed Jan 15, 2024
1 parent 543ed9e commit f114d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Root/HelperFunctions.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ std::vector< CP::SystematicSet > HelperFunctions::getListofSystematics(const CP:
}

outSystList.back().insert(CP::SystematicVariation (syst.basename(), systVal));
outSystList.push_back(CP::SystematicSet());
outSystList.back().insert(CP::SystematicVariation (syst.basename(), -1.0*fabs(systVal)));

} else {
// not a continuous system
Expand Down

0 comments on commit f114d12

Please sign in to comment.