ATLAS Offline Software
Event
xAOD
xAODJet
xAODJet
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
13
namespace
xAOD
{
14
16
typedef
ROOT::Math::LorentzVector<ROOT::Math::PtEtaPhiM4D<double> >
17
JetFourMom_t
;
18
19
20
enum
JetConstitScale
{
21
UncalibratedJetConstituent
= 0,
22
CalibratedJetConstituent
= 1,
23
UnknownConstitScale
= 99,
24
};
25
26
enum
JetScale
{
27
28
JetEMScaleMomentum
= 0,
29
JetConstitScaleMomentum
= 1,
30
JetAssignedScaleMomentum
=2,
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
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::UnknownConstitScale
@ UnknownConstitScale
Definition:
JetTypes.h:23
xAOD::JetConstitScaleMomentum
@ JetConstitScaleMomentum
Definition:
JetTypes.h:29
xAOD::JetScale
JetScale
Definition:
JetTypes.h:26
xAOD::CalibratedJetConstituent
@ CalibratedJetConstituent
Definition:
JetTypes.h:22
xAOD::JetEMScaleMomentum
@ JetEMScaleMomentum
Definition:
JetTypes.h:28
xAOD::JetFourMom_t
ROOT::Math::LorentzVector< ROOT::Math::PtEtaPhiM4D< double > > JetFourMom_t
Base 4 Momentum type for Jet.
Definition:
JetTypes.h:17
xAOD::JetConstitScale
JetConstitScale
Definition:
JetTypes.h:20
xAOD::JetAssignedScaleMomentum
@ JetAssignedScaleMomentum
Definition:
JetTypes.h:30
xAOD::UncalibratedJetConstituent
@ UncalibratedJetConstituent
Definition:
JetTypes.h:21
Generated on Fri Apr 18 2025 21:13:08 for ATLAS Offline Software by
1.8.18