Closed tvami closed 2 months ago
Is your feature request related to a problem? Please describe.
After https://github.com/LDMX-Software/ldmx-sw/pull/1425 and https://github.com/LDMX-Software/ldmx-sw/pull/1444 one may want to have a BDT score based skim and/or a fiducial/non-fiducial skim.
Describe the solution you'd like
Add these options to the EcalPreselectionSkimmer. Also I should change the type of shower_rms_max and shower_y_std_max and shower_x_std_max to a double.
EcalPreselectionSkimmer
shower_rms_max
shower_y_std_max
shower_x_std_max
double
Is your feature request related to a problem? Please describe.
After https://github.com/LDMX-Software/ldmx-sw/pull/1425 and https://github.com/LDMX-Software/ldmx-sw/pull/1444 one may want to have a BDT score based skim and/or a fiducial/non-fiducial skim.
Describe the solution you'd like
Add these options to the
EcalPreselectionSkimmer
. Also I should change the type ofshower_rms_max
andshower_y_std_max
andshower_x_std_max
to adouble
.