Skip to content
Snippets Groups Projects

Implementation of the adaptive stuff in effLUT

Merged Alessio Piucci requested to merge EffScriptCorr2 into master

Second episode of the implementation of the adaptive binning in EffDalitz (first episode: MR !40 (merged) ):

  • removed from the effLUT library the code to create the efficiency plots, which are now created in different scripts (see MR !40 (merged) ).
  • implementation of the adaptive stuff in the effLUT; is still possible to run the code using the TEfficiency objects;

Warning: some fields of the config file effLUT are now different! The readme is accordingly updated.

Merge request reports

Approval is optional

Merged by avatar (Jul 20, 2025 5:29pm UTC)

Merge details

  • Changes merged into master with 422f7233.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
243 243 }
244 244
245 245 //---------------------------------------------------------
246 // Get a single efficiency from a TH2A object, with number of total and passed events
247 //---------------------------------------------------------
248 void effLUT::GetSingleEff_adaptive(const double var_1, const double var_2,
249 TH2A *h_eff, double Eff[], int events[]){
  • Why are there two plotting programs? Can't you use the EffLUT to create all the plots?

    Actually it is a good test of the EffLUT if it is able to do this.

    This does not mean that the plotting should become a feature inside EffLUT!

    Edited by Sebastian Neubert
  • Sebastian Neubert Status changed to merged

    Status changed to merged

  • mentioned in commit 422f7233

  • Please register or sign in to reply
    Loading