00001
00002
00003 #ifndef jet__PseudoJetVector_H
00004 #define jet__PseudoJetVector_H
00005
00006 #include <vector>
00007 #include "fastjet/PseudoJet.hh"
00008 #include "AsgTools/CLASS_DEF.h"
00009
00010
00011
00012
00013
00014
00015 namespace jet {
00016
00017 typedef std::vector<fastjet::PseudoJet> PseudoJetVector;
00018
00019 }
00020
00021 CLASS_DEF( std::vector<fastjet::PseudoJet> , 240603737 , 1 )
00022
00023 #endif