|
FCCAnalyses
|
Build two particle resonances from an arbitrary list of input reconstructed particles. More...
#include <analyzers/dataframe/FCCAnalyses/ReconstructedParticleSource.h>
Public Member Functions | |
| resonanceBuilder (float resonanceMass) | |
| Constructor. | |
| edm4hep::ReconstructedParticleCollection | operator() (const edm4hep::ReconstructedParticleCollection &inColl) |
| Operator over input particle collection. | |
Public Attributes | |
| const float | m_resonanceMass |
Build two particle resonances from an arbitrary list of input reconstructed particles.
Select the one closest to the pre-defined mass.
|
explicit |
Constructor.
| [in] | resonanceMass | Desired value of the resonance mass. |
| edm4hep::ReconstructedParticleCollection FCCAnalyses ::PodioSource ::ReconstructedParticle::resonanceBuilder::operator() | ( | const edm4hep::ReconstructedParticleCollection & | inColl | ) |
Operator over input particle collection.
| [in] | inColl | Input collection of the reconstructed particles. |
| [out] | result | Selected reconstructed particle resonance. |
| const float FCCAnalyses ::PodioSource ::ReconstructedParticle::resonanceBuilder::m_resonanceMass |