Belle II Software  release-08-01-10
CleoCones Class Reference

Class to calculate the Cleo clone variables. More...

#include <CleoCones.h>

Collaboration diagram for CleoCones:

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.
 

Detailed Description

Class to calculate the Cleo clone variables.

Definition at line 22 of file CleoCones.h.


The documentation for this class was generated from the following files: