Skip to content
Snippets Groups Projects
Commit 108b25c4 authored by Henry Day-Hall's avatar Henry Day-Hall Committed by Julien Maurer
Browse files

Removed error when inputing values for anything that isn't an electron or a...

Removed error when inputing values for anything that isn't an electron or a photon into a fastsim with predicted weight extrapolation

Removed error when inputing values for anything that isn't an electron or a photon into a fastsim with predicted weight extrapolation
parent c401f005
No related branches found
No related tags found
2 merge requests!679252023-12-19: merge of 23.0 into main,!67749Removed error when inputing values for anything that isn't an electron or a photon into a fastsim with predicted weight extrapolation
......@@ -187,9 +187,6 @@ TFCSPredictExtrapWeights::prepareInputs(TFCSSimulationState &simulstate,
flat_inputs["pdgId"] = 1; // one hot enconding
} else if (is_match_pdgid(11) || is_match_pdgid(-11)) {
flat_inputs["pdgId"] = 0; // one hot enconding
} else {
ATH_MSG_ERROR("have no one-hot encoding for pdgId; pottential issue with "
"predicted weights.");
}
inputs["dense_input"] = flat_inputs;
......
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