#include <SelectionDefinitions.h>
Definition at line 1 of file SelectionDefinitions.h.
new_interaction_topology::new_interaction_topology |
( |
double |
endz_low, |
|
|
double |
endz_high, |
|
|
double |
threshold |
|
) |
| |
|
inline |
int new_interaction_topology::operator() |
( |
int |
pdg, |
|
|
double |
endZ, |
|
|
std::string |
process, |
|
|
int |
nPi0, |
|
|
std::vector< int > & |
true_daughter_pdg, |
|
|
std::vector< double > & |
true_daughter_startP |
|
) |
| |
|
inline |
Definition at line 10 of file SelectionDefinitions.h.
25 else if (
process ==
"pi+Inelastic") {
27 bool has_pion_above_threshold =
false;
28 for (
size_t i = 0; i < true_daughter_startP.size(); ++i) {
29 if (
abs(true_daughter_pdg[i]) == 211 &&
31 has_pion_above_threshold =
true;
36 if (has_pion_above_threshold) {
50 else if (
pdg == -13) {
double new_interaction_topology::fEndZHigh |
|
private |
double new_interaction_topology::fEndZLow |
|
private |
double new_interaction_topology::fThreshold |
|
private |
The documentation for this class was generated from the following file: