ATLAS Offline Software
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 
19 namespace jet {
20 
22 
23 } // end jet namespace
24 
25 CLASS_DEF( fastjet::ClusterSequence , 38719120 , 1 )
26 
27 #endif
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
jet::ClusterSequence
fastjet::ClusterSequence ClusterSequence
Definition: ClusterSequence.h:21
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