Belle II Software development
|
Class to calculate the Cleo clone variables. More...
#include <CleoCones.h>
Public Member Functions | |
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. | |
~CleoCones () | |
Destructor. | |
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. | |
Private Attributes | |
std::vector< float > | m_cleo_cone_with_all |
Cleo Cones calculated from all tracks. | |
std::vector< float > | m_cleo_cone_with_roe |
Cleo Cones calculated from only ROE tracks. | |
Class to calculate the Cleo clone variables.
Definition at line 22 of file CleoCones.h.
|
inline |
|
inline |
Returns calculated Cleo Cones constructed from all tracks.
Definition at line 40 of file CleoCones.h.
|
inline |
Returns calculated Cleo Cones constructed from only ROE tracks.
Definition at line 45 of file CleoCones.h.
|
private |
Cleo Cones calculated from all tracks.
Definition at line 49 of file CleoCones.h.
|
private |
Cleo Cones calculated from only ROE tracks.
Definition at line 50 of file CleoCones.h.