|
ATLAS Offline Software
|
Go to the documentation of this file.
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 );
33 #endif // FOURMOMUTILS_JETMASSES_H
Const iterator class for DataVector/DataList.
INavigable4MomentumCollection::const_iterator I4MomIter_t
CLHEP::Hep3Vector thrust(const I4MomIter_t &iBeg, const I4MomIter_t &iEnd, double &thrust_major, double &thrust_minor, bool useThreeD=false)
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
bool jetMasses(const I4MomIter_t &iBeg, const I4MomIter_t &iEnd, double &heavyJetMass, double &lightJetMass, const CLHEP::Hep3Vector &thrust)
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.