11 #include <Math/Vector3D.h>
28 CleoCones(
const std::vector<ROOT::Math::XYZVector>& p3_cms_all,
const std::vector<ROOT::Math::XYZVector>& p3_cms_roe,
29 const ROOT::Math::XYZVector& thrustB,
30 bool calc_CleoCones_with_all,
bool calc_CleoCones_with_roe);
Class to calculate the Cleo clone variables.
std::vector< float > cleo_cone_with_all()
Returns calculated Cleo Cones constructed from all tracks.
std::vector< float > cleo_cone_with_roe()
Returns calculated Cleo Cones constructed from only ROE tracks.
std::vector< float > m_cleo_cone_with_roe
Cleo Cones calculated from only ROE tracks.
std::vector< float > m_cleo_cone_with_all
Cleo Cones calculated from all tracks.
CleoCones(const std::vector< ROOT::Math::XYZVector > &p3_cms_all, const std::vector< ROOT::Math::XYZVector > &p3_cms_roe, const ROOT::Math::XYZVector &thrustB, bool calc_CleoCones_with_all, bool calc_CleoCones_with_roe)
Constructor.
Abstract base class for different kinds of events.