ATLAS Offline Software
Loading...
Searching...
No Matches
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
13namespace 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
static Double_t a
ID algId(const std::string &n)
Converts a string into a JetAlgorithmType::ID.
fastjet::JetAlgorithm fastJetDef(ID id)
const std::string & algName(ID id)
Converts a JetAlgorithmType::ID into a string.
ID
//////////////////////////////////////// JetAlgorithmType::ID defines most common physics jet finding...
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.