11#include <Math/Vector3D.h>
12#include <Math/Vector4D.h>
29 CleoCones(
const std::vector<ROOT::Math::PxPyPzEVector>& p_cms_all,
const std::vector<ROOT::Math::PxPyPzEVector>& p_cms_roe,
30 const ROOT::Math::XYZVector& thrustB,
31 bool calc_CleoCones_with_all,
bool calc_CleoCones_with_roe);
Class to calculate the Cleo clone variables.
std::vector< float > cleo_cone_with_roe()
Returns calculated Cleo Cones constructed from only ROE tracks.
std::vector< float > cleo_cone_with_all()
Returns calculated Cleo Cones constructed from all 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.
Abstract base class for different kinds of events.