![]() |
Belle II Software development
|
small helper functor to get the MCVXDPurityInfo with the passed ParticleId from a container of MCVXDPurityInfos More...
Public Member Functions | |
compMCId (int j) | |
explicit constructor for use as functor with arguments | |
bool | operator() (const MCVXDPurityInfo &info) |
operator comparing the particle Id and the passed argument | |
Private Attributes | |
int | i |
member holding the value that has to be mateched by the .first element of a pair | |
small helper functor to get the MCVXDPurityInfo with the passed ParticleId from a container of MCVXDPurityInfos
Definition at line 120 of file purityCalculatorTools.cc.
|
inlineexplicit |
explicit constructor for use as functor with arguments
Definition at line 121 of file purityCalculatorTools.cc.
|
inline |
operator comparing the particle Id and the passed argument
Definition at line 122 of file purityCalculatorTools.cc.
|
private |
member holding the value that has to be mateched by the .first element of a pair
Definition at line 127 of file purityCalculatorTools.cc.