ATLAS Offline Software
Loading...
Searching...
No Matches
ClusterSequence.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// ClusterSequence.h
6
7#ifndef jet__ClusterSequence_H
8#define jet__ClusterSequence_H
9
10#include <vector>
11#include "fastjet/ClusterSequence.hh"
12#include "xAODCore/CLASS_DEF.h"
13
14// David Adams
15// January 2014
16//
17// Container of fastjet cluster sequences.
18
19namespace jet {
20
21 typedef fastjet::ClusterSequence ClusterSequence;
22
23} // end jet namespace
24
25CLASS_DEF( fastjet::ClusterSequence , 38719120 , 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.
fastjet::ClusterSequence ClusterSequence