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

Namespaces

namespace  k4
 
namespace  k4::ral
 
namespace  k4::ral::Cluster
 

Functions

ROOT::VecOps::RVec< int > k4::ral::Cluster::getType (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Get type from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getEnergy (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Get energy from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getITheta (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Get intrinsic theta angle from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getPhi (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Get intrinsic phi angle from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getR (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Get distance to origin from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getX (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Get x coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getY (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Get y coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getZ (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Get z coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< int > k4::ral::Cluster::getType (const edm4hep::ClusterCollection &collection)
 Get type from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getEnergy (const edm4hep::ClusterCollection &collection)
 Get energy from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getITheta (const edm4hep::ClusterCollection &collection)
 Get intrinsic theta angle from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getPhi (const edm4hep::ClusterCollection &collection)
 Get intrinsic phi angle from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getR (const edm4hep::ClusterCollection &collection)
 Get distance to origin from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getX (const edm4hep::ClusterCollection &collection)
 Get x coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getY (const edm4hep::ClusterCollection &collection)
 Get y coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< float > k4::ral::Cluster::getZ (const edm4hep::ClusterCollection &collection)
 Get z coordinate from each item in a collection of Cluster.
 
int k4::ral::Cluster::printType (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Print type from each item in a collection of Cluster.
 
int k4::ral::Cluster::printEnergy (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Print energy from each item in a collection of Cluster.
 
int k4::ral::Cluster::printITheta (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Print intrinsic theta angle from each item in a collection of Cluster.
 
int k4::ral::Cluster::printPhi (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Print intrinsic phi angle from each item in a collection of Cluster.
 
int k4::ral::Cluster::printR (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Print distance to origin from each item in a collection of Cluster.
 
int k4::ral::Cluster::printX (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Print x coordinate from each item in a collection of Cluster.
 
int k4::ral::Cluster::printY (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Print y coordinate from each item in a collection of Cluster.
 
int k4::ral::Cluster::printZ (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Print z coordinate from each item in a collection of Cluster.
 
int k4::ral::Cluster::printType (const edm4hep::ClusterCollection &collection)
 Print type from each item in a collection of Cluster.
 
int k4::ral::Cluster::printEnergy (const edm4hep::ClusterCollection &collection)
 Print energy from each item in a collection of Cluster.
 
int k4::ral::Cluster::printITheta (const edm4hep::ClusterCollection &collection)
 Print intrinsic theta angle from each item in a collection of Cluster.
 
int k4::ral::Cluster::printPhi (const edm4hep::ClusterCollection &collection)
 Print intrinsic phi angle from each item in a collection of Cluster.
 
int k4::ral::Cluster::printR (const edm4hep::ClusterCollection &collection)
 Print distance to origin from each item in a collection of Cluster.
 
int k4::ral::Cluster::printX (const edm4hep::ClusterCollection &collection)
 Print x coordinate from each item in a collection of Cluster.
 
int k4::ral::Cluster::printY (const edm4hep::ClusterCollection &collection)
 Print y coordinate from each item in a collection of Cluster.
 
int k4::ral::Cluster::printZ (const edm4hep::ClusterCollection &collection)
 Print z coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskType (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Create boolean mask based on the value of type from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskEnergy (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Create boolean mask based on the value of energy from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskITheta (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Create boolean mask based on the value of intrinsic theta angle from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskPhi (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Create boolean mask based on the value of intrinsic phi angle from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskR (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Create boolean mask based on the value of distance to origin from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskX (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Create boolean mask based on the value of x coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskY (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Create boolean mask based on the value of y coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskZ (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Create boolean mask based on the value of z coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskType (LogicalOperators::ComparisonOperator op, int val, const edm4hep::ClusterCollection &collection)
 Create boolean mask based on the value of type from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskEnergy (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Create boolean mask based on the value of energy from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskITheta (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Create boolean mask based on the value of intrinsic theta angle from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskPhi (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Create boolean mask based on the value of intrinsic phi angle from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskR (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Create boolean mask based on the value of distance to origin from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskX (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Create boolean mask based on the value of x coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskY (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Create boolean mask based on the value of y coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< bool > k4::ral::Cluster::maskZ (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Create boolean mask based on the value of z coordinate from each item in a collection of Cluster.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::selType (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Select a subgroup of Cluster based on the value of type.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::selEnergy (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Select a subgroup of Cluster based on the value of energy.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::selITheta (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Select a subgroup of Cluster based on the value of intrinsic theta angle.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::selPhi (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Select a subgroup of Cluster based on the value of intrinsic phi angle.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::selR (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Select a subgroup of Cluster based on the value of distance to origin.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::selX (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Select a subgroup of Cluster based on the value of x coordinate.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::selY (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Select a subgroup of Cluster based on the value of y coordinate.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::selZ (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::ClusterData > &collection)
 Select a subgroup of Cluster based on the value of z coordinate.
 
edm4hep::ClusterCollection k4::ral::Cluster::selType (LogicalOperators::ComparisonOperator op, int val, const edm4hep::ClusterCollection &collection)
 Select a subgroup of Cluster based on the value of type.
 
edm4hep::ClusterCollection k4::ral::Cluster::selEnergy (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Select a subgroup of Cluster based on the value of energy.
 
edm4hep::ClusterCollection k4::ral::Cluster::selITheta (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Select a subgroup of Cluster based on the value of intrinsic theta angle.
 
edm4hep::ClusterCollection k4::ral::Cluster::selPhi (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Select a subgroup of Cluster based on the value of intrinsic phi angle.
 
edm4hep::ClusterCollection k4::ral::Cluster::selR (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Select a subgroup of Cluster based on the value of distance to origin.
 
edm4hep::ClusterCollection k4::ral::Cluster::selX (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Select a subgroup of Cluster based on the value of x coordinate.
 
edm4hep::ClusterCollection k4::ral::Cluster::selY (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Select a subgroup of Cluster based on the value of y coordinate.
 
edm4hep::ClusterCollection k4::ral::Cluster::selZ (LogicalOperators::ComparisonOperator op, float val, const edm4hep::ClusterCollection &collection)
 Select a subgroup of Cluster based on the value of z coordinate.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::sortType (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of type.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::sortEnergy (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of energy.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::sortITheta (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of intrinsic theta angle.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::sortPhi (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of intrinsic phi angle.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::sortR (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of distance to origin.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::sortX (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of x coordinate.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::sortY (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of y coordinate.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::sortZ (ROOT::VecOps::RVec< edm4hep::ClusterData > &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of z coordinate.
 
edm4hep::ClusterCollection k4::ral::Cluster::sortType (edm4hep::ClusterCollection &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of type.
 
edm4hep::ClusterCollection k4::ral::Cluster::sortEnergy (edm4hep::ClusterCollection &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of energy.
 
edm4hep::ClusterCollection k4::ral::Cluster::sortITheta (edm4hep::ClusterCollection &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of intrinsic theta angle.
 
edm4hep::ClusterCollection k4::ral::Cluster::sortPhi (edm4hep::ClusterCollection &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of intrinsic phi angle.
 
edm4hep::ClusterCollection k4::ral::Cluster::sortR (edm4hep::ClusterCollection &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of distance to origin.
 
edm4hep::ClusterCollection k4::ral::Cluster::sortX (edm4hep::ClusterCollection &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of x coordinate.
 
edm4hep::ClusterCollection k4::ral::Cluster::sortY (edm4hep::ClusterCollection &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of y coordinate.
 
edm4hep::ClusterCollection k4::ral::Cluster::sortZ (edm4hep::ClusterCollection &collection, bool reverse=false)
 Sort a collection of Cluster based on the value of z coordinate.
 
ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::Cluster::getClusters (edm4hep::ClusterData &item, ROOT::VecOps::RVec< edm4hep::ClusterData > &relatedCollection)
 Get the collection of Cluster related to a Cluster.
 
ROOT::VecOps::RVec< edm4hep::CalorimeterHitData > k4::ral::Cluster::getHits (edm4hep::ClusterData &item, ROOT::VecOps::RVec< edm4hep::CalorimeterHitData > &relatedCollection)
 Get the collection of CalorimeterHit related to a Cluster.
 
edm4hep::ClusterCollection k4::ral::Cluster::getClusters (const edm4hep::Cluster &item)
 Get the collection of Cluster related to a Cluster.
 
edm4hep::CalorimeterHitCollection k4::ral::Cluster::getHits (const edm4hep::Cluster &item)
 Get the collection of CalorimeterHit related to a Cluster.