|
| std::unordered_map< int, std::string > | GetRadiatorIDs () |
| |
| std::string | GetRadiatorName (int id) |
| |
| int | GetRadiatorID (std::string name) |
| |
| std::vector< std::pair< double, double > > | ApplyFineBinning (const std::vector< std::pair< double, double > > &input, unsigned nbins) |
| |
| bool | GetFinelyBinnedTableEntry (const std::vector< std::pair< double, double > > &table, double argument, double *entry) |
| |
| template<class PodioVector3 > |
| TVector3 | PodioVector3_to_TVector3 (const PodioVector3 v) |
| |
| template<class MathVector3 > |
| TVector3 | MathVector3_to_TVector3 (MathVector3 v) |
| |
| std::string | PrintTVector3 (std::string name, TVector3 vec, int nameBuffer=30) |
| |
| std::string | HypothesisTableHead (int indent=4) |
| |
| std::string | HypothesisTableLine (edm4eic::CherenkovParticleIDHypothesis hyp, int indent=4) |
| |
| std::string | HypothesisTableLine (edm4hep::ParticleID hyp, int indent=4) |
| |