momemta::Particle Struct Reference
Describe a reco particle. Used as input of MoMEMta::computeWeights. More...
#include <Particle.h>
Detailed Description
Describe a reco particle. Used as input of MoMEMta::computeWeights.
Definition at line 30 of file Particle.h.
Public Member Functions | |
| Particle (const std::string &name_) | |
| Particle (const std::string &name_, const LorentzVector &p4) | |
| Particle (const std::string &name_, const LorentzVector &p4, int64_t type) | |
| Particle (const Particle &)=default | |
| Particle (Particle &&)=default | |
Public Attributes | |
| std::string | name |
| LorentzVector | p4 |
| int64_t | type |
Friends | |
| void | swap (Particle &a, Particle &b) |
The documentation for this struct was generated from the following files:
- include/momemta/Particle.h
- core/src/Particle.cc
1.8.13