ATLAS Offline Software
Loading...
Searching...
No Matches
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
20namespace jet {
21
22typedef std::map<const xAOD::Jet*, const fastjet::PseudoJet*> PseudoJetMap;
23
24} // end jet namespace
25
26CLASS_DEF( jet::PseudoJetMap, 159726523 , 1 )
27
28#endif
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
File providing the different SG_BASE macros.
std::map< const xAOD::Jet *, const fastjet::PseudoJet * > PseudoJetMap