Jet.hh
Go to the documentation of this file.
25 Jet(const boca::Momentum& x, const boca::Momentum& y, const boca::Momentum& z, const boca::Energy& e);
Definition: ExRootClasses.h:309
Definition: ExRootClasses.h:216
Definition: Constituent.hh:21
Definition: Particle.hh:12
Jet & operator/=(double scalar)
divide the jet's momentum by the coefficient
Definition: Jet.cpp:275
Wrapper for fastjet::PseudoJet adding BoCA related functions.
Definition: PseudoJet.hh:30
Definition: ExRootClasses.h:258
Definition: ExRootClasses.h:286
void SetDelphesTags(::delphes::Jet const &delphes_jet)
Definition: Jet.cpp:234
Electron
Jet & operator*=(double scalar)
multiply the jet's momentum by the coefficient
Definition: Jet.cpp:268
boost::units::quantity< electronvolt::Energy > Energy
Energy measured in electronvolt.
Definition: ElectronVolt.hh:56
Definition: ExRootClasses.h:235
Jet & operator-=(Jet const &jet)
subtract the other jet's momentum from this jet
Definition: Jet.cpp:261
Jet & operator+=(Jet const &jet)
add the other jet's momentum to this jet
Definition: Jet.cpp:254
std::vector< fastjet::PseudoJet > PseudoJetVector(std::vector< Jet > const &jets)
Definition: Jet.cpp:194
Energy Momentum
Momentum measured in electronvolt.
Definition: ElectronVolt.hh:68
Definition: ExRootClasses.h:168
std::vector< Jet > JetVector(std::vector< fastjet::PseudoJet > const &pseudo_jets)
Definition: Jet.cpp:186