ATLAS Offline Software
Loading...
Searching...
No Matches
Event/xAOD/xAODTrigL1Calo/xAODTrigL1Calo/JetElement.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODTRIGL1CALO_JETELEMENT_H
6#define XAODTRIGL1CALO_JETELEMENT_H
7
8// Local include(s):
11#include <map>
12
14namespace xAOD {
17
18 typedef std::map<int, const JetElement*> JetElementMap_t;
19}
20
21#include "xAODCore/CLASS_DEF.h"
22CLASS_DEF( xAOD::JetElement , 165900946 , 1 )
23
24#endif // XAODTRIGL1CALO_JETELEMENT_H
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
File providing the different SG_BASE macros.
Description of JetElement_v2.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
JetElement_v2 JetElement
Define the latest version of the JetElement class.
std::map< int, const JetElement * > JetElementMap_t