C++ class. Stores identifying features of a particle in the GenPart collection.
More...
|
| void | AddParent (int idx) |
| | Add parent index to track. More...
|
| |
| void | AddChild (int idx) |
| | Add child index to track. More...
|
| |
| float | DeltaR (LVector input_vector) |
| | Calculate \(\Delta R\) between current particle and input vector. More...
|
| |
C++ class. Stores identifying features of a particle in the GenPart collection.
◆ AddChild()
Add child index to track.
- Parameters
-
◆ AddParent()
| void AddParent |
( |
int |
idx | ) |
|
Add parent index to track.
- Parameters
-
◆ DeltaR()
| float DeltaR |
( |
LVector |
input_vector | ) |
|
Calculate \(\Delta R\) between current particle and input vector.
- Parameters
-
| input_vector | The vector to compare against the current particle. |
- Returns
- float \(\Delta R\) value
◆ childIndex
| std::vector<int> childIndex |
◆ flag
Should always be true unless we need to return a None-like particle
◆ index
◆ parentIndex
◆ pdgId
◆ status
Pythia status of particle
◆ statusFlags
| std::map<std::string, int> statusFlags |
Map of status flags for set gen particle
◆ vect
The documentation for this class was generated from the following files:
- TIMBER/Framework/include/GenMatching.h
- TIMBER/Framework/src/GenMatching.cc