ATLAS Offline Software
FastJetUtils.h
Go to the documentation of this file.
1 // this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef JETEDM_FASTJETUTILS_H
8 #define JETEDM_FASTJETUTILS_H
9 
10 #include "fastjet/JetDefinition.hh"
12 
13 namespace xAOD {
14 
15  namespace JetAlgorithmType {
16 
17  // conversion from fastjet
18  const std::string& algName(fastjet::JetAlgorithm a);
19  ID algId(fastjet::JetAlgorithm a);
20 
21  // conversion to fastjet
22  fastjet::JetAlgorithm fastJetDef(ID id);
23  fastjet::JetAlgorithm fastJetDef(const std::string& name);
24 
25 
26  }
27 }
28 #endif
xAOD::name
name
Definition: TriggerMenuJson_v1.cxx:29
JetContainerInfo.h
ID
std::vector< Identifier > ID
Definition: CalibHitIDCheck.h:24
xAOD::JetAlgorithmType::algName
const std::string & algName(ID id)
Converts a JetAlgorithmType::ID into a string.
Definition: JetContainerInfo.cxx:67
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::JetAlgorithmType::fastJetDef
fastjet::JetAlgorithm fastJetDef(ID id)
Definition: FastJetUtils.cxx:20
a
TList * a
Definition: liststreamerinfos.cxx:10
xAOD::JetAlgorithmType::algId
ID algId(const std::string &n)
Converts a string into a JetAlgorithmType::ID.
Definition: JetContainerInfo.cxx:76