ATLAS Offline Software
Event/xAOD/xAODJet/xAODJet/Jet.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 // $Id: Jet.h 631914 2014-11-28 16:08:50Z krasznaa $
8 #ifndef XAODJET_JET_H
9 #define XAODJET_JET_H
10 
11 // Local include(s):
13 
15 namespace xAOD {
17  typedef Jet_v1 Jet;
18 }
19 
20 // Set up a CLID for the class:
21 #include "xAODCore/CLASS_DEF.h"
22 CLASS_DEF( xAOD::Jet, 147270755, 1 )
23 
24 #endif // XAODJET_JET_H
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
Jet_v1.h
CLASS_DEF.h
File providing the different SG_BASE macros.
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
xAOD::Jet
Jet_v1 Jet
Definition of the current "jet version".
Definition: Event/xAOD/xAODJet/xAODJet/Jet.h:17