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);
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.
CleoCones(const std::vector< ROOT::Math::PxPyPzEVector > &p_cms_all, const std::vector< ROOT::Math::PxPyPzEVector > &p_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.