ATLAS Offline Software
Loading...
Searching...
No Matches
JetTypes.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef XAODJET_JETTYPES_H
8#define XAODJET_JETTYPES_H
9
10// ROOT include(s):
11#include "Math/Vector4D.h"
12
13namespace xAOD {
14
16 typedef ROOT::Math::LorentzVector<ROOT::Math::PtEtaPhiM4D<double> >
18
19
25
26 enum JetScale {
27
31
32 //EMSCALE = JET_USING_UNCALIBRATED_CONSTIT, // compat with run1
33 //CONSTITUENTSCALE = JEt_USING_JETFINDING_CONSTIT // compat with run1
34 };
35
36
37
38}
39
40#endif
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
JetScale
Definition JetTypes.h:26
@ JetEMScaleMomentum
Definition JetTypes.h:28
@ JetAssignedScaleMomentum
Definition JetTypes.h:30
@ JetConstitScaleMomentum
Definition JetTypes.h:29
JetConstitScale
Definition JetTypes.h:20
@ UnknownConstitScale
Definition JetTypes.h:23
@ UncalibratedJetConstituent
Definition JetTypes.h:21
@ CalibratedJetConstituent
Definition JetTypes.h:22
ROOT::Math::LorentzVector< ROOT::Math::PtEtaPhiM4D< double > > JetFourMom_t
Base 4 Momentum type for Jet.
Definition JetTypes.h:17