![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <fastjet/ClusterSequence.hh>#include <algorithm>#include <map>#include <string>#include <vector>
Include dependency graph for hijfst.cc:Go to the source code of this file.
Classes | |
| struct | algo_info |
| struct | loaderObj |
Functions | |
| void | hijfst_control (int enable, vector< string > valgorithm, vector< float > vR, vector< int > vPID, vector< float > vEtaMin, vector< float > vEtaMax, vector< float > vEtMin) |
| void | hijfst_ (int *n, int *N, int *K, float *P, float *V) |
Variables | |
| bool | enablep = false |
| vector< algo_info > | algo_info_vec |
| std::map< std::string, JetAlgorithm > | algorithms |
| loaderObj | loader |
| void hijfst_ | ( | int * | n, |
| int * | N, | ||
| int * | K, | ||
| float * | P, | ||
| float * | V | ||
| ) |
Definition at line 69 of file hijfst.cc.
View newest version in sPHENIX GitHub at line 69 of file hijfst.cc
References KFPMath::a, algo_info_vec, algo_info::algorithm, E, enablep, eta, algo_info::EtaMax, algo_info::EtaMin, algo_info::EtMin, i, it, j, Acts::UnitConstants::m, n, N, P(), particles, algo_info::PID, and algo_info::R.
Here is the call graph for this function:| void hijfst_control | ( | int | enable, |
| vector< string > | valgorithm, | ||
| vector< float > | vR, | ||
| vector< int > | vPID, | ||
| vector< float > | vEtaMin, | ||
| vector< float > | vEtaMax, | ||
| vector< float > | vEtMin | ||
| ) |
Definition at line 47 of file hijfst.cc.
View newest version in sPHENIX GitHub at line 47 of file hijfst.cc
References algo_info_vec, algo_info::algorithm, algorithms, antikt_algorithm, enablep, i, and Acts::Test::transform.
Referenced by main().
Here is the caller graph for this function:| vector<algo_info> algo_info_vec |
| std::map<std::string, JetAlgorithm> algorithms |
| bool enablep = false |