Skip to content
Snippets Groups Projects

Update neutral PID tools

Merged Miriam Calvo Gomez requested to merge calvom_NeutralPID into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -37,11 +37,11 @@ def hypo_estimator(calo_pids):
ClusterMatchLocation=calo_pids["clusterMatch"],
ElectronMatchLocation=calo_pids["electronMatch"],
BremMatchLocation=calo_pids["bremMatch"],
DigitLocation=calo_pids["digitsEcal"],
Hypo2Calo=CaloFutureHypo2CaloFuture(
EcalDigitsLocation=calo_pids["digitsEcal"],
HcalDigitsLocation=calo_pids["digitsHcal"]),
Pi0Separation=FutureGammaPi0SeparationTool(
DigitLocation=calo_pids["digitsEcal"]),
Pi0Separation=FutureGammaPi0SeparationTool(),
Pi0SeparationXGB=FutureGammaPi0XGBoostTool(
DigitLocation=calo_pids["digitsEcal"]),
NeutralID=FutureNeutralIDTool(),
Loading