Skip to content
Snippets Groups Projects

Adds algorithm to select events based on object flags.

Merged Miha Muskinja requested to merge mmuskinj/athena:21.2_EventSelectionByObjectFlagAlg into 21.2
All threads resolved!
@@ -57,7 +57,7 @@ class EventSelectionByObjectFlagAlg final : public EL::AnaAlgorithm {
/// \brief the decoration for writing the scale factor
private:
SysDecorationHandle<float> m_eventDecisionOutputDecoration {
SysDecorationHandle<char> m_eventDecisionOutputDecoration {
this, "eventDecisionOutputDecoration", "", "the decoration for the event decision"};
/// \brief counter for passed events
Loading