ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hijfst.cc File Reference
#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_infoalgo_info_vec
 
std::map< std::string,
JetAlgorithm > 
algorithms
 
loaderObj loader
 

Function Documentation

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 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.

+ 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, enablep, and Acts::Test::transform.

Referenced by main().

+ Here is the caller graph for this function:

Variable Documentation

vector<algo_info> algo_info_vec

Definition at line 21 of file hijfst.cc.

View newest version in sPHENIX GitHub at line 21 of file hijfst.cc

Referenced by hijfst_(), and hijfst_control().

std::map<std::string, JetAlgorithm> algorithms

Definition at line 23 of file hijfst.cc.

View newest version in sPHENIX GitHub at line 23 of file hijfst.cc

bool enablep = false

Definition at line 11 of file hijfst.cc.

View newest version in sPHENIX GitHub at line 11 of file hijfst.cc

Referenced by hijfst_(), and hijfst_control().

loaderObj loader

Definition at line 44 of file hijfst.cc.

View newest version in sPHENIX GitHub at line 44 of file hijfst.cc