Skip to content
Snippets Groups Projects

Fix calculation of the number of constituents in LLP1 augmentation

Merged Guillaume Lucas Albouy requested to merge galbouy/athena:dev-LLP1-nconstit into main
2 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -98,7 +98,7 @@ namespace DerivationFramework {
/// Cluster jets informations decorators
SG::AuxElement::Decorator<float> dec_pT;
SG::AuxElement::Decorator<float> dec_m;
SG::AuxElement::Decorator<float> dec_NClusts;
SG::AuxElement::Decorator<float> dec_NConstits;
SG::AuxElement::Decorator<float> dec_eta;
SG::AuxElement::Decorator<float> dec_phi;
@@ -129,7 +129,7 @@ namespace DerivationFramework {
dec_pT("pT_" + suffix),
dec_m("m_" + suffix),
dec_NClusts("NClusts"),
dec_NConstits("NConstits_" + suffix),
dec_eta("eta_" + suffix),
dec_phi("phi_" + suffix),
Loading