ATLAS Offline Software
Loading...
Searching...
No Matches
JetContainerInfo.cxx File Reference
#include "xAODJet/JetContainerInfo.h"
#include <string>
#include <map>
Include dependency graph for JetContainerInfo.cxx:

Go to the source code of this file.

Namespaces

namespace  xAOD
 ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
namespace  xAOD::JetAlgorithmType
namespace  xAOD::JetInput
namespace  xAOD::JetTransform

Functions

const std::string & xAOD::JetAlgorithmType::algName (ID id)
 Converts a JetAlgorithmType::ID into a string.
ID xAOD::JetAlgorithmType::algId (const std::string &n)
 Converts a string into a JetAlgorithmType::ID.
bool xAOD::JetInput::isValidConstitType (Type t)
const std::string & xAOD::JetInput::typeName (Type id)
Type xAOD::JetInput::inputType (const std::string &n)
std::string xAOD::JetTransform::name (Type t)
 Convert jet transformation enum to string.
Type xAOD::JetTransform::type (const std::string &name)
 Convert string to jet transformation enum.

Variables

static const std::string xAOD::JetAlgorithmType::c_unknownAlg = "UnknownAlg"
static const std::map< std::string, IDxAOD::JetAlgorithmType::nameToIDmap
 Map associating string names to enumeration values.
static const std::map< ID, std::string > xAOD::JetAlgorithmType::idToNamemap
 Map associating enum values to string names.
static const std::string xAOD::JetInput::c_unCategorized = "Uncategorized"
static const std::map< std::string, TypexAOD::JetInput::nameToTypemap
 Map associating string names to enumeration values.
static const std::map< Type, std::string > xAOD::JetInput::typeToNamemap
 Map associating enum values to string names.