ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <fastjet/ClusterSequence.hh>
#include <algorithm>
#include <map>
#include <string>
#include <vector>
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 |
Definition at line 69 of file hijfst.cc.
View newest version in sPHENIX GitHub at line 69 of file hijfst.cc
References a, algo_info_vec, algo_info::algorithm, E, enablep, Acts::VectorHelpers::eta(), algo_info::EtaMax, algo_info::EtaMin, algo_info::EtMin, it, m, n, N, P, algo_info::PID, algo_info::R, V1, and V2.
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, enablep, and Acts::Test::transform.
Referenced by main().
vector<algo_info> algo_info_vec |
std::map<std::string, JetAlgorithm> algorithms |
bool enablep = false |