ATLAS Offline Software
PseudoJetVector.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 // PseudoJetVector.h
6 
7 #ifndef jet__PseudoJetVector_H
8 #define jet__PseudoJetVector_H
9 
10 #include <vector>
11 #include "fastjet/PseudoJet.hh"
12 #include "xAODCore/CLASS_DEF.h"
13 
14 // David Adams
15 // January 2014
16 //
17 // Container of fastjet pseudojets.
18 
19 namespace jet {
20 
21 typedef std::vector<fastjet::PseudoJet> PseudoJetVector;
22 
23 } // end jet namespace
24 
25 CLASS_DEF( std::vector<fastjet::PseudoJet> , 240603737 , 1 )
26 
27 #endif
jet::PseudoJetVector
std::vector< fastjet::PseudoJet > PseudoJetVector
Definition: PseudoJetVector.h:21
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
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