ral 0.0.1
Loading...
Searching...
No Matches
MCParticle.cc File Reference
#include <ral/MCParticle.h>
Include dependency graph for MCParticle.cc:

Namespaces

namespace  k4
 
namespace  k4::ral
 
namespace  k4::ral::MCParticle
 

Functions

ROOT::VecOps::RVec< float > k4::ral::MCParticle::getP (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPt (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get transverse momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPx (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get x momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPy (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get y momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPz (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get z momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getEta (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get pseudorapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getRapidity (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get rapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getTheta (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get polar angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPhi (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get azimutal angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPtEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get transverse momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPxEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get x momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPyEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get y momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPzEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get z momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getEtaEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get pseudorapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getRapidityEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get rapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getThetaEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get polar angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPhiEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get azimutal angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getR (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get distance to origin from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getX (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get x coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getY (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get y coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getZ (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get z coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getREnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get distance to origin from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getXEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get x coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getYEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get y coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getZEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get z coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getE (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get energy from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getEEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get energy from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getM (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get mass from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getQ (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get charge from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getAbsq (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get absolute charge from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< int > k4::ral::MCParticle::getPdg (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get pdg from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< int > k4::ral::MCParticle::getAbspdg (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get absolute pdg from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< int > k4::ral::MCParticle::getSimStat (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get simulator status from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< int > k4::ral::MCParticle::getGenStat (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Get generator status from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getP (const edm4hep::MCParticleCollection &collection)
 Get momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPt (const edm4hep::MCParticleCollection &collection)
 Get transverse momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPx (const edm4hep::MCParticleCollection &collection)
 Get x momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPy (const edm4hep::MCParticleCollection &collection)
 Get y momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPz (const edm4hep::MCParticleCollection &collection)
 Get z momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getEta (const edm4hep::MCParticleCollection &collection)
 Get pseudorapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getRapidity (const edm4hep::MCParticleCollection &collection)
 Get rapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getTheta (const edm4hep::MCParticleCollection &collection)
 Get polar angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPhi (const edm4hep::MCParticleCollection &collection)
 Get azimutal angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPEnd (const edm4hep::MCParticleCollection &collection)
 Get momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPtEnd (const edm4hep::MCParticleCollection &collection)
 Get transverse momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPxEnd (const edm4hep::MCParticleCollection &collection)
 Get x momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPyEnd (const edm4hep::MCParticleCollection &collection)
 Get y momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPzEnd (const edm4hep::MCParticleCollection &collection)
 Get z momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getEtaEnd (const edm4hep::MCParticleCollection &collection)
 Get pseudorapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getRapidityEnd (const edm4hep::MCParticleCollection &collection)
 Get rapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getThetaEnd (const edm4hep::MCParticleCollection &collection)
 Get polar angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getPhiEnd (const edm4hep::MCParticleCollection &collection)
 Get azimutal angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getR (const edm4hep::MCParticleCollection &collection)
 Get distance to origin from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getX (const edm4hep::MCParticleCollection &collection)
 Get x coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getY (const edm4hep::MCParticleCollection &collection)
 Get y coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getZ (const edm4hep::MCParticleCollection &collection)
 Get z coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getREnd (const edm4hep::MCParticleCollection &collection)
 Get distance to origin from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getXEnd (const edm4hep::MCParticleCollection &collection)
 Get x coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getYEnd (const edm4hep::MCParticleCollection &collection)
 Get y coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getZEnd (const edm4hep::MCParticleCollection &collection)
 Get z coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getE (const edm4hep::MCParticleCollection &collection)
 Get energy from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getEEnd (const edm4hep::MCParticleCollection &collection)
 Get energy from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getM (const edm4hep::MCParticleCollection &collection)
 Get mass from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getQ (const edm4hep::MCParticleCollection &collection)
 Get charge from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< float > k4::ral::MCParticle::getAbsq (const edm4hep::MCParticleCollection &collection)
 Get absolute charge from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< int > k4::ral::MCParticle::getPdg (const edm4hep::MCParticleCollection &collection)
 Get pdg from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< int > k4::ral::MCParticle::getAbspdg (const edm4hep::MCParticleCollection &collection)
 Get absolute pdg from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< int > k4::ral::MCParticle::getSimStat (const edm4hep::MCParticleCollection &collection)
 Get simulator status from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< int > k4::ral::MCParticle::getGenStat (const edm4hep::MCParticleCollection &collection)
 Get generator status from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printP (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPt (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print transverse momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPx (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print x momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPy (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print y momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPz (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print z momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printEta (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print pseudorapidity from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printRapidity (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print rapidity from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printTheta (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print polar angle from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPhi (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print azimutal angle from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPtEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print transverse momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPxEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print x momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPyEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print y momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPzEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print z momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printEtaEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print pseudorapidity from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printRapidityEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print rapidity from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printThetaEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print polar angle from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPhiEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print azimutal angle from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printR (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print distance to origin from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printX (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print x coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printY (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print y coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printZ (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print z coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printREnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print distance to origin from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printXEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print x coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printYEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print y coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printZEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print z coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printE (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print energy from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printEEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print energy from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printM (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print mass from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printQ (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print charge from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printAbsq (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print absolute charge from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPdg (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print pdg from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printAbspdg (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print absolute pdg from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printSimStat (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print simulator status from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printGenStat (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Print generator status from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printP (const edm4hep::MCParticleCollection &collection)
 Print momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPt (const edm4hep::MCParticleCollection &collection)
 Print transverse momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPx (const edm4hep::MCParticleCollection &collection)
 Print x momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPy (const edm4hep::MCParticleCollection &collection)
 Print y momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPz (const edm4hep::MCParticleCollection &collection)
 Print z momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printEta (const edm4hep::MCParticleCollection &collection)
 Print pseudorapidity from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printRapidity (const edm4hep::MCParticleCollection &collection)
 Print rapidity from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printTheta (const edm4hep::MCParticleCollection &collection)
 Print polar angle from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPhi (const edm4hep::MCParticleCollection &collection)
 Print azimutal angle from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPEnd (const edm4hep::MCParticleCollection &collection)
 Print momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPtEnd (const edm4hep::MCParticleCollection &collection)
 Print transverse momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPxEnd (const edm4hep::MCParticleCollection &collection)
 Print x momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPyEnd (const edm4hep::MCParticleCollection &collection)
 Print y momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPzEnd (const edm4hep::MCParticleCollection &collection)
 Print z momentum from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printEtaEnd (const edm4hep::MCParticleCollection &collection)
 Print pseudorapidity from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printRapidityEnd (const edm4hep::MCParticleCollection &collection)
 Print rapidity from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printThetaEnd (const edm4hep::MCParticleCollection &collection)
 Print polar angle from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPhiEnd (const edm4hep::MCParticleCollection &collection)
 Print azimutal angle from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printR (const edm4hep::MCParticleCollection &collection)
 Print distance to origin from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printX (const edm4hep::MCParticleCollection &collection)
 Print x coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printY (const edm4hep::MCParticleCollection &collection)
 Print y coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printZ (const edm4hep::MCParticleCollection &collection)
 Print z coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printREnd (const edm4hep::MCParticleCollection &collection)
 Print distance to origin from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printXEnd (const edm4hep::MCParticleCollection &collection)
 Print x coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printYEnd (const edm4hep::MCParticleCollection &collection)
 Print y coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printZEnd (const edm4hep::MCParticleCollection &collection)
 Print z coordinate from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printE (const edm4hep::MCParticleCollection &collection)
 Print energy from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printEEnd (const edm4hep::MCParticleCollection &collection)
 Print energy from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printM (const edm4hep::MCParticleCollection &collection)
 Print mass from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printQ (const edm4hep::MCParticleCollection &collection)
 Print charge from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printAbsq (const edm4hep::MCParticleCollection &collection)
 Print absolute charge from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printPdg (const edm4hep::MCParticleCollection &collection)
 Print pdg from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printAbspdg (const edm4hep::MCParticleCollection &collection)
 Print absolute pdg from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printSimStat (const edm4hep::MCParticleCollection &collection)
 Print simulator status from each item in a collection of MCParticle.
 
int k4::ral::MCParticle::printGenStat (const edm4hep::MCParticleCollection &collection)
 Print generator status from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskP (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPt (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of transverse momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPx (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of x momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPy (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of y momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPz (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of z momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskEta (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of pseudorapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskRapidity (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of rapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskTheta (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of polar angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPhi (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of azimutal angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPtEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of transverse momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPxEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of x momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPyEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of y momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPzEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of z momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskEtaEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of pseudorapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskRapidityEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of rapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskThetaEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of polar angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPhiEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of azimutal angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskR (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of distance to origin from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskX (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of x coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskY (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of y coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskZ (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of z coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskREnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of distance to origin from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskXEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of x coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskYEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of y coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskZEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of z coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskE (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of energy from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskEEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of energy from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskM (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of mass from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskQ (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of charge from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskAbsq (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of absolute charge from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPdg (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of pdg from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskAbspdg (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of absolute pdg from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskSimStat (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of simulator status from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskGenStat (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Create boolean mask based on the value of generator status from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskP (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPt (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of transverse momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPx (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of x momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPy (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of y momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPz (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of z momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskEta (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of pseudorapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskRapidity (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of rapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskTheta (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of polar angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPhi (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of azimutal angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPtEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of transverse momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPxEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of x momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPyEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of y momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPzEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of z momentum from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskEtaEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of pseudorapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskRapidityEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of rapidity from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskThetaEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of polar angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPhiEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of azimutal angle from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskR (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of distance to origin from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskX (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of x coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskY (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of y coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskZ (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of z coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskREnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of distance to origin from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskXEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of x coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskYEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of y coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskZEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of z coordinate from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskE (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of energy from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskEEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of energy from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskM (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of mass from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskQ (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of charge from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskAbsq (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of absolute charge from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskPdg (LogicalOperators::ComparisonOperator op, int val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of pdg from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskAbspdg (LogicalOperators::ComparisonOperator op, int val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of absolute pdg from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskSimStat (LogicalOperators::ComparisonOperator op, int val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of simulator status from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< bool > k4::ral::MCParticle::maskGenStat (LogicalOperators::ComparisonOperator op, int val, const edm4hep::MCParticleCollection &collection)
 Create boolean mask based on the value of generator status from each item in a collection of MCParticle.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selP (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPt (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of transverse momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPx (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of x momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPy (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of y momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPz (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of z momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selEta (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of pseudorapidity.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selRapidity (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of rapidity.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selTheta (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of polar angle.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPhi (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of azimutal angle.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPtEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of transverse momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPxEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of x momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPyEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of y momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPzEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of z momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selEtaEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of pseudorapidity.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selRapidityEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of rapidity.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selThetaEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of polar angle.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPhiEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of azimutal angle.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selR (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of distance to origin.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selX (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of x coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selY (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of y coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selZ (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of z coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selREnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of distance to origin.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selXEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of x coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selYEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of y coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selZEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of z coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selE (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of energy.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selEEnd (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of energy.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selM (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of mass.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selQ (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of charge.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selAbsq (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of absolute charge.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selPdg (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of pdg.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selAbspdg (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of absolute pdg.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selSimStat (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of simulator status.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::selGenStat (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection)
 Select a subgroup of MCParticle based on the value of generator status.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selP (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPt (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of transverse momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPx (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of x momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPy (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of y momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPz (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of z momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selEta (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of pseudorapidity.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selRapidity (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of rapidity.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selTheta (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of polar angle.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPhi (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of azimutal angle.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPtEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of transverse momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPxEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of x momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPyEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of y momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPzEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of z momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selEtaEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of pseudorapidity.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selRapidityEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of rapidity.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selThetaEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of polar angle.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPhiEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of azimutal angle.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selR (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of distance to origin.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selX (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of x coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selY (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of y coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selZ (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of z coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selREnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of distance to origin.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selXEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of x coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selYEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of y coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selZEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of z coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selE (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of energy.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selEEnd (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of energy.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selM (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of mass.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selQ (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of charge.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selAbsq (LogicalOperators::ComparisonOperator op, float val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of absolute charge.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selPdg (LogicalOperators::ComparisonOperator op, int val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of pdg.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selAbspdg (LogicalOperators::ComparisonOperator op, int val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of absolute pdg.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selSimStat (LogicalOperators::ComparisonOperator op, int val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of simulator status.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::selGenStat (LogicalOperators::ComparisonOperator op, int val, const edm4hep::MCParticleCollection &collection)
 Select a subgroup of MCParticle based on the value of generator status.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortP (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPt (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of transverse momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPx (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of x momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPy (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of y momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPz (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of z momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortEta (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of pseudorapidity.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortRapidity (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of rapidity.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortTheta (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of polar angle.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPhi (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of azimutal angle.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPtEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of transverse momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPxEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of x momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPyEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of y momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPzEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of z momentum.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortEtaEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of pseudorapidity.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortRapidityEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of rapidity.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortThetaEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of polar angle.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPhiEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of azimutal angle.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortR (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of distance to origin.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortX (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of x coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortY (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of y coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortZ (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of z coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortREnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of distance to origin.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortXEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of x coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortYEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of y coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortZEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of z coordinate.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortE (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of energy.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortEEnd (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of energy.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortM (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of mass.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortQ (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of charge.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortAbsq (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of absolute charge.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortPdg (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of pdg.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortAbspdg (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of absolute pdg.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortSimStat (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of simulator status.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::sortGenStat (ROOT::VecOps::RVec< edm4hep::MCParticleData > &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of generator status.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortP (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPt (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of transverse momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPx (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of x momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPy (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of y momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPz (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of z momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortEta (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of pseudorapidity.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortRapidity (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of rapidity.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortTheta (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of polar angle.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPhi (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of azimutal angle.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPtEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of transverse momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPxEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of x momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPyEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of y momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPzEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of z momentum.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortEtaEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of pseudorapidity.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortRapidityEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of rapidity.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortThetaEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of polar angle.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPhiEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of azimutal angle.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortR (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of distance to origin.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortX (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of x coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortY (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of y coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortZ (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of z coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortREnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of distance to origin.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortXEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of x coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortYEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of y coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortZEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of z coordinate.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortE (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of energy.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortEEnd (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of energy.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortM (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of mass.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortQ (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of charge.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortAbsq (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of absolute charge.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortPdg (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of pdg.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortAbspdg (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of absolute pdg.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortSimStat (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of simulator status.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::sortGenStat (edm4hep::MCParticleCollection &collection, bool reverse=false)
 Sort a collection of MCParticle based on the value of generator status.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::getParents (edm4hep::MCParticleData &item, ROOT::VecOps::RVec< edm4hep::MCParticleData > &relatedCollection)
 Get the collection of MCParticle related to a MCParticle.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::getParents (const edm4hep::MCParticle &item)
 Get the collection of MCParticle related to a MCParticle.
 
ROOT::VecOps::RVec< edm4hep::MCParticleData > k4::ral::MCParticle::getDaughters (edm4hep::MCParticleData &item, ROOT::VecOps::RVec< edm4hep::MCParticleData > &relatedCollection)
 Get the collection of MCParticle related to a MCParticle.
 
edm4hep::MCParticleCollection k4::ral::MCParticle::getDaughters (const edm4hep::MCParticle &item)
 Get the collection of MCParticle related to a MCParticle.