|
float | FCCAnalyses::Algorithms::getMass (const ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &in) |
| Get the invariant mass from a list of reconstructed particles.
|
|
ROOT::VecOps::RVec< float > | FCCAnalyses::Algorithms::getAxisCosTheta (const ROOT::VecOps::RVec< float > &axis, const ROOT::VecOps::RVec< float > &px, const ROOT::VecOps::RVec< float > &py, const ROOT::VecOps::RVec< float > &pz) |
| Get the angle cosTheta between particles and an axis.
|
|
float | FCCAnalyses::Algorithms::getAxisCosTheta (const ROOT::VecOps::RVec< float > &axis, float px, float py, float pz) |
| Get the angle cosTheta between one particle and an axis.
|
|