Skip to content
Snippets Groups Projects
Commit 8c9c2a32 authored by Xiaozhong Huang's avatar Xiaozhong Huang Committed by Frank Winklmeier
Browse files

tauRecTools: remove member variables in TauPi0ScoreCalculator

To calculate the BDT score, we need to provide a list of input
variables. Previously, the input variables are declared as memeber
variables, which make the class stateful. These member variables
are now replaced with local variables.

Add a new class, i.e. BDTHelper, to help calculate the BDT score.
This class is similar with TRTBDT in HelperFunction. In the future,
we will remove TRTBDT.
parent 051aaf96
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment