EIC Software
Reference for
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 |
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 algo_info_vec, algo_info::algorithm, enablep, Acts::VectorHelpers::eta(), algo_info::EtaMax, algo_info::EtaMin, algo_info::EtMin, it, Acts::UnitConstants::m, M, n, charm_jet_strange_helicity::N, algo_info::PID, and algo_info::R.
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().
std::map<std::string, JetAlgorithm> algorithms |
bool enablep = false |