#include <Charge.h>
Definition at line 10 of file Charge.h.
◆ Charge()
| JetSubStructureUtils::Charge::Charge |
( |
double | k = 1.0 | ) |
|
|
inline |
◆ result()
| double Charge::result |
( |
const xAOD::Jet & | jet | ) |
const |
|
virtual |
Definition at line 11 of file Charge.cxx.
12{
13 vector<const xAOD::TrackParticle*> tracks;
15 if(!retval) {
16 return -999;
17 }
18
20 for(
unsigned int i=0;
i<tracks.size();
i++) {
22 }
24 return -999;
25 }
26 else {
28 }
29
31}
double charge(const T &p)
constexpr int pow(int base, int exp) noexcept
virtual double pt() const
The transverse momentum ( ) of the particle.
std::vector< const T * > getAssociatedObjects(const std::string &name) const
get associated objects as a vector<object> this compact form throws an exception if the object is not...
◆ m_k
| double JetSubStructureUtils::Charge::m_k |
|
private |
The documentation for this class was generated from the following files: