5#ifndef FOURMOMUTILS_JETMASSES_H
6#define FOURMOMUTILS_JETMASSES_H
19 double& heavyJetMass,
double& lightJetMass,
20 const CLHEP::Hep3Vector&
thrust );
24 double& heavyJetMass,
double& lightJetMass,
25 CLHEP::Hep3Vector
thrust ) {
27 heavyJetMass, lightJetMass,
thrust );
DataVector< INavigable4Momentum > INavigable4MomentumCollection
DataModel_detail::const_iterator< DataVector > const_iterator
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
CLHEP::Hep3Vector thrust(const I4MomIter_t &iBeg, const I4MomIter_t &iEnd, double &thrust_major, double &thrust_minor, bool useThreeD=false)
INavigable4MomentumCollection::const_iterator I4MomIter_t
bool jetMasses(const I4MomIter_t &iBeg, const I4MomIter_t &iEnd, double &heavyJetMass, double &lightJetMass, const CLHEP::Hep3Vector &thrust)