5#ifndef ASG_ANALYSIS_ALGORITHMS__ASG_MASS_SELECTION_TOOL_H
6#define ASG_ANALYSIS_ALGORITHMS__ASG_MASS_SELECTION_TOOL_H
53 Gaudi::Property<float>
m_minM {
this,
"minM", 0,
"minimum mass to require (or 0 for no mass cut)"};
54 Gaudi::Property<float>
m_maxM {
this,
"maxM", 0,
"maximum mass to require (or 0 for no mass cut)"};
Base class for elements of a container that can have aux data.
Class providing the definition of the 4-vector interface.
Select isolated Photons, Electrons and Muons.