ral 0.0.1
|
Functions | |
ROOT::VecOps::RVec< int > | getType (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Get type from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< int > | getQuality (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Get quality from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< unsigned long long > | getCellID (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Get detector cell ID from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< float > | getEDep (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Get eDep from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< float > | getTime (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Get time of the hit from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< int > | getType (const edm4hep::TrackerHit3DCollection &collection) |
Get type from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< int > | getQuality (const edm4hep::TrackerHit3DCollection &collection) |
Get quality from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< unsigned long long > | getCellID (const edm4hep::TrackerHit3DCollection &collection) |
Get detector cell ID from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< float > | getEDep (const edm4hep::TrackerHit3DCollection &collection) |
Get eDep from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< float > | getTime (const edm4hep::TrackerHit3DCollection &collection) |
Get time of the hit from each item in a collection of TrackerHit3D. | |
int | printType (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Print type from each item in a collection of TrackerHit3D. | |
int | printQuality (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Print type from each item in a collection of TrackerHit3D. | |
int | printCellID (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Print detector cell ID from each item in a collection of TrackerHit3D. | |
int | printEDep (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Print eDep from each item in a collection of TrackerHit3D. | |
int | printTime (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Print time of the hit from each item in a collection of TrackerHit3D. | |
int | printType (const edm4hep::TrackerHit3DCollection &collection) |
Print type from each item in a collection of TrackerHit3D. | |
int | printQuality (const edm4hep::TrackerHit3DCollection &collection) |
Print type from each item in a collection of TrackerHit3D. | |
int | printCellID (const edm4hep::TrackerHit3DCollection &collection) |
Print detector cell ID from each item in a collection of TrackerHit3D. | |
int | printEDep (const edm4hep::TrackerHit3DCollection &collection) |
Print eDep from each item in a collection of TrackerHit3D. | |
int | printTime (const edm4hep::TrackerHit3DCollection &collection) |
Print time of the hit from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< bool > | maskType (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Create boolean mask based on the value of type from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< bool > | maskQuality (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Create boolean mask based on the value of type from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< bool > | maskCellID (LogicalOperators::ComparisonOperator op, unsigned long long val, ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Create boolean mask based on the value of detector cell ID from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< bool > | maskEDep (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Create boolean mask based on the value of eDep from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< bool > | maskTime (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Create boolean mask based on the value of time of the hit from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< bool > | maskType (LogicalOperators::ComparisonOperator op, int val, const edm4hep::TrackerHit3DCollection &collection) |
Create boolean mask based on the value of type from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< bool > | maskQuality (LogicalOperators::ComparisonOperator op, int val, const edm4hep::TrackerHit3DCollection &collection) |
Create boolean mask based on the value of type from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< bool > | maskCellID (LogicalOperators::ComparisonOperator op, unsigned long long val, const edm4hep::TrackerHit3DCollection &collection) |
Create boolean mask based on the value of detector cell ID from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< bool > | maskEDep (LogicalOperators::ComparisonOperator op, float val, const edm4hep::TrackerHit3DCollection &collection) |
Create boolean mask based on the value of eDep from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< bool > | maskTime (LogicalOperators::ComparisonOperator op, float val, const edm4hep::TrackerHit3DCollection &collection) |
Create boolean mask based on the value of time of the hit from each item in a collection of TrackerHit3D. | |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > | selType (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Select a subgroup of TrackerHit3D based on the value of type. | |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > | selQuality (LogicalOperators::ComparisonOperator op, int val, ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Select a subgroup of TrackerHit3D based on the value of type. | |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > | selCellID (LogicalOperators::ComparisonOperator op, unsigned long long val, ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Select a subgroup of TrackerHit3D based on the value of detector cell ID. | |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > | selEDep (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Select a subgroup of TrackerHit3D based on the value of eDep. | |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > | selTime (LogicalOperators::ComparisonOperator op, float val, ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection) |
Select a subgroup of TrackerHit3D based on the value of time of the hit. | |
edm4hep::TrackerHit3DCollection | selType (LogicalOperators::ComparisonOperator op, int val, const edm4hep::TrackerHit3DCollection &collection) |
Select a subgroup of TrackerHit3D based on the value of type. | |
edm4hep::TrackerHit3DCollection | selQuality (LogicalOperators::ComparisonOperator op, int val, const edm4hep::TrackerHit3DCollection &collection) |
Select a subgroup of TrackerHit3D based on the value of type. | |
edm4hep::TrackerHit3DCollection | selCellID (LogicalOperators::ComparisonOperator op, unsigned long long val, const edm4hep::TrackerHit3DCollection &collection) |
Select a subgroup of TrackerHit3D based on the value of detector cell ID. | |
edm4hep::TrackerHit3DCollection | selEDep (LogicalOperators::ComparisonOperator op, float val, const edm4hep::TrackerHit3DCollection &collection) |
Select a subgroup of TrackerHit3D based on the value of eDep. | |
edm4hep::TrackerHit3DCollection | selTime (LogicalOperators::ComparisonOperator op, float val, const edm4hep::TrackerHit3DCollection &collection) |
Select a subgroup of TrackerHit3D based on the value of time of the hit. | |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > | sortType (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection, bool reverse=false) |
Sort a collection of TrackerHit3D based on the value of type. | |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > | sortQuality (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection, bool reverse=false) |
Sort a collection of TrackerHit3D based on the value of quality. | |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > | sortCellID (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection, bool reverse=false) |
Sort a collection of TrackerHit3D based on the value of detector cell ID. | |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > | sortEDep (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection, bool reverse=false) |
Sort a collection of TrackerHit3D based on the value of eDep. | |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > | sortTime (ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &collection, bool reverse=false) |
Sort a collection of TrackerHit3D based on the value of time of the hit. | |
edm4hep::TrackerHit3DCollection | sortType (edm4hep::TrackerHit3DCollection &collection, bool reverse=false) |
Sort a collection of TrackerHit3D based on the value of type. | |
edm4hep::TrackerHit3DCollection | sortQuality (edm4hep::TrackerHit3DCollection &collection, bool reverse=false) |
Sort a collection of TrackerHit3D based on the value of quality. | |
edm4hep::TrackerHit3DCollection | sortCellID (edm4hep::TrackerHit3DCollection &collection, bool reverse=false) |
Sort a collection of TrackerHit3D based on the value of detector cell ID. | |
edm4hep::TrackerHit3DCollection | sortEDep (edm4hep::TrackerHit3DCollection &collection, bool reverse=false) |
Sort a collection of TrackerHit3D based on the value of eDep. | |
edm4hep::TrackerHit3DCollection | sortTime (edm4hep::TrackerHit3DCollection &collection, bool reverse=false) |
Sort a collection of TrackerHit3D based on the value of time of the hit. | |
ROOT::VecOps::RVec< unsigned long long > k4::ral::TrackerHit3D::getCellID | ( | const edm4hep::TrackerHit3DCollection & | collection | ) |
Get detector cell ID from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< unsigned long long > k4::ral::TrackerHit3D::getCellID | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection | ) |
Get detector cell ID from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< float > k4::ral::TrackerHit3D::getEDep | ( | const edm4hep::TrackerHit3DCollection & | collection | ) |
Get eDep from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< float > k4::ral::TrackerHit3D::getEDep | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection | ) |
Get eDep from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< int > k4::ral::TrackerHit3D::getQuality | ( | const edm4hep::TrackerHit3DCollection & | collection | ) |
Get quality from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< int > k4::ral::TrackerHit3D::getQuality | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection | ) |
Get quality from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< float > k4::ral::TrackerHit3D::getTime | ( | const edm4hep::TrackerHit3DCollection & | collection | ) |
Get time of the hit from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< float > k4::ral::TrackerHit3D::getTime | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection | ) |
Get time of the hit from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< int > k4::ral::TrackerHit3D::getType | ( | const edm4hep::TrackerHit3DCollection & | collection | ) |
Get type from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< int > k4::ral::TrackerHit3D::getType | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection | ) |
Get type from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< bool > k4::ral::TrackerHit3D::maskCellID | ( | LogicalOperators::ComparisonOperator | op, |
unsigned long long | val, | ||
const edm4hep::TrackerHit3DCollection & | collection ) |
Create boolean mask based on the value of detector cell ID from each item in a collection of TrackerHit3D.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< bool > k4::ral::TrackerHit3D::maskCellID | ( | LogicalOperators::ComparisonOperator | op, |
unsigned long long | val, | ||
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection ) |
Create boolean mask based on the value of detector cell ID from each item in a collection of TrackerHit3D.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< bool > k4::ral::TrackerHit3D::maskEDep | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::TrackerHit3DCollection & | collection ) |
Create boolean mask based on the value of eDep from each item in a collection of TrackerHit3D.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< bool > k4::ral::TrackerHit3D::maskEDep | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection ) |
Create boolean mask based on the value of eDep from each item in a collection of TrackerHit3D.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< bool > k4::ral::TrackerHit3D::maskQuality | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
const edm4hep::TrackerHit3DCollection & | collection ) |
Create boolean mask based on the value of type from each item in a collection of TrackerHit3D.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< bool > k4::ral::TrackerHit3D::maskQuality | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection ) |
Create boolean mask based on the value of type from each item in a collection of TrackerHit3D.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< bool > k4::ral::TrackerHit3D::maskTime | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::TrackerHit3DCollection & | collection ) |
Create boolean mask based on the value of time of the hit from each item in a collection of TrackerHit3D.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< bool > k4::ral::TrackerHit3D::maskTime | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection ) |
Create boolean mask based on the value of time of the hit from each item in a collection of TrackerHit3D.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< bool > k4::ral::TrackerHit3D::maskType | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
const edm4hep::TrackerHit3DCollection & | collection ) |
Create boolean mask based on the value of type from each item in a collection of TrackerHit3D.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< bool > k4::ral::TrackerHit3D::maskType | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection ) |
Create boolean mask based on the value of type from each item in a collection of TrackerHit3D.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
int k4::ral::TrackerHit3D::printCellID | ( | const edm4hep::TrackerHit3DCollection & | collection | ) |
Print detector cell ID from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
int k4::ral::TrackerHit3D::printCellID | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection | ) |
Print detector cell ID from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
int k4::ral::TrackerHit3D::printEDep | ( | const edm4hep::TrackerHit3DCollection & | collection | ) |
Print eDep from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
int k4::ral::TrackerHit3D::printEDep | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection | ) |
Print eDep from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
int k4::ral::TrackerHit3D::printQuality | ( | const edm4hep::TrackerHit3DCollection & | collection | ) |
Print type from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
int k4::ral::TrackerHit3D::printQuality | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection | ) |
Print type from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
int k4::ral::TrackerHit3D::printTime | ( | const edm4hep::TrackerHit3DCollection & | collection | ) |
Print time of the hit from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
int k4::ral::TrackerHit3D::printTime | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection | ) |
Print time of the hit from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
int k4::ral::TrackerHit3D::printType | ( | const edm4hep::TrackerHit3DCollection & | collection | ) |
Print type from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
int k4::ral::TrackerHit3D::printType | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection | ) |
Print type from each item in a collection of TrackerHit3D.
collection | Collection of TrackerHit3D to look in |
edm4hep::TrackerHit3DCollection k4::ral::TrackerHit3D::selCellID | ( | LogicalOperators::ComparisonOperator | op, |
unsigned long long | val, | ||
const edm4hep::TrackerHit3DCollection & | collection ) |
Select a subgroup of TrackerHit3D based on the value of detector cell ID.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > k4::ral::TrackerHit3D::selCellID | ( | LogicalOperators::ComparisonOperator | op, |
unsigned long long | val, | ||
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection ) |
Select a subgroup of TrackerHit3D based on the value of detector cell ID.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
edm4hep::TrackerHit3DCollection k4::ral::TrackerHit3D::selEDep | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::TrackerHit3DCollection & | collection ) |
Select a subgroup of TrackerHit3D based on the value of eDep.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > k4::ral::TrackerHit3D::selEDep | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection ) |
Select a subgroup of TrackerHit3D based on the value of eDep.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
edm4hep::TrackerHit3DCollection k4::ral::TrackerHit3D::selQuality | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
const edm4hep::TrackerHit3DCollection & | collection ) |
Select a subgroup of TrackerHit3D based on the value of type.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > k4::ral::TrackerHit3D::selQuality | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection ) |
Select a subgroup of TrackerHit3D based on the value of type.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
edm4hep::TrackerHit3DCollection k4::ral::TrackerHit3D::selTime | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
const edm4hep::TrackerHit3DCollection & | collection ) |
Select a subgroup of TrackerHit3D based on the value of time of the hit.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > k4::ral::TrackerHit3D::selTime | ( | LogicalOperators::ComparisonOperator | op, |
float | val, | ||
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection ) |
Select a subgroup of TrackerHit3D based on the value of time of the hit.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
edm4hep::TrackerHit3DCollection k4::ral::TrackerHit3D::selType | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
const edm4hep::TrackerHit3DCollection & | collection ) |
Select a subgroup of TrackerHit3D based on the value of type.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > k4::ral::TrackerHit3D::selType | ( | LogicalOperators::ComparisonOperator | op, |
int | val, | ||
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection ) |
Select a subgroup of TrackerHit3D based on the value of type.
op | Logical operation applied to create the mask. |
val | Value to compare with. |
collection | Collection of TrackerHit3D to look in |
edm4hep::TrackerHit3DCollection k4::ral::TrackerHit3D::sortCellID | ( | edm4hep::TrackerHit3DCollection & | collection, |
bool | reverse = false ) |
Sort a collection of TrackerHit3D based on the value of detector cell ID.
collection | Collection of TrackerHit3D to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > k4::ral::TrackerHit3D::sortCellID | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection, |
bool | reverse = false ) |
Sort a collection of TrackerHit3D based on the value of detector cell ID.
collection | Collection of TrackerHit3D to be sorted |
reverse | Change the order of sorting. |
edm4hep::TrackerHit3DCollection k4::ral::TrackerHit3D::sortEDep | ( | edm4hep::TrackerHit3DCollection & | collection, |
bool | reverse = false ) |
Sort a collection of TrackerHit3D based on the value of eDep.
collection | Collection of TrackerHit3D to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > k4::ral::TrackerHit3D::sortEDep | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection, |
bool | reverse = false ) |
Sort a collection of TrackerHit3D based on the value of eDep.
collection | Collection of TrackerHit3D to be sorted |
reverse | Change the order of sorting. |
edm4hep::TrackerHit3DCollection k4::ral::TrackerHit3D::sortQuality | ( | edm4hep::TrackerHit3DCollection & | collection, |
bool | reverse = false ) |
Sort a collection of TrackerHit3D based on the value of quality.
collection | Collection of TrackerHit3D to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > k4::ral::TrackerHit3D::sortQuality | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection, |
bool | reverse = false ) |
Sort a collection of TrackerHit3D based on the value of quality.
collection | Collection of TrackerHit3D to be sorted |
reverse | Change the order of sorting. |
edm4hep::TrackerHit3DCollection k4::ral::TrackerHit3D::sortTime | ( | edm4hep::TrackerHit3DCollection & | collection, |
bool | reverse = false ) |
Sort a collection of TrackerHit3D based on the value of time of the hit.
collection | Collection of TrackerHit3D to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > k4::ral::TrackerHit3D::sortTime | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection, |
bool | reverse = false ) |
Sort a collection of TrackerHit3D based on the value of time of the hit.
collection | Collection of TrackerHit3D to be sorted |
reverse | Change the order of sorting. |
edm4hep::TrackerHit3DCollection k4::ral::TrackerHit3D::sortType | ( | edm4hep::TrackerHit3DCollection & | collection, |
bool | reverse = false ) |
Sort a collection of TrackerHit3D based on the value of type.
collection | Collection of TrackerHit3D to be sorted |
reverse | Change the order of sorting. |
ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > k4::ral::TrackerHit3D::sortType | ( | ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > & | collection, |
bool | reverse = false ) |
Sort a collection of TrackerHit3D based on the value of type.
collection | Collection of TrackerHit3D to be sorted |
reverse | Change the order of sorting. |