ATLAS Offline Software
Loading...
Searching...
No Matches
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
19namespace jet {
20
21typedef std::vector<fastjet::PseudoJet> PseudoJetVector;
22
23} // end jet namespace
24
25CLASS_DEF( std::vector<fastjet::PseudoJet> , 240603737 , 1 )
26
27#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::vector< fastjet::PseudoJet > PseudoJetVector