![]() |
ATLAS Offline Software
|
Enumerations | |
enum | ID { kt_algorithm = 0, cambridge_algorithm = 1, antikt_algorithm = 2, genkt_algorithm = 3, cambridge_for_passive_algorithm = 11, genkt_for_passive_algorithm = 13, ee_kt_algorithm = 50, ee_genkt_algorithm = 53, plugin_algorithm = 99, undefined_jet_algorithm = 999 } |
//////////////////////////////////////// JetAlgorithmType::ID defines most common physics jet finding algorithms used in Atlas. More... | |
Functions | |
const std::string & | algName (ID id) |
Converts a JetAlgorithmType::ID into a string. More... | |
ID | algId (const std::string &n) |
Converts a string into a JetAlgorithmType::ID. More... | |
const std::string & | algName (fastjet::JetAlgorithm a) |
ID | algId (fastjet::JetAlgorithm a) |
fastjet::JetAlgorithm | fastJetDef (ID id) |
fastjet::JetAlgorithm | fastJetDef (const std::string &name) |
//////////////////////////////////////// JetAlgorithmType::ID defines most common physics jet finding algorithms used in Atlas.
It follows fastjet's enum.
Definition at line 29 of file JetContainerInfo.h.
ID xAOD::JetAlgorithmType::algId | ( | fastjet::JetAlgorithm | a | ) |
Definition at line 15 of file FastJetUtils.cxx.
const std::string & xAOD::JetAlgorithmType::algName | ( | fastjet::JetAlgorithm | a | ) |
Definition at line 11 of file FastJetUtils.cxx.
Converts a JetAlgorithmType::ID into a string.
Definition at line 67 of file JetContainerInfo.cxx.
fastjet::JetAlgorithm xAOD::JetAlgorithmType::fastJetDef | ( | const std::string & | name | ) |
Definition at line 24 of file FastJetUtils.cxx.
fastjet::JetAlgorithm xAOD::JetAlgorithmType::fastJetDef | ( | ID | id | ) |
Definition at line 20 of file FastJetUtils.cxx.