ATLAS Offline Software
PseudoJetMap.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 // PseudoJetMap.h
6 
7 #ifndef jet__PseudoJetMap_H
8 #define jet__PseudoJetMap_H
9 
10 #include <map>
11 #include "fastjet/PseudoJet.hh"
12 #include "xAODCore/CLASS_DEF.h"
13 #include "xAODJet/Jet.h"
14 
15 // David Adams
16 // January 2014
17 //
18 // Container of fastjet pseudojets.
19 
20 namespace jet {
21 
22 typedef std::map<const xAOD::Jet*, const fastjet::PseudoJet*> PseudoJetMap;
23 
24 } // end jet namespace
25 
26 CLASS_DEF( jet::PseudoJetMap, 159726523 , 1 )
27 
28 #endif
Jet.h
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
jet::PseudoJetMap
std::map< const xAOD::Jet *, const fastjet::PseudoJet * > PseudoJetMap
Definition: PseudoJetMap.h:22
CLASS_DEF.h
File providing the different SG_BASE macros.
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