ral 0.0.1
|
Functions | |
ROOT::VecOps::RVec< float > | getP (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getPt (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get transverse momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getPx (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get x momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getPy (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get y momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getPz (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get z momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getEta (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get pseudorapidity from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getRapidity (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get rapidity from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getTheta (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get polar angle from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getPhi (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get azimutal angle from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getR (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get distance to origin from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getX (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get x coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getY (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get y coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getZ (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get z coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getE (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get energy from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getM (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get mass from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getQ (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get charge from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getAbsq (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get absolute charge from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< int > | getPdg (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get pdg from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< int > | getAbspdg (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Get absolute pdg from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getP (const edm4hep::ReconstructedParticleCollection &collection) |
Get momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getPt (const edm4hep::ReconstructedParticleCollection &collection) |
Get transverse momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getPx (const edm4hep::ReconstructedParticleCollection &collection) |
Get x momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getPy (const edm4hep::ReconstructedParticleCollection &collection) |
Get y momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getPz (const edm4hep::ReconstructedParticleCollection &collection) |
Get z momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getEta (const edm4hep::ReconstructedParticleCollection &collection) |
Get pseudorapidity from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getRapidity (const edm4hep::ReconstructedParticleCollection &collection) |
Get rapidity from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getTheta (const edm4hep::ReconstructedParticleCollection &collection) |
Get polar angle from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getPhi (const edm4hep::ReconstructedParticleCollection &collection) |
Get azimutal angle from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getR (const edm4hep::ReconstructedParticleCollection &collection) |
Get distance to origin from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getX (const edm4hep::ReconstructedParticleCollection &collection) |
Get x coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getY (const edm4hep::ReconstructedParticleCollection &collection) |
Get y coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getZ (const edm4hep::ReconstructedParticleCollection &collection) |
Get z coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getE (const edm4hep::ReconstructedParticleCollection &collection) |
Get energy from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getM (const edm4hep::ReconstructedParticleCollection &collection) |
Get mass from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getQ (const edm4hep::ReconstructedParticleCollection &collection) |
Get charge from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< float > | getAbsq (const edm4hep::ReconstructedParticleCollection &collection) |
Get absolute charge from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< int > | getPdg (const edm4hep::ReconstructedParticleCollection &collection) |
Get pdg from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< int > | getAbspdg (const edm4hep::ReconstructedParticleCollection &collection) |
Get absolute pdg from each item in a collection of ReconstructedParticle. | |
int | printP (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print momentum from each item in a collection of ReconstructedParticle. | |
int | printPt (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print transverse momentum from each item in a collection of ReconstructedParticle. | |
int | printPx (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print x momentum from each item in a collection of ReconstructedParticle. | |
int | printPy (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print y momentum from each item in a collection of ReconstructedParticle. | |
int | printPz (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print z momentum from each item in a collection of ReconstructedParticle. | |
int | printEta (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print pseudorapidity from each item in a collection of ReconstructedParticle. | |
int | printRapidity (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print rapidity from each item in a collection of ReconstructedParticle. | |
int | printTheta (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print polar angle from each item in a collection of ReconstructedParticle. | |
int | printPhi (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print azimutal angle from each item in a collection of ReconstructedParticle. | |
int | printR (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print distance to origin from each item in a collection of ReconstructedParticle. | |
int | printX (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print x coordinate from each item in a collection of ReconstructedParticle. | |
int | printY (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print y coordinate from each item in a collection of ReconstructedParticle. | |
int | printZ (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print z coordinate from each item in a collection of ReconstructedParticle. | |
int | printE (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print energy from each item in a collection of ReconstructedParticle. | |
int | printM (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print mass from each item in a collection of ReconstructedParticle. | |
int | printQ (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print charge from each item in a collection of ReconstructedParticle. | |
int | printAbsq (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print absolute charge from each item in a collection of ReconstructedParticle. | |
int | printPdg (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print pdg from each item in a collection of ReconstructedParticle. | |
int | printAbspdg (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Print absolute pdg from each item in a collection of ReconstructedParticle. | |
int | printP (const edm4hep::ReconstructedParticleCollection &collection) |
Print momentum from each item in a collection of ReconstructedParticle. | |
int | printPt (const edm4hep::ReconstructedParticleCollection &collection) |
Print transverse momentum from each item in a collection of ReconstructedParticle. | |
int | printPx (const edm4hep::ReconstructedParticleCollection &collection) |
Print x momentum from each item in a collection of ReconstructedParticle. | |
int | printPy (const edm4hep::ReconstructedParticleCollection &collection) |
Print y momentum from each item in a collection of ReconstructedParticle. | |
int | printPz (const edm4hep::ReconstructedParticleCollection &collection) |
Print z momentum from each item in a collection of ReconstructedParticle. | |
int | printEta (const edm4hep::ReconstructedParticleCollection &collection) |
Print pseudorapidity from each item in a collection of ReconstructedParticle. | |
int | printRapidity (const edm4hep::ReconstructedParticleCollection &collection) |
Print rapidity from each item in a collection of ReconstructedParticle. | |
int | printTheta (const edm4hep::ReconstructedParticleCollection &collection) |
Print polar angle from each item in a collection of ReconstructedParticle. | |
int | printPhi (const edm4hep::ReconstructedParticleCollection &collection) |
Print azimutal angle from each item in a collection of ReconstructedParticle. | |
int | printR (const edm4hep::ReconstructedParticleCollection &collection) |
Print distance to origin from each item in a collection of ReconstructedParticle. | |
int | printX (const edm4hep::ReconstructedParticleCollection &collection) |
Print x coordinate from each item in a collection of ReconstructedParticle. | |
int | printY (const edm4hep::ReconstructedParticleCollection &collection) |
Print y coordinate from each item in a collection of ReconstructedParticle. | |
int | printZ (const edm4hep::ReconstructedParticleCollection &collection) |
Print z coordinate from each item in a collection of ReconstructedParticle. | |
int | printE (const edm4hep::ReconstructedParticleCollection &collection) |
Print energy from each item in a collection of ReconstructedParticle. | |
int | printM (const edm4hep::ReconstructedParticleCollection &collection) |
Print mass from each item in a collection of ReconstructedParticle. | |
int | printQ (const edm4hep::ReconstructedParticleCollection &collection) |
Print charge from each item in a collection of ReconstructedParticle. | |
int | printAbsq (const edm4hep::ReconstructedParticleCollection &collection) |
Print absolute charge from each item in a collection of ReconstructedParticle. | |
int | printPdg (const edm4hep::ReconstructedParticleCollection &collection) |
Print pdg from each item in a collection of ReconstructedParticle. | |
int | printAbspdg (const edm4hep::ReconstructedParticleCollection &collection) |
Print absolute pdg from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskP (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPt (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of transverse momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPx (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of x momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPy (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of y momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPz (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of z momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskEta (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of pseudorapidity from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskRapidity (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of rapidity from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskTheta (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of polar angle from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPhi (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of azimutal angle from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskR (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of distance to origin from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskX (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of x coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskY (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of y coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskZ (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of z coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskE (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of energy from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskM (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of mass from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskQ (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of charge from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskAbsq (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of absolute charge from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPdg (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of pdg from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskAbspdg (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Create boolean mask based on the value of absolute pdg from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskP (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPt (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of transverse momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPx (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of x momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPy (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of y momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPz (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of z momentum from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskEta (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of pseudorapidity from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskRapidity (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of rapidity from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskTheta (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of polar angle from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPhi (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of azimutal angle from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskR (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of distance to origin from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskX (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of x coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskY (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of y coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskZ (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of z coordinate from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskE (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of energy from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskM (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of mass from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskQ (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of charge from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskAbsq (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of absolute charge from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskPdg (LogicalOperators::ComparisonOperator op, int val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of pdg from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< bool > | maskAbspdg (LogicalOperators::ComparisonOperator op, int val, const edm4hep::ReconstructedParticleCollection &collection) |
Create boolean mask based on the value of absolute pdg from each item in a collection of ReconstructedParticle. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selP (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of momentum. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selPt (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of transverse momentum. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selPx (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of x momentum. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selPy (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of y momentum. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selPz (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of z momentum. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selEta (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of pseudorapidity. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selRapidity (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of rapidity. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selTheta (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of polar angle. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selPhi (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of azimutal angle. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selR (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of distance to origin. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selX (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of x coordinate. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selY (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of y coordinate. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selZ (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of z coordinate. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selE (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of energy. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selM (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of mass. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selQ (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of charge. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selAbsq (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of absolute charge. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selPdg (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of pdg. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | selAbspdg (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection) |
Select a subgroup of ReconstructedParticle based on the value of absolute pdg. | |
edm4hep::ReconstructedParticleCollection | selP (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of momentum. | |
edm4hep::ReconstructedParticleCollection | selPt (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of transverse momentum. | |
edm4hep::ReconstructedParticleCollection | selPx (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of x momentum. | |
edm4hep::ReconstructedParticleCollection | selPy (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of y momentum. | |
edm4hep::ReconstructedParticleCollection | selPz (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of z momentum. | |
edm4hep::ReconstructedParticleCollection | selEta (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of pseudorapidity. | |
edm4hep::ReconstructedParticleCollection | selRapidity (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of rapidity. | |
edm4hep::ReconstructedParticleCollection | selTheta (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of polar angle. | |
edm4hep::ReconstructedParticleCollection | selPhi (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of azimutal angle. | |
edm4hep::ReconstructedParticleCollection | selR (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of distance to origin. | |
edm4hep::ReconstructedParticleCollection | selX (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of x coordinate. | |
edm4hep::ReconstructedParticleCollection | selY (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of y coordinate. | |
edm4hep::ReconstructedParticleCollection | selZ (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of z coordinate. | |
edm4hep::ReconstructedParticleCollection | selE (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of energy. | |
edm4hep::ReconstructedParticleCollection | selM (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of mass. | |
edm4hep::ReconstructedParticleCollection | selQ (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of charge. | |
edm4hep::ReconstructedParticleCollection | selAbsq (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of absolute charge. | |
edm4hep::ReconstructedParticleCollection | selPdg (LogicalOperators::ComparisonOperator op, int val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of pdg. | |
edm4hep::ReconstructedParticleCollection | selAbspdg (LogicalOperators::ComparisonOperator op, int val, const edm4hep::ReconstructedParticleCollection &collection) |
Select a subgroup of ReconstructedParticle based on the value of absolute pdg. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortP (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of momentum. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortPt (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of transverse momentum. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortPx (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of x momentum. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortPy (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of y momentum. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortPz (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of z momentum. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortEta (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of pseudorapidity. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortRapidity (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of rapidity. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortTheta (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of polar angle. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortPhi (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of azimutal angle. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortR (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of distance to origin. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortX (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of x coordinate. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortY (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of y coordinate. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortZ (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of z coordinate. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortE (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of energy. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortM (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of mass. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortQ (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of charge. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortAbsq (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of absolute charge. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | sortPdg (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of pdg. | |
edm4hep::ReconstructedParticleCollection | sortP (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of momentum. | |
edm4hep::ReconstructedParticleCollection | sortPt (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of transverse momentum. | |
edm4hep::ReconstructedParticleCollection | sortPx (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of x momentum. | |
edm4hep::ReconstructedParticleCollection | sortPy (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of y momentum. | |
edm4hep::ReconstructedParticleCollection | sortPz (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of z momentum. | |
edm4hep::ReconstructedParticleCollection | sortEta (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of pseudorapidity. | |
edm4hep::ReconstructedParticleCollection | sortRapidity (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of rapidity. | |
edm4hep::ReconstructedParticleCollection | sortTheta (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of polar angle. | |
edm4hep::ReconstructedParticleCollection | sortPhi (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of azimutal angle. | |
edm4hep::ReconstructedParticleCollection | sortR (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of distance to origin. | |
edm4hep::ReconstructedParticleCollection | sortX (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of x coordinate. | |
edm4hep::ReconstructedParticleCollection | sortY (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of y coordinate. | |
edm4hep::ReconstructedParticleCollection | sortZ (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of z coordinate. | |
edm4hep::ReconstructedParticleCollection | sortE (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of energy. | |
edm4hep::ReconstructedParticleCollection | sortM (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of mass. | |
edm4hep::ReconstructedParticleCollection | sortQ (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of charge. | |
edm4hep::ReconstructedParticleCollection | sortAbsq (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of absolute charge. | |
edm4hep::ReconstructedParticleCollection | sortPdg (edm4hep::ReconstructedParticleCollection &collection, bool reverse=false) |
Sort a collection of ReconstructedParticle based on the value of pdg. | |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > | getParticles (edm4hep::ReconstructedParticleData &item, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > &relatedCollection) |
Get the collection of ReconstructedParticle related to a ReconstructedParticle. | |
ROOT::VecOps::RVec< edm4hep::TrackData > | getTracks (edm4hep::ReconstructedParticleData &item, ROOT::VecOps::RVec< edm4hep::TrackData > &relatedCollection) |
Get the collection of Track related to a ReconstructedParticle. | |
ROOT::VecOps::RVec< edm4hep::ClusterData > | getClusters (edm4hep::ReconstructedParticleData &item, ROOT::VecOps::RVec< edm4hep::ClusterData > &relatedCollection) |
Get the collection of Cluster related to a ReconstructedParticle. | |
edm4hep::ReconstructedParticleCollection | getParticles (const edm4hep::ReconstructedParticle &item) |
Get the collection of ReconstructedParticle related to a ReconstructedParticle. | |
edm4hep::TrackCollection | getTracks (const edm4hep::ReconstructedParticle &item) |
Get the collection of Track related to a ReconstructedParticle. | |
edm4hep::ClusterCollection | getClusters (const edm4hep::ReconstructedParticle &item) |
Get the collection of Cluster related to a ReconstructedParticle. | |
ROOT::VecOps::RVec< int > k4::ral::ReconstructedParticle::getAbspdg | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get absolute pdg from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< int > k4::ral::ReconstructedParticle::getAbspdg | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get absolute pdg from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getAbsq | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get absolute charge from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getAbsq | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get absolute charge from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
edm4hep::ClusterCollection k4::ral::ReconstructedParticle::getClusters | ( | const edm4hep::ReconstructedParticle & | item | ) |
Get the collection of Cluster related to a ReconstructedParticle.
item | ReconstructedParticle to look in for related collection |
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::ReconstructedParticle::getClusters | ( | edm4hep::ReconstructedParticleData & | item, |
ROOT::VecOps::RVec< edm4hep::ClusterData > & | relatedCollection ) |
Get the collection of Cluster related to a ReconstructedParticle.
item | ReconstructedParticle from which to look for the related collection. |
relatedCollection | Complete collection of Cluster to filter |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getE | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get energy from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getE | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get energy from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getEta | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get pseudorapidity from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getEta | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get pseudorapidity from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getM | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get mass from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getM | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get mass from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getP | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getP | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::getParticles | ( | const edm4hep::ReconstructedParticle & | item | ) |
Get the collection of ReconstructedParticle related to a ReconstructedParticle.
item | ReconstructedParticle to look in for related collection |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::getParticles | ( | edm4hep::ReconstructedParticleData & | item, |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | relatedCollection ) |
Get the collection of ReconstructedParticle related to a ReconstructedParticle.
item | ReconstructedParticle from which to look for the related collection. |
relatedCollection | Complete collection of ReconstructedParticle to filter |
ROOT::VecOps::RVec< int > k4::ral::ReconstructedParticle::getPdg | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get pdg from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< int > k4::ral::ReconstructedParticle::getPdg | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get pdg from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getPhi | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get azimutal angle from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getPhi | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get azimutal angle from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getPt | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get transverse momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getPt | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get transverse momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getPx | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get x momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getPx | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get x momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getPy | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get y momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getPy | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get y momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getPz | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get z momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getPz | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get z momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getQ | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get charge from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getQ | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get charge from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getR | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get distance to origin from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getR | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get distance to origin from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getRapidity | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get rapidity from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getRapidity | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get rapidity from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getTheta | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get polar angle from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getTheta | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get polar angle from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
edm4hep::TrackCollection k4::ral::ReconstructedParticle::getTracks | ( | const edm4hep::ReconstructedParticle & | item | ) |
Get the collection of Track related to a ReconstructedParticle.
item | ReconstructedParticle to look in for related collection |
ROOT::VecOps::RVec< edm4hep::TrackData > k4::ral::ReconstructedParticle::getTracks | ( | edm4hep::ReconstructedParticleData & | item, |
ROOT::VecOps::RVec< edm4hep::TrackData > & | relatedCollection ) |
Get the collection of Track related to a ReconstructedParticle.
item | ReconstructedParticle from which to look for the related collection. |
relatedCollection | Complete collection of Track to filter |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getX | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get x coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getX | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get x coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getY | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get y coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getY | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get y coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getZ | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Get z coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::getZ | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Get z coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskAbspdg | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of absolute pdg from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskAbspdg | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of absolute pdg from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskAbsq | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of absolute charge from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskAbsq | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of absolute charge from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskE | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of energy from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskE | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of energy from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskEta | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of pseudorapidity from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskEta | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of pseudorapidity from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskM | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of mass from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskM | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of mass from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskP | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of momentum from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskP | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of momentum from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPdg | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of pdg from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPdg | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of pdg from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPhi | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of azimutal angle from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPhi | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of azimutal angle from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPt | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of transverse momentum from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPt | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of transverse momentum from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPx | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of x momentum from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPx | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of x momentum from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPy | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of y momentum from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPy | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of y momentum from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPz | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of z momentum from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskPz | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of z momentum from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskQ | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of charge from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskQ | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of charge from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskR | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of distance to origin from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskR | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of distance to origin from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskRapidity | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of rapidity from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskRapidity | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of rapidity from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskTheta | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of polar angle from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskTheta | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of polar angle from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskX | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of x coordinate from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskX | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of x coordinate from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskY | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of y coordinate from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskY | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of y coordinate from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskZ | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Create boolean mask based on the value of z coordinate from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::maskZ | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Create boolean mask based on the value of z coordinate from each item in a collection of ReconstructedParticle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printAbspdg | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print absolute pdg from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printAbspdg | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print absolute pdg from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printAbsq | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print absolute charge from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printAbsq | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print absolute charge from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printE | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print energy from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printE | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print energy from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printEta | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print pseudorapidity from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printEta | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print pseudorapidity from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printM | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print mass from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printM | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print mass from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printP | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printP | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPdg | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print pdg from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPdg | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print pdg from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPhi | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print azimutal angle from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPhi | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print azimutal angle from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPt | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print transverse momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPt | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print transverse momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPx | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print x momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPx | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print x momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPy | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print y momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPy | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print y momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPz | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print z momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printPz | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print z momentum from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printQ | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print charge from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printQ | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print charge from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printR | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print distance to origin from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printR | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print distance to origin from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printRapidity | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print rapidity from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printRapidity | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print rapidity from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printTheta | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print polar angle from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printTheta | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print polar angle from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printX | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print x coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printX | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print x coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printY | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print y coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printY | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print y coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printZ | ( | const edm4hep::ReconstructedParticleCollection & | collection | ) |
Print z coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
int k4::ral::ReconstructedParticle::printZ | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection | ) |
Print z coordinate from each item in a collection of ReconstructedParticle.
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selAbspdg | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of absolute pdg.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selAbspdg | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of absolute pdg.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selAbsq | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of absolute charge.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selAbsq | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of absolute charge.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selE | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of energy.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selE | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of energy.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selEta | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of pseudorapidity.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selEta | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of pseudorapidity.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selM | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of mass.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selM | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of mass.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selP | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of momentum.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selP | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of momentum.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selPdg | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of pdg.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selPdg | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of pdg.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selPhi | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of azimutal angle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selPhi | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of azimutal angle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selPt | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of transverse momentum.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selPt | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of transverse momentum.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selPx | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of x momentum.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selPx | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of x momentum.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selPy | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of y momentum.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selPy | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of y momentum.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selPz | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of z momentum.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selPz | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of z momentum.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selQ | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of charge.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selQ | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of charge.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selR | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of distance to origin.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selR | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of distance to origin.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selRapidity | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of rapidity.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selRapidity | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of rapidity.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selTheta | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of polar angle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selTheta | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of polar angle.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selX | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of x coordinate.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selX | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of x coordinate.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selY | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of y coordinate.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selY | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of y coordinate.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::selZ | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::ReconstructedParticleCollection & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of z coordinate.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::selZ | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection ) |
Select a subgroup of ReconstructedParticle based on the value of z coordinate.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of ReconstructedParticle to look in |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortAbsq | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of absolute charge.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortAbsq | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of absolute charge.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortE | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of energy.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortE | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of energy.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortEta | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of pseudorapidity.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortEta | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of pseudorapidity.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortM | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of mass.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortM | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of mass.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortP | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of momentum.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortP | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of momentum.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortPdg | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of pdg.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortPdg | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of pdg.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortPhi | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of azimutal angle.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortPhi | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of azimutal angle.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortPt | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of transverse momentum.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortPt | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of transverse momentum.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortPx | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of x momentum.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortPx | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of x momentum.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortPy | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of y momentum.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortPy | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of y momentum.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortPz | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of z momentum.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortPz | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of z momentum.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortQ | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of charge.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortQ | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of charge.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortR | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of distance to origin.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortR | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of distance to origin.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortRapidity | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of rapidity.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortRapidity | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of rapidity.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortTheta | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of polar angle.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortTheta | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of polar angle.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortX | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of x coordinate.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortX | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of x coordinate.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortY | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of y coordinate.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortY | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of y coordinate.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
edm4hep::ReconstructedParticleCollection k4::ral::ReconstructedParticle::sortZ | ( | edm4hep::ReconstructedParticleCollection & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of z coordinate.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sortZ | ( | ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > & | collection, |
bool | reverse = false ) |
Sort a collection of ReconstructedParticle based on the value of z coordinate.
collection | Collection of ReconstructedParticle to be sorted |
reverse | Change the order of sorting. |