From facdbb155eaa31664beae5750cf1db840cf7a7e3 Mon Sep 17 00:00:00 2001 From: Juanki0396 Date: Fri, 23 Aug 2024 14:37:05 +0000 Subject: [PATCH] deploy: 3fb2a90c221ba533d6d97d9ee83a1ba133272d49 --- docs/ReconstructedParticle_8cc.html | 116 ++- docs/ReconstructedParticle_8cc__incl.dot | 42 +- docs/ReconstructedParticle_8h.html | 74 ++ docs/ReconstructedParticle_8h__incl.dot | 18 +- docs/ReconstructedParticle_8h_source.html | 884 ++++++++++-------- docs/doxygen_crawl.html | 72 ++ ...acek4_1_1ral_1_1ReconstructedParticle.html | 792 ++++++++++++++++ docs/namespacemembers.html | 24 + docs/namespacemembers_func.html | 24 + docs/search/all_3.js | 55 +- docs/search/all_a.js | 53 +- docs/search/functions_1.js | 51 +- docs/search/functions_6.js | 53 +- 13 files changed, 1756 insertions(+), 502 deletions(-) diff --git a/docs/ReconstructedParticle_8cc.html b/docs/ReconstructedParticle_8cc.html index 81b58d8..bc03cc2 100644 --- a/docs/ReconstructedParticle_8cc.html +++ b/docs/ReconstructedParticle_8cc.html @@ -104,10 +104,14 @@
#include "ral/ReconstructedParticle.h"
#include "ral/LogicalOperators.h"
+#include <Math/GenVector/PxPyPzM4D.h>
#include <Math/Vector3Dfwd.h>
#include <Math/Vector4Dfwd.h>
+#include <ROOT/RVec.hxx>
#include <cstdlib>
+#include <edm4hep/ClusterData.h>
#include <edm4hep/ReconstructedParticleData.h>
+#include <edm4hep/TrackData.h>
#include <iostream>
#include <stdexcept>
@@ -203,6 +207,15 @@ ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::get_goodnessOfPID (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)  Get goodnessOfPID member from ReconstructedParticles.
  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::get_daugthers (edm4hep::ReconstructedParticleData main_particle, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles) + Get all the daughter particles of one ReconstructedParticle.
+  +ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::ReconstructedParticle::get_clusters (edm4hep::ReconstructedParticleData main_particle, ROOT::VecOps::RVec< edm4hep::ClusterData > clusters) + Get all the clusters related to one ReconstructedParticle.
+  +ROOT::VecOps::RVec< edm4hep::TrackData > k4::ral::ReconstructedParticle::get_tracks (edm4hep::ReconstructedParticleData main_particle, ROOT::VecOps::RVec< edm4hep::TrackData > tracks) + Get all the tracks related to one ReconstructedParticle.
+  ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::mask_e (LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)  Creates a boolean mask based on the energy for later filtering.
  @@ -260,6 +273,12 @@ ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::mask_abspdg (LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)  Creates a boolean mask based on the absolute pdg for later filtering.
  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sel_n_elements (int n, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles) + Select a subcollection of ReconstructedParticles.
+  +edm4hep::ReconstructedParticleData k4::ral::ReconstructedParticle::sel_element (int n, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles) + Select one ReconstructedParticle.
+  ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sel_e (LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)  Select a subcollection of ReconstructedParticles based on the energy.
  @@ -317,6 +336,63 @@ ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sel_abspdg (LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)  Select a subcollection of ReconstructedParticles based on the absolute pdg.
  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_e (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of energy.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_pmod (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of momentum modulus.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_pt (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of transverse momentum.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_px (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of x momentum.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_py (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of y momentum.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_pz (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of z momentum.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_eta (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of pseudorapidity.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_rapidity (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of rapidity.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_theta (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of polar angle.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_phi (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of azimutal angle.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_r (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of distance to origin.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_x (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of x distance to origin.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_y (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of y distance to origin.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_z (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of z distance to origin.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_m (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of mass.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_q (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of charge.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_absq (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of absolute charge.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_pdg (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of pdg.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_abspdg (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of absolute pdg.

Macro Definition Documentation

@@ -357,26 +433,26 @@

-Value:
ROOT::VecOps::RVec<T> vec = getter(collection); \
-
for (T & item : vec) {\
-
switch (op) {\
-
case LogicalOperators::ComparisonOperator::LESS:\
-
result.emplace_back(item < value);\
-
break;\
-
case LogicalOperators::ComparisonOperator::LESSEQ:\
-
result.emplace_back(item <= value);\
-
break;\
-
case LogicalOperators::ComparisonOperator::EQ:\
-
result.emplace_back(item == value);\
-
break;\
-
case LogicalOperators::ComparisonOperator::GREATEREQ:\
-
result.emplace_back(item >= value);\
-
break;\
-
case LogicalOperators::ComparisonOperator::GREATER:\
-
result.emplace_back(item > value);\
-
break;\
-
}\
-
}\
+Value:
ROOT::VecOps::RVec<T> vec = getter(collection); \
+
for (T & item : vec) { \
+
switch (op) { \
+
case LogicalOperators::ComparisonOperator::LESS: \
+
result.emplace_back(item < value); \
+
break; \
+
case LogicalOperators::ComparisonOperator::LESSEQ: \
+
result.emplace_back(item <= value); \
+
break; \
+
case LogicalOperators::ComparisonOperator::EQ: \
+
result.emplace_back(item == value); \
+
break; \
+
case LogicalOperators::ComparisonOperator::GREATEREQ: \
+
result.emplace_back(item >= value); \
+
break; \
+
case LogicalOperators::ComparisonOperator::GREATER: \
+
result.emplace_back(item > value); \
+
break; \
+
} \
+
}

diff --git a/docs/ReconstructedParticle_8cc__incl.dot b/docs/ReconstructedParticle_8cc__incl.dot index 1a806f9..54cc6a3 100644 --- a/docs/ReconstructedParticle_8cc__incl.dot +++ b/docs/ReconstructedParticle_8cc__incl.dot @@ -14,23 +14,31 @@ digraph "src/ReconstructedParticle.cc" Node2 -> Node5 [id="edge4_Node000002_Node000005",color="steelblue1",style="solid",tooltip=" "]; Node5 [id="Node000005",label="ROOT/RVec.hxx",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; Node2 -> Node6 [id="edge5_Node000002_Node000006",color="steelblue1",style="solid",tooltip=" "]; - Node6 [id="Node000006",label="edm4hep/ReconstructedParticle\lData.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node6 [id="Node000006",label="edm4hep/ClusterData.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; Node2 -> Node7 [id="edge6_Node000002_Node000007",color="steelblue1",style="solid",tooltip=" "]; - Node7 [id="Node000007",label="ral/LogicalOperators.h",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$LogicalOperators_8h.html",tooltip=" "]; - Node7 -> Node5 [id="edge7_Node000007_Node000005",color="steelblue1",style="solid",tooltip=" "]; - Node2 -> Node8 [id="edge8_Node000002_Node000008",color="steelblue1",style="solid",tooltip=" "]; - Node8 [id="Node000008",label="Math/GenVector/PxPyPzM4D.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; - Node2 -> Node9 [id="edge9_Node000002_Node000009",color="steelblue1",style="solid",tooltip=" "]; - Node9 [id="Node000009",label="Math/Vector4Dfwd.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; - Node1 -> Node7 [id="edge10_Node000001_Node000007",color="steelblue1",style="solid",tooltip=" "]; - Node1 -> Node10 [id="edge11_Node000001_Node000010",color="steelblue1",style="solid",tooltip=" "]; - Node10 [id="Node000010",label="Math/Vector3Dfwd.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node7 [id="Node000007",label="edm4hep/ReconstructedParticle\lData.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node2 -> Node8 [id="edge7_Node000002_Node000008",color="steelblue1",style="solid",tooltip=" "]; + Node8 [id="Node000008",label="edm4hep/TrackData.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node2 -> Node9 [id="edge8_Node000002_Node000009",color="steelblue1",style="solid",tooltip=" "]; + Node9 [id="Node000009",label="ral/LogicalOperators.h",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$LogicalOperators_8h.html",tooltip=" "]; + Node9 -> Node5 [id="edge9_Node000009_Node000005",color="steelblue1",style="solid",tooltip=" "]; + Node2 -> Node10 [id="edge10_Node000002_Node000010",color="steelblue1",style="solid",tooltip=" "]; + Node10 [id="Node000010",label="Math/GenVector/PxPyPzM4D.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node2 -> Node11 [id="edge11_Node000002_Node000011",color="steelblue1",style="solid",tooltip=" "]; + Node11 [id="Node000011",label="Math/Vector4Dfwd.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; Node1 -> Node9 [id="edge12_Node000001_Node000009",color="steelblue1",style="solid",tooltip=" "]; - Node1 -> Node11 [id="edge13_Node000001_Node000011",color="steelblue1",style="solid",tooltip=" "]; - Node11 [id="Node000011",label="cstdlib",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; - Node1 -> Node6 [id="edge14_Node000001_Node000006",color="steelblue1",style="solid",tooltip=" "]; - Node1 -> Node12 [id="edge15_Node000001_Node000012",color="steelblue1",style="solid",tooltip=" "]; - Node12 [id="Node000012",label="iostream",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; - Node1 -> Node13 [id="edge16_Node000001_Node000013",color="steelblue1",style="solid",tooltip=" "]; - Node13 [id="Node000013",label="stdexcept",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node1 -> Node10 [id="edge13_Node000001_Node000010",color="steelblue1",style="solid",tooltip=" "]; + Node1 -> Node12 [id="edge14_Node000001_Node000012",color="steelblue1",style="solid",tooltip=" "]; + Node12 [id="Node000012",label="Math/Vector3Dfwd.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node1 -> Node11 [id="edge15_Node000001_Node000011",color="steelblue1",style="solid",tooltip=" "]; + Node1 -> Node5 [id="edge16_Node000001_Node000005",color="steelblue1",style="solid",tooltip=" "]; + Node1 -> Node13 [id="edge17_Node000001_Node000013",color="steelblue1",style="solid",tooltip=" "]; + Node13 [id="Node000013",label="cstdlib",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node1 -> Node6 [id="edge18_Node000001_Node000006",color="steelblue1",style="solid",tooltip=" "]; + Node1 -> Node7 [id="edge19_Node000001_Node000007",color="steelblue1",style="solid",tooltip=" "]; + Node1 -> Node8 [id="edge20_Node000001_Node000008",color="steelblue1",style="solid",tooltip=" "]; + Node1 -> Node14 [id="edge21_Node000001_Node000014",color="steelblue1",style="solid",tooltip=" "]; + Node14 [id="Node000014",label="iostream",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node1 -> Node15 [id="edge22_Node000001_Node000015",color="steelblue1",style="solid",tooltip=" "]; + Node15 [id="Node000015",label="stdexcept",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; } diff --git a/docs/ReconstructedParticle_8h.html b/docs/ReconstructedParticle_8h.html index 65828a9..a13c4dc 100644 --- a/docs/ReconstructedParticle_8h.html +++ b/docs/ReconstructedParticle_8h.html @@ -105,7 +105,9 @@
#include "Math/Vector3D.h"
#include "Math/Vector4D.h"
#include "ROOT/RVec.hxx"
+#include "edm4hep/ClusterData.h"
#include "edm4hep/ReconstructedParticleData.h"
+#include "edm4hep/TrackData.h"
#include "
ral/LogicalOperators.h"
#include <Math/GenVector/PxPyPzM4D.h>
#include <Math/Vector4Dfwd.h>
@@ -222,6 +224,15 @@ ROOT::VecOps::RVec< float > k4::ral::ReconstructedParticle::get_goodnessOfPID (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)  Get goodnessOfPID member from ReconstructedParticles.
  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::get_daugthers (edm4hep::ReconstructedParticleData main_particle, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles) + Get all the daughter particles of one ReconstructedParticle.
+  +ROOT::VecOps::RVec< edm4hep::ClusterData > k4::ral::ReconstructedParticle::get_clusters (edm4hep::ReconstructedParticleData main_particle, ROOT::VecOps::RVec< edm4hep::ClusterData > clusters) + Get all the clusters related to one ReconstructedParticle.
+  +ROOT::VecOps::RVec< edm4hep::TrackData > k4::ral::ReconstructedParticle::get_tracks (edm4hep::ReconstructedParticleData main_particle, ROOT::VecOps::RVec< edm4hep::TrackData > tracks) + Get all the tracks related to one ReconstructedParticle.
+  ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::mask_e (LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)  Creates a boolean mask based on the energy for later filtering.
  @@ -279,6 +290,12 @@ ROOT::VecOps::RVec< bool > k4::ral::ReconstructedParticle::mask_abspdg (LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)  Creates a boolean mask based on the absolute pdg for later filtering.
  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sel_n_elements (int n, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles) + Select a subcollection of ReconstructedParticles.
+  +edm4hep::ReconstructedParticleData k4::ral::ReconstructedParticle::sel_element (int n, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles) + Select one ReconstructedParticle.
+  ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sel_e (LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)  Select a subcollection of ReconstructedParticles based on the energy.
  @@ -336,6 +353,63 @@ ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sel_abspdg (LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)  Select a subcollection of ReconstructedParticles based on the absolute pdg.
  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_e (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of energy.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_pmod (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of momentum modulus.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_pt (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of transverse momentum.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_px (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of x momentum.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_py (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of y momentum.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_pz (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of z momentum.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_eta (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of pseudorapidity.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_rapidity (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of rapidity.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_theta (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of polar angle.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_phi (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of azimutal angle.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_r (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of distance to origin.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_x (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of x distance to origin.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_y (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of y distance to origin.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_z (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of z distance to origin.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_m (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of mass.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_q (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of charge.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_absq (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of absolute charge.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_pdg (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of pdg.
+  +ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > k4::ral::ReconstructedParticle::sort_abspdg (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse=false) + Sort a collection of Reconstructed particles in ascending order of absolute pdg.
diff --git a/docs/ReconstructedParticle_8h__incl.dot b/docs/ReconstructedParticle_8h__incl.dot index b52786c..9b85909 100644 --- a/docs/ReconstructedParticle_8h__incl.dot +++ b/docs/ReconstructedParticle_8h__incl.dot @@ -12,12 +12,16 @@ digraph "include/ral/ReconstructedParticle.h" Node1 -> Node4 [id="edge3_Node000001_Node000004",color="steelblue1",style="solid",tooltip=" "]; Node4 [id="Node000004",label="ROOT/RVec.hxx",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; Node1 -> Node5 [id="edge4_Node000001_Node000005",color="steelblue1",style="solid",tooltip=" "]; - Node5 [id="Node000005",label="edm4hep/ReconstructedParticle\lData.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node5 [id="Node000005",label="edm4hep/ClusterData.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; Node1 -> Node6 [id="edge5_Node000001_Node000006",color="steelblue1",style="solid",tooltip=" "]; - Node6 [id="Node000006",label="ral/LogicalOperators.h",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$LogicalOperators_8h.html",tooltip=" "]; - Node6 -> Node4 [id="edge6_Node000006_Node000004",color="steelblue1",style="solid",tooltip=" "]; - Node1 -> Node7 [id="edge7_Node000001_Node000007",color="steelblue1",style="solid",tooltip=" "]; - Node7 [id="Node000007",label="Math/GenVector/PxPyPzM4D.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; - Node1 -> Node8 [id="edge8_Node000001_Node000008",color="steelblue1",style="solid",tooltip=" "]; - Node8 [id="Node000008",label="Math/Vector4Dfwd.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node6 [id="Node000006",label="edm4hep/ReconstructedParticle\lData.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node1 -> Node7 [id="edge6_Node000001_Node000007",color="steelblue1",style="solid",tooltip=" "]; + Node7 [id="Node000007",label="edm4hep/TrackData.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node1 -> Node8 [id="edge7_Node000001_Node000008",color="steelblue1",style="solid",tooltip=" "]; + Node8 [id="Node000008",label="ral/LogicalOperators.h",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$LogicalOperators_8h.html",tooltip=" "]; + Node8 -> Node4 [id="edge8_Node000008_Node000004",color="steelblue1",style="solid",tooltip=" "]; + Node1 -> Node9 [id="edge9_Node000001_Node000009",color="steelblue1",style="solid",tooltip=" "]; + Node9 [id="Node000009",label="Math/GenVector/PxPyPzM4D.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; + Node1 -> Node10 [id="edge10_Node000001_Node000010",color="steelblue1",style="solid",tooltip=" "]; + Node10 [id="Node000010",label="Math/Vector4Dfwd.h",height=0.2,width=0.4,color="grey60", fillcolor="#E0E0E0", style="filled",tooltip=" "]; } diff --git a/docs/ReconstructedParticle_8h_source.html b/docs/ReconstructedParticle_8h_source.html index ac1d361..64ee417 100644 --- a/docs/ReconstructedParticle_8h_source.html +++ b/docs/ReconstructedParticle_8h_source.html @@ -104,396 +104,528 @@
4#include "Math/Vector3D.h"
5#include "Math/Vector4D.h"
6#include "ROOT/RVec.hxx"
-
7#include "edm4hep/ReconstructedParticleData.h"
- -
9#include <Math/GenVector/PxPyPzM4D.h>
-
10#include <Math/Vector4Dfwd.h>
-
11
-
15namespace k4::ral {
-
16
-
20namespace ReconstructedParticle {
-
21
-
28int get_n(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
29
-
36ROOT::VecOps::RVec<int>
-
37get_pdg(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
38
-
45ROOT::VecOps::RVec<int>
-
46get_abspdg(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
47
-
54ROOT::VecOps::RVec<float>
-
55get_e(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
56
-
63ROOT::VecOps::RVec<ROOT::Math::PxPyPzMVector>
-
64get_p(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
65
-
72ROOT::VecOps::RVec<float>
-
73get_pmod(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
74
-
81ROOT::VecOps::RVec<float> get_pt(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
82
-
89ROOT::VecOps::RVec<float> get_px(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
90
-
91
-
98ROOT::VecOps::RVec<float> get_py(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
99
-
106ROOT::VecOps::RVec<float> get_pz(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
107
-
114ROOT::VecOps::RVec<float> get_eta(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
115
-
122ROOT::VecOps::RVec<float> get_rapidity(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
123
-
130ROOT::VecOps::RVec<float> get_theta(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
131
-
138ROOT::VecOps::RVec<float> get_phi(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
7#include "edm4hep/ClusterData.h"
+
8#include "edm4hep/ReconstructedParticleData.h"
+
9#include "edm4hep/TrackData.h"
+ +
11#include <Math/GenVector/PxPyPzM4D.h>
+
12#include <Math/Vector4Dfwd.h>
+
13
+
17namespace k4::ral {
+
18
+
22namespace ReconstructedParticle {
+
23
+
30int get_n(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
31
+
38ROOT::VecOps::RVec<int>
+
39get_pdg(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
40
+
47ROOT::VecOps::RVec<int>
+
48get_abspdg(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
49
+
56ROOT::VecOps::RVec<float>
+
57get_e(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
58
+
65ROOT::VecOps::RVec<ROOT::Math::PxPyPzMVector>
+
66get_p(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
67
+
74ROOT::VecOps::RVec<float>
+
75get_pmod(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
76
+
83ROOT::VecOps::RVec<float>
+
84get_pt(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
85
+
92ROOT::VecOps::RVec<float>
+
93get_px(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
94
+
101ROOT::VecOps::RVec<float>
+
102get_py(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
103
+
110ROOT::VecOps::RVec<float>
+
111get_pz(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
112
+
119ROOT::VecOps::RVec<float>
+
120get_eta(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
121
+
128ROOT::VecOps::RVec<float>
+
129get_rapidity(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
130
+
137ROOT::VecOps::RVec<float>
+
138get_theta(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
139
-
146ROOT::VecOps::RVec<ROOT::Math::XYZVector> get_referencePoint(
-
147 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
146ROOT::VecOps::RVec<float>
+
147get_phi(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
148
-
155ROOT::VecOps::RVec<float> get_r(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
156
-
163ROOT::VecOps::RVec<float> get_x(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
164
-
171ROOT::VecOps::RVec<float> get_y(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
172
-
179ROOT::VecOps::RVec<float> get_z(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
180
-
187ROOT::VecOps::RVec<float>
-
188get_q(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
189
-
196ROOT::VecOps::RVec<float>
-
197get_absq(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
198
-
205ROOT::VecOps::RVec<float>
-
206get_m(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
207
-
214ROOT::VecOps::RVec<float> get_goodnessOfPID(
-
215 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
216
-
-
220struct print_pdg {
- - -
223 print_pdg(int n_events);
-
224 int operator()(
-
225 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
226};
+
155ROOT::VecOps::RVec<ROOT::Math::XYZVector> get_referencePoint(
+
156 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
157
+
164ROOT::VecOps::RVec<float>
+
165get_r(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
166
+
173ROOT::VecOps::RVec<float>
+
174get_x(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
175
+
182ROOT::VecOps::RVec<float>
+
183get_y(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
184
+
191ROOT::VecOps::RVec<float>
+
192get_z(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
193
+
200ROOT::VecOps::RVec<float>
+
201get_q(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
202
+
209ROOT::VecOps::RVec<float>
+
210get_absq(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
211
+
218ROOT::VecOps::RVec<float>
+
219get_m(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
220
+
227ROOT::VecOps::RVec<float> get_goodnessOfPID(
+
228 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
229
+
237ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
238get_daugthers(edm4hep::ReconstructedParticleData main_particle,
+
239 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
240
+
248ROOT::VecOps::RVec<edm4hep::ClusterData>
+
249get_clusters(edm4hep::ReconstructedParticleData main_particle,
+
250 ROOT::VecOps::RVec<edm4hep::ClusterData> clusters);
+
251
+
259ROOT::VecOps::RVec<edm4hep::TrackData>
+
260get_tracks(edm4hep::ReconstructedParticleData main_particle,
+
261 ROOT::VecOps::RVec<edm4hep::TrackData> tracks);
+
262
+
+
266struct print_pdg {
+ + +
269 print_pdg(int n_events);
+
270 int operator()(
+
271 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
272};
-
227
-
-
228struct print_e {
- - -
231 print_e(int n_events);
-
232 int operator()(
-
233 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
234};
+
273
+
+
274struct print_e {
+ + +
277 print_e(int n_events);
+
278 int operator()(
+
279 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
280};
-
235
-
-
236struct print_p {
- - -
239 print_p(int n_events);
-
240 int operator()(
-
241 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
242};
+
281
+
+
282struct print_p {
+ + +
285 print_p(int n_events);
+
286 int operator()(
+
287 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
288};
-
243
-
- - - -
247 print_referencePoint(int n_events);
-
248 int operator()(
-
249 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
250};
+
289
+
+ + + +
293 print_referencePoint(int n_events);
+
294 int operator()(
+
295 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
296};
-
251
-
-
252struct print_m {
- - -
255 print_m(int n_events);
-
256 int operator()(
-
257 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
258};
+
297
+
+
298struct print_m {
+ + +
301 print_m(int n_events);
+
302 int operator()(
+
303 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
304};
-
259
-
-
260struct print_q {
- - -
263 print_q(int n_events);
-
264 int operator()(
-
265 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
266};
+
305
+
+
306struct print_q {
+ + +
309 print_q(int n_events);
+
310 int operator()(
+
311 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
312};
-
267
-
- - - -
271 print_goodnessOfPID(int n_events);
-
272 int operator()(
-
273 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
274};
+
313
+
+ + + +
317 print_goodnessOfPID(int n_events);
+
318 int operator()(
+
319 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
320};
-
275
-
284ROOT::VecOps::RVec<bool>
- -
286 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
287
-
296ROOT::VecOps::RVec<bool>
- -
298 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
299
-
308ROOT::VecOps::RVec<bool>
- -
310 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
311
-
320ROOT::VecOps::RVec<bool>
- -
322 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
323
-
332ROOT::VecOps::RVec<bool>
- -
334 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
335
-
344ROOT::VecOps::RVec<bool>
- -
346 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
347
-
356ROOT::VecOps::RVec<bool>
- -
358 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
359
-
368ROOT::VecOps::RVec<bool>
- -
370 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
371
+
321
+
330ROOT::VecOps::RVec<bool>
+ +
332 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
333
+
342ROOT::VecOps::RVec<bool>
+ +
344 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
345
+
354ROOT::VecOps::RVec<bool>
+ +
356 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
357
+
367ROOT::VecOps::RVec<bool>
+ +
369 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
370
380ROOT::VecOps::RVec<bool>
- -
382 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+ +
382 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
383
-
392ROOT::VecOps::RVec<bool>
- -
394 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
395
-
404ROOT::VecOps::RVec<bool>
- -
406 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
407
-
416ROOT::VecOps::RVec<bool>
- -
418 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
419
-
428ROOT::VecOps::RVec<bool>
- -
430 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
431
-
440ROOT::VecOps::RVec<bool>
- -
442 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
443
-
452ROOT::VecOps::RVec<bool>
- -
454 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
463ROOT::VecOps::RVec<bool>
- -
465 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
466
-
475ROOT::VecOps::RVec<bool>
- -
477 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
478
-
487ROOT::VecOps::RVec<bool>
- -
489 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
490
-
499ROOT::VecOps::RVec<bool>
- -
501 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
502
-
511ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
513 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
514
-
523ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
525 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
526
-
535ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
537 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
538
-
547ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
549 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
550
-
559ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
561 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
562
-
571ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
573 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
574
-
583ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
585 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
586
-
595ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
597 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
598
-
607ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
609 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
610
-
619ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
621 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
622
-
631ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
633 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
634
-
643ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
645 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
646
-
655ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
657 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
658
-
667ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
669 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
670
-
679ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
681 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
682
-
691ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
693 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
694
-
703ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
705 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
706
-
715ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
717 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
718
-
727ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
- -
729 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
-
730
-
731} // namespace ReconstructedParticle
-
732} // namespace k4::ral
-
733
-
734#endif
+
393ROOT::VecOps::RVec<bool>
+ +
395 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
396
+
405ROOT::VecOps::RVec<bool>
+ +
407 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
408
+
417ROOT::VecOps::RVec<bool>
+ +
419 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
420
+
429ROOT::VecOps::RVec<bool>
+ +
431 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
432
+
441ROOT::VecOps::RVec<bool>
+ +
443 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
444
+
453ROOT::VecOps::RVec<bool>
+ +
455 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
456
+
466ROOT::VecOps::RVec<bool>
+ +
468 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
469
+
479ROOT::VecOps::RVec<bool>
+ +
481 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
482
+
492ROOT::VecOps::RVec<bool>
+ +
494 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
495
+
504ROOT::VecOps::RVec<bool>
+ +
506 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
515ROOT::VecOps::RVec<bool>
+ +
517 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
518
+
527ROOT::VecOps::RVec<bool>
+ +
529 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
530
+
539ROOT::VecOps::RVec<bool>
+ +
541 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
542
+
551ROOT::VecOps::RVec<bool>
+ +
553 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
554
+
563ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> sel_n_elements(
+
564 int n, ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
565
+
573edm4hep::ReconstructedParticleData
+
574sel_element(int n,
+
575 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
576
+
585ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
587 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
588
+
598ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
600 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
601
+
611ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
613 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
614
+
623ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
625 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
626
+
635ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
637 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
638
+
647ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
649 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
650
+
659ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
661 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
662
+
671ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
673 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
674
+
683ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
685 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
686
+
695ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
697 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
698
+
708ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
710 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
711
+
720ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
722 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
723
+
732ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
734 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
735
+
744ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
746 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
747
+
756ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
758 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
759
+
768ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
770 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
771
+
780ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
782 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
783
+
792ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
794 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
795
+
804ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+ +
806 ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles);
+
807
+
815ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
816sort_e(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
817 bool reverse = false);
+
818
+
827ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
828sort_pmod(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
829 bool reverse = false);
+
830
+
839ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
840sort_pt(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
841 bool reverse = false);
+
842
+
850ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
851sort_px(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
852 bool reverse = false);
+
853
+
861ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
862sort_py(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
863 bool reverse = false);
+
864
+
872ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
873sort_pz(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
874 bool reverse = false);
+
875
+
884ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
885sort_eta(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
886 bool reverse = false);
+
887
+
895ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
896sort_rapidity(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
897 bool reverse = false);
+
898
+
907ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
908sort_theta(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
909 bool reverse = false);
+
910
+
919ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
920sort_phi(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
921 bool reverse = false);
+
922
+
931ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
932sort_r(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
933 bool reverse = false);
+
934
+
943ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
944sort_x(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
945 bool reverse = false);
+
946
+
955ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
956sort_y(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
957 bool reverse = false);
+
958
+
967ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
968sort_z(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
969 bool reverse = false);
+
970
+
978ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
979sort_m(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
980 bool reverse = false);
+
981
+
989ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
990sort_q(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
991 bool reverse = false);
+
992
+
1001ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
1002sort_absq(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
1003 bool reverse = false);
+
1004
+
1012ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
1013sort_pdg(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
1014 bool reverse = false);
+
1015
+
1024ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>
+
1025sort_abspdg(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> particles,
+
1026 bool reverse = false);
+
1027
+
1028} // namespace ReconstructedParticle
+
1029} // namespace k4::ral
+
1030
+
1031#endif
ComparisonOperator
Definition LogicalOperators.h:10
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_pt(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the transverse momentum modulus.
Definition ReconstructedParticle.cc:582
-
ROOT::VecOps::RVec< float > get_z(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get z coordinate of the position from ReconstructedParticles.
Definition ReconstructedParticle.cc:198
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_e(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the energy.
Definition ReconstructedParticle.cc:568
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_z(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the z distance.
Definition ReconstructedParticle.cc:659
-
ROOT::VecOps::RVec< float > get_phi(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the azimutal angle of ReconstructedParticles.
Definition ReconstructedParticle.cc:145
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_py(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the y momentum.
Definition ReconstructedParticle.cc:596
-
ROOT::VecOps::RVec< ROOT::Math::PxPyPzMVector > get_p(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the 4 momentum from the ReconstructedParticles.
Definition ReconstructedParticle.cc:49
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_pmod(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the 3D momentum modulus.
Definition ReconstructedParticle.cc:575
-
ROOT::VecOps::RVec< float > get_theta(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the polar angle of ReconstructedParticles.
Definition ReconstructedParticle.cc:134
-
ROOT::VecOps::RVec< bool > mask_m(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the mass for later filtering.
Definition ReconstructedParticle.cc:521
-
ROOT::VecOps::RVec< bool > mask_eta(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the pseudorapidity for later filtering.
Definition ReconstructedParticle.cc:449
-
ROOT::VecOps::RVec< float > get_rapidity(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the rapidity of ReconstructedParticles.
Definition ReconstructedParticle.cc:123
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_phi(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the azimutal angle.
Definition ReconstructedParticle.cc:631
-
ROOT::VecOps::RVec< bool > mask_pz(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the z momentum coordinate for later filtering.
Definition ReconstructedParticle.cc:440
-
ROOT::VecOps::RVec< int > get_pdg(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get PDG member from ReconstructedParticles.
Definition ReconstructedParticle.cc:19
-
ROOT::VecOps::RVec< float > get_r(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the distance to the origin from ReconstructedParticles.
Definition ReconstructedParticle.cc:167
-
ROOT::VecOps::RVec< float > get_py(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get y component momentum of ReconstructedParticles.
Definition ReconstructedParticle.cc:92
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_m(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the mass.
Definition ReconstructedParticle.cc:666
-
ROOT::VecOps::RVec< float > get_pmod(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the modulus of the spatial momentum from the ReconstructedParticles.
Definition ReconstructedParticle.cc:60
-
ROOT::VecOps::RVec< float > get_absq(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get absolute charge from ReconstructedParticles.
Definition ReconstructedParticle.cc:218
-
ROOT::VecOps::RVec< bool > mask_px(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the x momentum coordinate for later filtering.
Definition ReconstructedParticle.cc:422
-
ROOT::VecOps::RVec< float > get_px(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get x component momentum of ReconstructedParticles.
Definition ReconstructedParticle.cc:82
-
ROOT::VecOps::RVec< bool > mask_abspdg(LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the absolute pdg for later filtering.
Definition ReconstructedParticle.cc:559
-
ROOT::VecOps::RVec< bool > mask_rapidity(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the rapidity for later filtering.
Definition ReconstructedParticle.cc:458
-
ROOT::VecOps::RVec< bool > mask_pmod(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the momentum modulus for later filtering.
Definition ReconstructedParticle.cc:404
-
ROOT::VecOps::RVec< float > get_pt(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get transverse momentum of ReconstructedParticles.
Definition ReconstructedParticle.cc:71
-
ROOT::VecOps::RVec< float > get_q(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get charge member from ReconstructedParticles.
Definition ReconstructedParticle.cc:208
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_rapidity(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the rapidity.
Definition ReconstructedParticle.cc:617
-
ROOT::VecOps::RVec< float > get_m(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get mass member from ReconstructedParticles.
Definition ReconstructedParticle.cc:228
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_theta(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the polar angle.
Definition ReconstructedParticle.cc:624
-
ROOT::VecOps::RVec< bool > mask_absq(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the absolute charge for later filtering.
Definition ReconstructedParticle.cc:541
-
ROOT::VecOps::RVec< bool > mask_r(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the distance to origin for later filtering.
Definition ReconstructedParticle.cc:485
-
ROOT::VecOps::RVec< bool > mask_y(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the y coordinate of position for later filtering.
Definition ReconstructedParticle.cc:503
-
ROOT::VecOps::RVec< int > get_abspdg(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get absolute PDG value from ReconstructedParticles.
Definition ReconstructedParticle.cc:29
-
ROOT::VecOps::RVec< bool > mask_phi(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the azimutal angle for later filtering.
Definition ReconstructedParticle.cc:476
-
ROOT::VecOps::RVec< bool > mask_pt(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the transverse momentum for later filtering.
Definition ReconstructedParticle.cc:413
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_pdg(LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the pdg.
Definition ReconstructedParticle.cc:687
-
ROOT::VecOps::RVec< float > get_eta(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the pseudo-rapidity of ReconstructedParticles.
Definition ReconstructedParticle.cc:112
-
ROOT::VecOps::RVec< float > get_x(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get x coordinate of the position from ReconstructedParticles.
Definition ReconstructedParticle.cc:178
-
ROOT::VecOps::RVec< float > get_e(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get energy member from ReconstructedParticles.
Definition ReconstructedParticle.cc:39
-
int get_n(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get number of elements in ReconstructedParticles.
Definition ReconstructedParticle.cc:14
-
ROOT::VecOps::RVec< bool > mask_py(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the y momentum coordinate for later filtering.
Definition ReconstructedParticle.cc:431
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_abspdg(LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the absolute pdg.
Definition ReconstructedParticle.cc:694
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_absq(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the absolute charge.
Definition ReconstructedParticle.cc:680
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_y(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the y distance.
Definition ReconstructedParticle.cc:652
-
ROOT::VecOps::RVec< bool > mask_e(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the energy for later filtering.
Definition ReconstructedParticle.cc:395
-
ROOT::VecOps::RVec< ROOT::Math::XYZVector > get_referencePoint(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get referencePoint member from ReconstructedParticles.
Definition ReconstructedParticle.cc:156
-
ROOT::VecOps::RVec< bool > mask_pdg(LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the PDG for later filtering.
Definition ReconstructedParticle.cc:550
-
ROOT::VecOps::RVec< bool > mask_q(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the charge for later filtering.
Definition ReconstructedParticle.cc:532
-
ROOT::VecOps::RVec< bool > mask_x(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the x coordinate of position for later filtering.
Definition ReconstructedParticle.cc:494
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_q(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the charge.
Definition ReconstructedParticle.cc:673
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_pz(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the z momentum.
Definition ReconstructedParticle.cc:603
-
ROOT::VecOps::RVec< float > get_y(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get y coordinate of the position from ReconstructedParticles.
Definition ReconstructedParticle.cc:188
-
ROOT::VecOps::RVec< bool > mask_theta(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the polar angle for later filtering.
Definition ReconstructedParticle.cc:467
-
ROOT::VecOps::RVec< float > get_goodnessOfPID(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get goodnessOfPID member from ReconstructedParticles.
Definition ReconstructedParticle.cc:237
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_r(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the distance to origin.
Definition ReconstructedParticle.cc:638
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_x(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the x distance.
Definition ReconstructedParticle.cc:645
-
ROOT::VecOps::RVec< float > get_pz(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get z component momentum of ReconstructedParticles.
Definition ReconstructedParticle.cc:102
-
ROOT::VecOps::RVec< bool > mask_z(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the z coordinate of position for later filtering.
Definition ReconstructedParticle.cc:512
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_eta(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the pseudorapidity.
Definition ReconstructedParticle.cc:610
-
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_px(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the x momentum.
Definition ReconstructedParticle.cc:589
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_r(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of distance to origin.
Definition ReconstructedParticle.cc:913
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_pt(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the transverse momentum modulus.
Definition ReconstructedParticle.cc:643
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_eta(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of pseudorapidity.
Definition ReconstructedParticle.cc:853
+
ROOT::VecOps::RVec< float > get_z(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get z coordinate of the position from ReconstructedParticles.
Definition ReconstructedParticle.cc:211
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_e(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the energy.
Definition ReconstructedParticle.cc:627
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_y(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of y distance to origin.
Definition ReconstructedParticle.cc:939
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_theta(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of polar angle.
Definition ReconstructedParticle.cc:883
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_z(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the z distance.
Definition ReconstructedParticle.cc:731
+
ROOT::VecOps::RVec< float > get_phi(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the azimutal angle of ReconstructedParticles.
Definition ReconstructedParticle.cc:155
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_py(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the y momentum.
Definition ReconstructedParticle.cc:659
+
ROOT::VecOps::RVec< ROOT::Math::PxPyPzMVector > get_p(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the 4 momentum from the ReconstructedParticles.
Definition ReconstructedParticle.cc:53
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_pmod(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the 3D momentum modulus.
Definition ReconstructedParticle.cc:635
+
ROOT::VecOps::RVec< float > get_theta(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the polar angle of ReconstructedParticles.
Definition ReconstructedParticle.cc:143
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_z(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of z distance to origin.
Definition ReconstructedParticle.cc:950
+
ROOT::VecOps::RVec< bool > mask_m(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the mass for later filtering.
Definition ReconstructedParticle.cc:570
+
ROOT::VecOps::RVec< bool > mask_eta(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the pseudorapidity for later filtering.
Definition ReconstructedParticle.cc:498
+
ROOT::VecOps::RVec< float > get_rapidity(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the rapidity of ReconstructedParticles.
Definition ReconstructedParticle.cc:131
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_phi(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the azimutal angle.
Definition ReconstructedParticle.cc:699
+
ROOT::VecOps::RVec< bool > mask_pz(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the z momentum coordinate for later filtering.
Definition ReconstructedParticle.cc:489
+
ROOT::VecOps::RVec< int > get_pdg(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get PDG member from ReconstructedParticles.
Definition ReconstructedParticle.cc:23
+
ROOT::VecOps::RVec< float > get_r(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the distance to the origin from ReconstructedParticles.
Definition ReconstructedParticle.cc:178
+
ROOT::VecOps::RVec< float > get_py(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get y component momentum of ReconstructedParticles.
Definition ReconstructedParticle.cc:99
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_m(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the mass.
Definition ReconstructedParticle.cc:739
+
ROOT::VecOps::RVec< float > get_pmod(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the modulus of the spatial momentum from the ReconstructedParticles.
Definition ReconstructedParticle.cc:65
+
ROOT::VecOps::RVec< edm4hep::TrackData > get_tracks(edm4hep::ReconstructedParticleData main_particle, ROOT::VecOps::RVec< edm4hep::TrackData > tracks)
Get all the tracks related to one ReconstructedParticle.
Definition ReconstructedParticle.cc:287
+
ROOT::VecOps::RVec< float > get_absq(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get absolute charge from ReconstructedParticles.
Definition ReconstructedParticle.cc:231
+
ROOT::VecOps::RVec< bool > mask_px(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the x momentum coordinate for later filtering.
Definition ReconstructedParticle.cc:471
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_pdg(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of pdg.
Definition ReconstructedParticle.cc:994
+
ROOT::VecOps::RVec< float > get_px(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get x component momentum of ReconstructedParticles.
Definition ReconstructedParticle.cc:89
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_pz(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of z momentum.
Definition ReconstructedParticle.cc:842
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_abspdg(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of absolute pdg.
Definition ReconstructedParticle.cc:1005
+
edm4hep::ReconstructedParticleData sel_element(int n, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select one ReconstructedParticle.
Definition ReconstructedParticle.cc:621
+
ROOT::VecOps::RVec< bool > mask_abspdg(LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the absolute pdg for later filtering.
Definition ReconstructedParticle.cc:607
+
ROOT::VecOps::RVec< bool > mask_rapidity(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the rapidity for later filtering.
Definition ReconstructedParticle.cc:506
+
ROOT::VecOps::RVec< bool > mask_pmod(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the momentum modulus for later filtering.
Definition ReconstructedParticle.cc:453
+
ROOT::VecOps::RVec< float > get_pt(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get transverse momentum of ReconstructedParticles.
Definition ReconstructedParticle.cc:77
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_absq(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of absolute charge.
Definition ReconstructedParticle.cc:983
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_px(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of x momentum.
Definition ReconstructedParticle.cc:820
+
ROOT::VecOps::RVec< float > get_q(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get charge member from ReconstructedParticles.
Definition ReconstructedParticle.cc:221
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_rapidity(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the rapidity.
Definition ReconstructedParticle.cc:683
+
ROOT::VecOps::RVec< float > get_m(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get mass member from ReconstructedParticles.
Definition ReconstructedParticle.cc:241
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_theta(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the polar angle.
Definition ReconstructedParticle.cc:691
+
ROOT::VecOps::RVec< bool > mask_absq(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the absolute charge for later filtering.
Definition ReconstructedParticle.cc:589
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_x(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of x distance to origin.
Definition ReconstructedParticle.cc:928
+
ROOT::VecOps::RVec< bool > mask_r(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the distance to origin for later filtering.
Definition ReconstructedParticle.cc:534
+
ROOT::VecOps::RVec< bool > mask_y(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the y coordinate of position for later filtering.
Definition ReconstructedParticle.cc:552
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_rapidity(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of rapidity.
Definition ReconstructedParticle.cc:868
+
ROOT::VecOps::RVec< int > get_abspdg(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get absolute PDG value from ReconstructedParticles.
Definition ReconstructedParticle.cc:33
+
ROOT::VecOps::RVec< bool > mask_phi(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the azimutal angle for later filtering.
Definition ReconstructedParticle.cc:525
+
ROOT::VecOps::RVec< bool > mask_pt(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the transverse momentum for later filtering.
Definition ReconstructedParticle.cc:462
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_pdg(LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the pdg.
Definition ReconstructedParticle.cc:763
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_pt(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of transverse momentum.
Definition ReconstructedParticle.cc:805
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_n_elements(int n, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles.
Definition ReconstructedParticle.cc:615
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_py(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of y momentum.
Definition ReconstructedParticle.cc:831
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_e(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of energy.
Definition ReconstructedParticle.cc:779
+
ROOT::VecOps::RVec< float > get_eta(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get the pseudo-rapidity of ReconstructedParticles.
Definition ReconstructedParticle.cc:119
+
ROOT::VecOps::RVec< float > get_x(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get x coordinate of the position from ReconstructedParticles.
Definition ReconstructedParticle.cc:191
+
ROOT::VecOps::RVec< float > get_e(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get energy member from ReconstructedParticles.
Definition ReconstructedParticle.cc:43
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_phi(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of azimutal angle.
Definition ReconstructedParticle.cc:898
+
int get_n(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get number of elements in ReconstructedParticles.
Definition ReconstructedParticle.cc:18
+
ROOT::VecOps::RVec< bool > mask_py(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the y momentum coordinate for later filtering.
Definition ReconstructedParticle.cc:480
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_abspdg(LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the absolute pdg.
Definition ReconstructedParticle.cc:771
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_m(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of mass.
Definition ReconstructedParticle.cc:961
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_absq(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the absolute charge.
Definition ReconstructedParticle.cc:755
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_y(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the y distance.
Definition ReconstructedParticle.cc:723
+
ROOT::VecOps::RVec< bool > mask_e(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the energy for later filtering.
Definition ReconstructedParticle.cc:444
+
ROOT::VecOps::RVec< ROOT::Math::XYZVector > get_referencePoint(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get referencePoint member from ReconstructedParticles.
Definition ReconstructedParticle.cc:166
+
ROOT::VecOps::RVec< bool > mask_pdg(LogicalOperators::ComparisonOperator op, int value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the PDG for later filtering.
Definition ReconstructedParticle.cc:598
+
ROOT::VecOps::RVec< bool > mask_q(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the charge for later filtering.
Definition ReconstructedParticle.cc:580
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > get_daugthers(edm4hep::ReconstructedParticleData main_particle, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get all the daughter particles of one ReconstructedParticle.
Definition ReconstructedParticle.cc:260
+
ROOT::VecOps::RVec< bool > mask_x(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the x coordinate of position for later filtering.
Definition ReconstructedParticle.cc:543
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_q(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the charge.
Definition ReconstructedParticle.cc:747
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_pz(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the z momentum.
Definition ReconstructedParticle.cc:667
+
ROOT::VecOps::RVec< float > get_y(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get y coordinate of the position from ReconstructedParticles.
Definition ReconstructedParticle.cc:201
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_pmod(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of momentum modulus.
Definition ReconstructedParticle.cc:790
+
ROOT::VecOps::RVec< bool > mask_theta(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the polar angle for later filtering.
Definition ReconstructedParticle.cc:516
+
ROOT::VecOps::RVec< edm4hep::ClusterData > get_clusters(edm4hep::ReconstructedParticleData main_particle, ROOT::VecOps::RVec< edm4hep::ClusterData > clusters)
Get all the clusters related to one ReconstructedParticle.
Definition ReconstructedParticle.cc:274
+
ROOT::VecOps::RVec< float > get_goodnessOfPID(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get goodnessOfPID member from ReconstructedParticles.
Definition ReconstructedParticle.cc:250
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_r(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the distance to origin.
Definition ReconstructedParticle.cc:707
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sort_q(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles, bool reverse)
Sort a collection of Reconstructed particles in ascending order of charge.
Definition ReconstructedParticle.cc:972
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_x(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the x distance.
Definition ReconstructedParticle.cc:715
+
ROOT::VecOps::RVec< float > get_pz(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Get z component momentum of ReconstructedParticles.
Definition ReconstructedParticle.cc:109
+
ROOT::VecOps::RVec< bool > mask_z(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Creates a boolean mask based on the z coordinate of position for later filtering.
Definition ReconstructedParticle.cc:561
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_eta(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the pseudorapidity.
Definition ReconstructedParticle.cc:675
+
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > sel_px(LogicalOperators::ComparisonOperator op, float value, ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Select a subcollection of ReconstructedParticles based on the x momentum.
Definition ReconstructedParticle.cc:651
Main namespace of the library.
Definition LogicalOperators.cc:7
-
Definition ReconstructedParticle.h:228
-
int m_n_events
Definition ReconstructedParticle.h:229
-
int m_n_printed
Definition ReconstructedParticle.h:230
-
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:267
-
print_e(int n_events)
Definition ReconstructedParticle.cc:264
-
Definition ReconstructedParticle.h:268
-
int m_n_events
Definition ReconstructedParticle.h:269
-
int m_n_printed
Definition ReconstructedParticle.h:270
-
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:357
-
print_goodnessOfPID(int n_events)
Definition ReconstructedParticle.cc:354
-
Definition ReconstructedParticle.h:252
-
print_m(int n_events)
Definition ReconstructedParticle.cc:337
-
int m_n_printed
Definition ReconstructedParticle.h:254
-
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:339
-
int m_n_events
Definition ReconstructedParticle.h:253
-
Definition ReconstructedParticle.h:236
-
int m_n_printed
Definition ReconstructedParticle.h:238
-
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:285
-
print_p(int n_events)
Definition ReconstructedParticle.cc:282
-
int m_n_events
Definition ReconstructedParticle.h:237
-
Struct that can print the pdg of collection of ReconstructedParticles.
Definition ReconstructedParticle.h:220
-
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:249
-
int m_n_printed
Definition ReconstructedParticle.h:222
-
print_pdg(int n_events)
Definition ReconstructedParticle.cc:247
-
int m_n_events
Definition ReconstructedParticle.h:221
-
Definition ReconstructedParticle.h:260
-
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:322
-
int m_n_printed
Definition ReconstructedParticle.h:262
-
int m_n_events
Definition ReconstructedParticle.h:261
-
print_q(int n_events)
Definition ReconstructedParticle.cc:319
-
Definition ReconstructedParticle.h:244
-
int m_n_events
Definition ReconstructedParticle.h:245
-
print_referencePoint(int n_events)
Definition ReconstructedParticle.cc:300
-
int m_n_printed
Definition ReconstructedParticle.h:246
-
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:303
+
Definition ReconstructedParticle.h:274
+
int m_n_events
Definition ReconstructedParticle.h:275
+
int m_n_printed
Definition ReconstructedParticle.h:276
+
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:318
+
print_e(int n_events)
Definition ReconstructedParticle.cc:316
+
Definition ReconstructedParticle.h:314
+
int m_n_events
Definition ReconstructedParticle.h:315
+
int m_n_printed
Definition ReconstructedParticle.h:316
+
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:406
+
print_goodnessOfPID(int n_events)
Definition ReconstructedParticle.cc:403
+
Definition ReconstructedParticle.h:298
+
print_m(int n_events)
Definition ReconstructedParticle.cc:386
+
int m_n_printed
Definition ReconstructedParticle.h:300
+
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:388
+
int m_n_events
Definition ReconstructedParticle.h:299
+
Definition ReconstructedParticle.h:282
+
int m_n_printed
Definition ReconstructedParticle.h:284
+
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:335
+
print_p(int n_events)
Definition ReconstructedParticle.cc:333
+
int m_n_events
Definition ReconstructedParticle.h:283
+
Struct that can print the pdg of collection of ReconstructedParticles.
Definition ReconstructedParticle.h:266
+
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:301
+
int m_n_printed
Definition ReconstructedParticle.h:268
+
print_pdg(int n_events)
Definition ReconstructedParticle.cc:299
+
int m_n_events
Definition ReconstructedParticle.h:267
+
Definition ReconstructedParticle.h:306
+
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:371
+
int m_n_printed
Definition ReconstructedParticle.h:308
+
int m_n_events
Definition ReconstructedParticle.h:307
+
print_q(int n_events)
Definition ReconstructedParticle.cc:369
+
Definition ReconstructedParticle.h:290
+
int m_n_events
Definition ReconstructedParticle.h:291
+
print_referencePoint(int n_events)
Definition ReconstructedParticle.cc:350
+
int m_n_printed
Definition ReconstructedParticle.h:292
+
int operator()(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > particles)
Definition ReconstructedParticle.cc:353
diff --git a/docs/namespacemembers_func.html b/docs/namespacemembers_func.html index 8f23951..78544f2 100644 --- a/docs/namespacemembers_func.html +++ b/docs/namespacemembers_func.html @@ -103,6 +103,8 @@

- g -

diff --git a/docs/search/all_3.js b/docs/search/all_3.js index 43756c5..d8780be 100644 --- a/docs/search/all_3.js +++ b/docs/search/all_3.js @@ -3,30 +3,33 @@ var searchData= ['get_5fabspdg_0',['get_abspdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a7575c09c36752c23713039b7f082833f',1,'k4::ral::ReconstructedParticle']]], ['get_5fabsq_1',['get_absq',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a3c46dad4fc27b6939e493c81def64d8d',1,'k4::ral::ReconstructedParticle']]], ['get_5falgorithmtype_2',['get_algorithmType',['../namespacek4_1_1ral_1_1ParticleID.html#a964f224a74ff09b7e355969a64b52a94',1,'k4::ral::ParticleID']]], - ['get_5fe_3',['get_e',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a99958c2a4cd5793d2d808ca10e61cf1b',1,'k4::ral::ReconstructedParticle']]], - ['get_5feta_4',['get_eta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a93ce91e157fd7473b16e762d65ceed9e',1,'k4::ral::ReconstructedParticle']]], - ['get_5fgoodnessofpid_5',['get_goodnessOfPID',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af0600e76b43b08f059a9de00b57b471c',1,'k4::ral::ReconstructedParticle']]], - ['get_5flikelihood_6',['get_likelihood',['../namespacek4_1_1ral_1_1ParticleID.html#ac002f63ea183addf99cfab09b8cbf189',1,'k4::ral::ParticleID']]], - ['get_5fm_7',['get_m',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a65ff01f6ccf54eea20d01ae3139248d5',1,'k4::ral::ReconstructedParticle']]], - ['get_5fn_8',['get_n',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aacc1b1acac439d3468d0f900593f34d7',1,'k4::ral::ReconstructedParticle']]], - ['get_5fp_9',['get_p',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a17f30a7d2b6ec8c36145f6514c47014a',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpdg_10',['get_PDG',['../namespacek4_1_1ral_1_1ParticleID.html#afa04332136834231ec266cf256f04c70',1,'k4::ral::ParticleID']]], - ['get_5fpdg_11',['get_pdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2db7259fd409c1b778cbff8b723b8833',1,'k4::ral::ReconstructedParticle']]], - ['get_5fphi_12',['get_phi',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a162ec86cd77b5d751b0aefc8176a7a97',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpmod_13',['get_pmod',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a39c6e7b25dad6f9a49e8e7895c4d5958',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpt_14',['get_pt',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a56e04b422b97e80dec0932dbff509f6e',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpx_15',['get_px',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a4680524f1891b930ba19e94b6a282d56',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpy_16',['get_py',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a32e8f65195ed65edb3d0d4d31fea0002',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpz_17',['get_pz',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af7951a742b5cdca8ce71cb8809e3a9b6',1,'k4::ral::ReconstructedParticle']]], - ['get_5fq_18',['get_q',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a5e659565c9dcda2578eeee36c14cf690',1,'k4::ral::ReconstructedParticle']]], - ['get_5fr_19',['get_r',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2febf0e47db77d2ac29ff48e38ab0894',1,'k4::ral::ReconstructedParticle']]], - ['get_5frapidity_20',['get_rapidity',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2b76bce4ea115ae25771bd958c07492e',1,'k4::ral::ReconstructedParticle']]], - ['get_5freferencepoint_21',['get_referencePoint',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#acc55bf5d888e7ad7f957a2a7c018902f',1,'k4::ral::ReconstructedParticle']]], - ['get_5ftheta_22',['get_theta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a1d4d1219d270bc35f95e63b2ff461f99',1,'k4::ral::ReconstructedParticle']]], - ['get_5ftype_23',['get_type',['../namespacek4_1_1ral_1_1ParticleID.html#a7e9b4cf06ba211f8111b7c34a639b59b',1,'k4::ral::ParticleID']]], - ['get_5fx_24',['get_x',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a946c4471224dc460dadceea8ac6cbc4c',1,'k4::ral::ReconstructedParticle']]], - ['get_5fy_25',['get_y',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aeb52eab1fb7962fe71688845cd6df934',1,'k4::ral::ReconstructedParticle']]], - ['get_5fz_26',['get_z',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a05b0890d4f69d11aaf476da2a6d3cfca',1,'k4::ral::ReconstructedParticle']]], - ['greater_27',['GREATER',['../namespacek4_1_1ral_1_1LogicalOperators.html#a2b0439fe6dd51aea6c48003928a4f260ae7e72355289e404b762d4cf88824d23b',1,'k4::ral::LogicalOperators']]], - ['greatereq_28',['GREATEREQ',['../namespacek4_1_1ral_1_1LogicalOperators.html#a2b0439fe6dd51aea6c48003928a4f260a1f782aca52a95a68f6b0e21211c84607',1,'k4::ral::LogicalOperators']]] + ['get_5fclusters_3',['get_clusters',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aeef392c8663f48c04b6329cab682ebef',1,'k4::ral::ReconstructedParticle']]], + ['get_5fdaugthers_4',['get_daugthers',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ad21df36292f8945274e429ea5dd0084a',1,'k4::ral::ReconstructedParticle']]], + ['get_5fe_5',['get_e',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a99958c2a4cd5793d2d808ca10e61cf1b',1,'k4::ral::ReconstructedParticle']]], + ['get_5feta_6',['get_eta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a93ce91e157fd7473b16e762d65ceed9e',1,'k4::ral::ReconstructedParticle']]], + ['get_5fgoodnessofpid_7',['get_goodnessOfPID',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af0600e76b43b08f059a9de00b57b471c',1,'k4::ral::ReconstructedParticle']]], + ['get_5flikelihood_8',['get_likelihood',['../namespacek4_1_1ral_1_1ParticleID.html#ac002f63ea183addf99cfab09b8cbf189',1,'k4::ral::ParticleID']]], + ['get_5fm_9',['get_m',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a65ff01f6ccf54eea20d01ae3139248d5',1,'k4::ral::ReconstructedParticle']]], + ['get_5fn_10',['get_n',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aacc1b1acac439d3468d0f900593f34d7',1,'k4::ral::ReconstructedParticle']]], + ['get_5fp_11',['get_p',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a17f30a7d2b6ec8c36145f6514c47014a',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpdg_12',['get_PDG',['../namespacek4_1_1ral_1_1ParticleID.html#afa04332136834231ec266cf256f04c70',1,'k4::ral::ParticleID']]], + ['get_5fpdg_13',['get_pdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2db7259fd409c1b778cbff8b723b8833',1,'k4::ral::ReconstructedParticle']]], + ['get_5fphi_14',['get_phi',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a162ec86cd77b5d751b0aefc8176a7a97',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpmod_15',['get_pmod',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a39c6e7b25dad6f9a49e8e7895c4d5958',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpt_16',['get_pt',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a56e04b422b97e80dec0932dbff509f6e',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpx_17',['get_px',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a4680524f1891b930ba19e94b6a282d56',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpy_18',['get_py',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a32e8f65195ed65edb3d0d4d31fea0002',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpz_19',['get_pz',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af7951a742b5cdca8ce71cb8809e3a9b6',1,'k4::ral::ReconstructedParticle']]], + ['get_5fq_20',['get_q',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a5e659565c9dcda2578eeee36c14cf690',1,'k4::ral::ReconstructedParticle']]], + ['get_5fr_21',['get_r',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2febf0e47db77d2ac29ff48e38ab0894',1,'k4::ral::ReconstructedParticle']]], + ['get_5frapidity_22',['get_rapidity',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2b76bce4ea115ae25771bd958c07492e',1,'k4::ral::ReconstructedParticle']]], + ['get_5freferencepoint_23',['get_referencePoint',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#acc55bf5d888e7ad7f957a2a7c018902f',1,'k4::ral::ReconstructedParticle']]], + ['get_5ftheta_24',['get_theta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a1d4d1219d270bc35f95e63b2ff461f99',1,'k4::ral::ReconstructedParticle']]], + ['get_5ftracks_25',['get_tracks',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a39dc4bb1988bf2fadcd9672b6fcb0eb3',1,'k4::ral::ReconstructedParticle']]], + ['get_5ftype_26',['get_type',['../namespacek4_1_1ral_1_1ParticleID.html#a7e9b4cf06ba211f8111b7c34a639b59b',1,'k4::ral::ParticleID']]], + ['get_5fx_27',['get_x',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a946c4471224dc460dadceea8ac6cbc4c',1,'k4::ral::ReconstructedParticle']]], + ['get_5fy_28',['get_y',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aeb52eab1fb7962fe71688845cd6df934',1,'k4::ral::ReconstructedParticle']]], + ['get_5fz_29',['get_z',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a05b0890d4f69d11aaf476da2a6d3cfca',1,'k4::ral::ReconstructedParticle']]], + ['greater_30',['GREATER',['../namespacek4_1_1ral_1_1LogicalOperators.html#a2b0439fe6dd51aea6c48003928a4f260ae7e72355289e404b762d4cf88824d23b',1,'k4::ral::LogicalOperators']]], + ['greatereq_31',['GREATEREQ',['../namespacek4_1_1ral_1_1LogicalOperators.html#a2b0439fe6dd51aea6c48003928a4f260a1f782aca52a95a68f6b0e21211c84607',1,'k4::ral::LogicalOperators']]] ]; diff --git a/docs/search/all_a.js b/docs/search/all_a.js index 6f6eb59..f238ca3 100644 --- a/docs/search/all_a.js +++ b/docs/search/all_a.js @@ -3,20 +3,41 @@ var searchData= ['sel_5fabspdg_0',['sel_abspdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ab5f93a3e287f6795cb0fbb2b9a0c8118',1,'k4::ral::ReconstructedParticle']]], ['sel_5fabsq_1',['sel_absq',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ac2d500bff2b31c32ea6fe27ec2226646',1,'k4::ral::ReconstructedParticle']]], ['sel_5fe_2',['sel_e',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a0a20c3bdacb90105a1545286c40ee5af',1,'k4::ral::ReconstructedParticle']]], - ['sel_5feta_3',['sel_eta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#afc5e63b133cdd9ebb090eb826ff17875',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fm_4',['sel_m',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a38816a63f0ef1ace61946b8a0de47bbe',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpdg_5',['sel_pdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a7e0ee0c0eb60549b72ade2dd79d877ef',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fphi_6',['sel_phi',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2c7f2c287cf3c9696a54401169b8422c',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpmod_7',['sel_pmod',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a19cbdb760a9d18ce3d6343ff4733f12f',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpt_8',['sel_pt',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a027e1e004c63efd98f96abffd09fe40f',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpx_9',['sel_px',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#afe813eefb25a9f2fd1b6b4bc5e5f10c4',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpy_10',['sel_py',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a172d8b0f3cd9b70e843128c802918ef8',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpz_11',['sel_pz',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ae29cb06d6279f2ef61f2299b837cdf8c',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fq_12',['sel_q',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#adf149ecd8a95b915a39b296d18100efd',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fr_13',['sel_r',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af1557aec709da2a00ce6af628f930c88',1,'k4::ral::ReconstructedParticle']]], - ['sel_5frapidity_14',['sel_rapidity',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a65c92824812d173a4f7df57f936a8d67',1,'k4::ral::ReconstructedParticle']]], - ['sel_5ftheta_15',['sel_theta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a667199a076db36e931ec6678748c8d35',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fx_16',['sel_x',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af5156de080f61ff362c10428b40316ce',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fy_17',['sel_y',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ac4c0e5f20c36e8ae099db5018b8f93c1',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fz_18',['sel_z',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a151226771612f2b3e0c0427181f716c5',1,'k4::ral::ReconstructedParticle']]] + ['sel_5felement_3',['sel_element',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a4c056e5e16fa67b6d47c0005ee8c50e2',1,'k4::ral::ReconstructedParticle']]], + ['sel_5feta_4',['sel_eta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#afc5e63b133cdd9ebb090eb826ff17875',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fm_5',['sel_m',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a38816a63f0ef1ace61946b8a0de47bbe',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fn_5felements_6',['sel_n_elements',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a88bbf92cbb3ab63a6f182d806734d276',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpdg_7',['sel_pdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a7e0ee0c0eb60549b72ade2dd79d877ef',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fphi_8',['sel_phi',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2c7f2c287cf3c9696a54401169b8422c',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpmod_9',['sel_pmod',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a19cbdb760a9d18ce3d6343ff4733f12f',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpt_10',['sel_pt',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a027e1e004c63efd98f96abffd09fe40f',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpx_11',['sel_px',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#afe813eefb25a9f2fd1b6b4bc5e5f10c4',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpy_12',['sel_py',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a172d8b0f3cd9b70e843128c802918ef8',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpz_13',['sel_pz',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ae29cb06d6279f2ef61f2299b837cdf8c',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fq_14',['sel_q',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#adf149ecd8a95b915a39b296d18100efd',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fr_15',['sel_r',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af1557aec709da2a00ce6af628f930c88',1,'k4::ral::ReconstructedParticle']]], + ['sel_5frapidity_16',['sel_rapidity',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a65c92824812d173a4f7df57f936a8d67',1,'k4::ral::ReconstructedParticle']]], + ['sel_5ftheta_17',['sel_theta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a667199a076db36e931ec6678748c8d35',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fx_18',['sel_x',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af5156de080f61ff362c10428b40316ce',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fy_19',['sel_y',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ac4c0e5f20c36e8ae099db5018b8f93c1',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fz_20',['sel_z',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a151226771612f2b3e0c0427181f716c5',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fabspdg_21',['sort_abspdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a47d616d1f6890d7c9e21d19f12f61a50',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fabsq_22',['sort_absq',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a5a1b979bf52f91776751ebd52b91f304',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fe_23',['sort_e',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a8eaa288b632781fd780f025a86f0db5c',1,'k4::ral::ReconstructedParticle']]], + ['sort_5feta_24',['sort_eta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a03ce19e81fad51103ff8e3d1751763f7',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fm_25',['sort_m',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aba2ddd5f185c22b52e022d8ac349108e',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpdg_26',['sort_pdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a44af5e32011900b712474bdf8ed8252c',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fphi_27',['sort_phi',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aaa4f65f00b081559a5330a271958d0c3',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpmod_28',['sort_pmod',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aed3102cbb19c0eb9fb21e36f4c64c785',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpt_29',['sort_pt',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a831cb43efb69bf14017bfd043663b313',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpx_30',['sort_px',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a5be8f6f56c47516b1b3a900f0183be78',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpy_31',['sort_py',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a8ea5599f4717885ecfe3c6213e98d507',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpz_32',['sort_pz',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a46a60f24617576f26e14e811dd31952a',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fq_33',['sort_q',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af36764e219cc2f6848dd78d86b132bb9',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fr_34',['sort_r',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a01573f180155300a416b4171a035ee83',1,'k4::ral::ReconstructedParticle']]], + ['sort_5frapidity_35',['sort_rapidity',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a70d0869bb5654ad7fc4dc2878e03cba6',1,'k4::ral::ReconstructedParticle']]], + ['sort_5ftheta_36',['sort_theta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a12d1e1af14c917b417ce8def599218a9',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fx_37',['sort_x',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a6e43f1de87d4e1feb826cb37fe4bf262',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fy_38',['sort_y',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a0a2e71fdde4bd1c11f3c4fa81968c221',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fz_39',['sort_z',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a1f7b00f91805e452aac0d0cb56ce5c17',1,'k4::ral::ReconstructedParticle']]] ]; diff --git a/docs/search/functions_1.js b/docs/search/functions_1.js index 86a80b9..df3f4f1 100644 --- a/docs/search/functions_1.js +++ b/docs/search/functions_1.js @@ -3,28 +3,31 @@ var searchData= ['get_5fabspdg_0',['get_abspdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a7575c09c36752c23713039b7f082833f',1,'k4::ral::ReconstructedParticle']]], ['get_5fabsq_1',['get_absq',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a3c46dad4fc27b6939e493c81def64d8d',1,'k4::ral::ReconstructedParticle']]], ['get_5falgorithmtype_2',['get_algorithmType',['../namespacek4_1_1ral_1_1ParticleID.html#a964f224a74ff09b7e355969a64b52a94',1,'k4::ral::ParticleID']]], - ['get_5fe_3',['get_e',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a99958c2a4cd5793d2d808ca10e61cf1b',1,'k4::ral::ReconstructedParticle']]], - ['get_5feta_4',['get_eta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a93ce91e157fd7473b16e762d65ceed9e',1,'k4::ral::ReconstructedParticle']]], - ['get_5fgoodnessofpid_5',['get_goodnessOfPID',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af0600e76b43b08f059a9de00b57b471c',1,'k4::ral::ReconstructedParticle']]], - ['get_5flikelihood_6',['get_likelihood',['../namespacek4_1_1ral_1_1ParticleID.html#ac002f63ea183addf99cfab09b8cbf189',1,'k4::ral::ParticleID']]], - ['get_5fm_7',['get_m',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a65ff01f6ccf54eea20d01ae3139248d5',1,'k4::ral::ReconstructedParticle']]], - ['get_5fn_8',['get_n',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aacc1b1acac439d3468d0f900593f34d7',1,'k4::ral::ReconstructedParticle']]], - ['get_5fp_9',['get_p',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a17f30a7d2b6ec8c36145f6514c47014a',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpdg_10',['get_PDG',['../namespacek4_1_1ral_1_1ParticleID.html#afa04332136834231ec266cf256f04c70',1,'k4::ral::ParticleID']]], - ['get_5fpdg_11',['get_pdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2db7259fd409c1b778cbff8b723b8833',1,'k4::ral::ReconstructedParticle']]], - ['get_5fphi_12',['get_phi',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a162ec86cd77b5d751b0aefc8176a7a97',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpmod_13',['get_pmod',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a39c6e7b25dad6f9a49e8e7895c4d5958',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpt_14',['get_pt',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a56e04b422b97e80dec0932dbff509f6e',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpx_15',['get_px',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a4680524f1891b930ba19e94b6a282d56',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpy_16',['get_py',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a32e8f65195ed65edb3d0d4d31fea0002',1,'k4::ral::ReconstructedParticle']]], - ['get_5fpz_17',['get_pz',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af7951a742b5cdca8ce71cb8809e3a9b6',1,'k4::ral::ReconstructedParticle']]], - ['get_5fq_18',['get_q',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a5e659565c9dcda2578eeee36c14cf690',1,'k4::ral::ReconstructedParticle']]], - ['get_5fr_19',['get_r',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2febf0e47db77d2ac29ff48e38ab0894',1,'k4::ral::ReconstructedParticle']]], - ['get_5frapidity_20',['get_rapidity',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2b76bce4ea115ae25771bd958c07492e',1,'k4::ral::ReconstructedParticle']]], - ['get_5freferencepoint_21',['get_referencePoint',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#acc55bf5d888e7ad7f957a2a7c018902f',1,'k4::ral::ReconstructedParticle']]], - ['get_5ftheta_22',['get_theta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a1d4d1219d270bc35f95e63b2ff461f99',1,'k4::ral::ReconstructedParticle']]], - ['get_5ftype_23',['get_type',['../namespacek4_1_1ral_1_1ParticleID.html#a7e9b4cf06ba211f8111b7c34a639b59b',1,'k4::ral::ParticleID']]], - ['get_5fx_24',['get_x',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a946c4471224dc460dadceea8ac6cbc4c',1,'k4::ral::ReconstructedParticle']]], - ['get_5fy_25',['get_y',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aeb52eab1fb7962fe71688845cd6df934',1,'k4::ral::ReconstructedParticle']]], - ['get_5fz_26',['get_z',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a05b0890d4f69d11aaf476da2a6d3cfca',1,'k4::ral::ReconstructedParticle']]] + ['get_5fclusters_3',['get_clusters',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aeef392c8663f48c04b6329cab682ebef',1,'k4::ral::ReconstructedParticle']]], + ['get_5fdaugthers_4',['get_daugthers',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ad21df36292f8945274e429ea5dd0084a',1,'k4::ral::ReconstructedParticle']]], + ['get_5fe_5',['get_e',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a99958c2a4cd5793d2d808ca10e61cf1b',1,'k4::ral::ReconstructedParticle']]], + ['get_5feta_6',['get_eta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a93ce91e157fd7473b16e762d65ceed9e',1,'k4::ral::ReconstructedParticle']]], + ['get_5fgoodnessofpid_7',['get_goodnessOfPID',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af0600e76b43b08f059a9de00b57b471c',1,'k4::ral::ReconstructedParticle']]], + ['get_5flikelihood_8',['get_likelihood',['../namespacek4_1_1ral_1_1ParticleID.html#ac002f63ea183addf99cfab09b8cbf189',1,'k4::ral::ParticleID']]], + ['get_5fm_9',['get_m',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a65ff01f6ccf54eea20d01ae3139248d5',1,'k4::ral::ReconstructedParticle']]], + ['get_5fn_10',['get_n',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aacc1b1acac439d3468d0f900593f34d7',1,'k4::ral::ReconstructedParticle']]], + ['get_5fp_11',['get_p',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a17f30a7d2b6ec8c36145f6514c47014a',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpdg_12',['get_PDG',['../namespacek4_1_1ral_1_1ParticleID.html#afa04332136834231ec266cf256f04c70',1,'k4::ral::ParticleID']]], + ['get_5fpdg_13',['get_pdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2db7259fd409c1b778cbff8b723b8833',1,'k4::ral::ReconstructedParticle']]], + ['get_5fphi_14',['get_phi',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a162ec86cd77b5d751b0aefc8176a7a97',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpmod_15',['get_pmod',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a39c6e7b25dad6f9a49e8e7895c4d5958',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpt_16',['get_pt',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a56e04b422b97e80dec0932dbff509f6e',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpx_17',['get_px',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a4680524f1891b930ba19e94b6a282d56',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpy_18',['get_py',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a32e8f65195ed65edb3d0d4d31fea0002',1,'k4::ral::ReconstructedParticle']]], + ['get_5fpz_19',['get_pz',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af7951a742b5cdca8ce71cb8809e3a9b6',1,'k4::ral::ReconstructedParticle']]], + ['get_5fq_20',['get_q',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a5e659565c9dcda2578eeee36c14cf690',1,'k4::ral::ReconstructedParticle']]], + ['get_5fr_21',['get_r',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2febf0e47db77d2ac29ff48e38ab0894',1,'k4::ral::ReconstructedParticle']]], + ['get_5frapidity_22',['get_rapidity',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2b76bce4ea115ae25771bd958c07492e',1,'k4::ral::ReconstructedParticle']]], + ['get_5freferencepoint_23',['get_referencePoint',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#acc55bf5d888e7ad7f957a2a7c018902f',1,'k4::ral::ReconstructedParticle']]], + ['get_5ftheta_24',['get_theta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a1d4d1219d270bc35f95e63b2ff461f99',1,'k4::ral::ReconstructedParticle']]], + ['get_5ftracks_25',['get_tracks',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a39dc4bb1988bf2fadcd9672b6fcb0eb3',1,'k4::ral::ReconstructedParticle']]], + ['get_5ftype_26',['get_type',['../namespacek4_1_1ral_1_1ParticleID.html#a7e9b4cf06ba211f8111b7c34a639b59b',1,'k4::ral::ParticleID']]], + ['get_5fx_27',['get_x',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a946c4471224dc460dadceea8ac6cbc4c',1,'k4::ral::ReconstructedParticle']]], + ['get_5fy_28',['get_y',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aeb52eab1fb7962fe71688845cd6df934',1,'k4::ral::ReconstructedParticle']]], + ['get_5fz_29',['get_z',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a05b0890d4f69d11aaf476da2a6d3cfca',1,'k4::ral::ReconstructedParticle']]] ]; diff --git a/docs/search/functions_6.js b/docs/search/functions_6.js index 6f6eb59..f238ca3 100644 --- a/docs/search/functions_6.js +++ b/docs/search/functions_6.js @@ -3,20 +3,41 @@ var searchData= ['sel_5fabspdg_0',['sel_abspdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ab5f93a3e287f6795cb0fbb2b9a0c8118',1,'k4::ral::ReconstructedParticle']]], ['sel_5fabsq_1',['sel_absq',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ac2d500bff2b31c32ea6fe27ec2226646',1,'k4::ral::ReconstructedParticle']]], ['sel_5fe_2',['sel_e',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a0a20c3bdacb90105a1545286c40ee5af',1,'k4::ral::ReconstructedParticle']]], - ['sel_5feta_3',['sel_eta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#afc5e63b133cdd9ebb090eb826ff17875',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fm_4',['sel_m',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a38816a63f0ef1ace61946b8a0de47bbe',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpdg_5',['sel_pdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a7e0ee0c0eb60549b72ade2dd79d877ef',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fphi_6',['sel_phi',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2c7f2c287cf3c9696a54401169b8422c',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpmod_7',['sel_pmod',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a19cbdb760a9d18ce3d6343ff4733f12f',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpt_8',['sel_pt',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a027e1e004c63efd98f96abffd09fe40f',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpx_9',['sel_px',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#afe813eefb25a9f2fd1b6b4bc5e5f10c4',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpy_10',['sel_py',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a172d8b0f3cd9b70e843128c802918ef8',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fpz_11',['sel_pz',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ae29cb06d6279f2ef61f2299b837cdf8c',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fq_12',['sel_q',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#adf149ecd8a95b915a39b296d18100efd',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fr_13',['sel_r',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af1557aec709da2a00ce6af628f930c88',1,'k4::ral::ReconstructedParticle']]], - ['sel_5frapidity_14',['sel_rapidity',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a65c92824812d173a4f7df57f936a8d67',1,'k4::ral::ReconstructedParticle']]], - ['sel_5ftheta_15',['sel_theta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a667199a076db36e931ec6678748c8d35',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fx_16',['sel_x',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af5156de080f61ff362c10428b40316ce',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fy_17',['sel_y',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ac4c0e5f20c36e8ae099db5018b8f93c1',1,'k4::ral::ReconstructedParticle']]], - ['sel_5fz_18',['sel_z',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a151226771612f2b3e0c0427181f716c5',1,'k4::ral::ReconstructedParticle']]] + ['sel_5felement_3',['sel_element',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a4c056e5e16fa67b6d47c0005ee8c50e2',1,'k4::ral::ReconstructedParticle']]], + ['sel_5feta_4',['sel_eta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#afc5e63b133cdd9ebb090eb826ff17875',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fm_5',['sel_m',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a38816a63f0ef1ace61946b8a0de47bbe',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fn_5felements_6',['sel_n_elements',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a88bbf92cbb3ab63a6f182d806734d276',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpdg_7',['sel_pdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a7e0ee0c0eb60549b72ade2dd79d877ef',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fphi_8',['sel_phi',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a2c7f2c287cf3c9696a54401169b8422c',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpmod_9',['sel_pmod',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a19cbdb760a9d18ce3d6343ff4733f12f',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpt_10',['sel_pt',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a027e1e004c63efd98f96abffd09fe40f',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpx_11',['sel_px',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#afe813eefb25a9f2fd1b6b4bc5e5f10c4',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpy_12',['sel_py',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a172d8b0f3cd9b70e843128c802918ef8',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fpz_13',['sel_pz',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ae29cb06d6279f2ef61f2299b837cdf8c',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fq_14',['sel_q',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#adf149ecd8a95b915a39b296d18100efd',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fr_15',['sel_r',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af1557aec709da2a00ce6af628f930c88',1,'k4::ral::ReconstructedParticle']]], + ['sel_5frapidity_16',['sel_rapidity',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a65c92824812d173a4f7df57f936a8d67',1,'k4::ral::ReconstructedParticle']]], + ['sel_5ftheta_17',['sel_theta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a667199a076db36e931ec6678748c8d35',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fx_18',['sel_x',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af5156de080f61ff362c10428b40316ce',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fy_19',['sel_y',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#ac4c0e5f20c36e8ae099db5018b8f93c1',1,'k4::ral::ReconstructedParticle']]], + ['sel_5fz_20',['sel_z',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a151226771612f2b3e0c0427181f716c5',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fabspdg_21',['sort_abspdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a47d616d1f6890d7c9e21d19f12f61a50',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fabsq_22',['sort_absq',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a5a1b979bf52f91776751ebd52b91f304',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fe_23',['sort_e',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a8eaa288b632781fd780f025a86f0db5c',1,'k4::ral::ReconstructedParticle']]], + ['sort_5feta_24',['sort_eta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a03ce19e81fad51103ff8e3d1751763f7',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fm_25',['sort_m',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aba2ddd5f185c22b52e022d8ac349108e',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpdg_26',['sort_pdg',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a44af5e32011900b712474bdf8ed8252c',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fphi_27',['sort_phi',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aaa4f65f00b081559a5330a271958d0c3',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpmod_28',['sort_pmod',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#aed3102cbb19c0eb9fb21e36f4c64c785',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpt_29',['sort_pt',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a831cb43efb69bf14017bfd043663b313',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpx_30',['sort_px',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a5be8f6f56c47516b1b3a900f0183be78',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpy_31',['sort_py',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a8ea5599f4717885ecfe3c6213e98d507',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fpz_32',['sort_pz',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a46a60f24617576f26e14e811dd31952a',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fq_33',['sort_q',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#af36764e219cc2f6848dd78d86b132bb9',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fr_34',['sort_r',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a01573f180155300a416b4171a035ee83',1,'k4::ral::ReconstructedParticle']]], + ['sort_5frapidity_35',['sort_rapidity',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a70d0869bb5654ad7fc4dc2878e03cba6',1,'k4::ral::ReconstructedParticle']]], + ['sort_5ftheta_36',['sort_theta',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a12d1e1af14c917b417ce8def599218a9',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fx_37',['sort_x',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a6e43f1de87d4e1feb826cb37fe4bf262',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fy_38',['sort_y',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a0a2e71fdde4bd1c11f3c4fa81968c221',1,'k4::ral::ReconstructedParticle']]], + ['sort_5fz_39',['sort_z',['../namespacek4_1_1ral_1_1ReconstructedParticle.html#a1f7b00f91805e452aac0d0cb56ce5c17',1,'k4::ral::ReconstructedParticle']]] ];