ATLAS Offline Software
Loading...
Searching...
No Matches
JetSumsCollection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef JETEVENT_JETSUMSCOLLECTION_H
6#define JETEVENT_JETSUMSCOLLECTION_H
7
8//********************************************************************
9//NAME: JetCollection.h
10//********************************************************************
11
12// INCLUDE HEADER FILES:
13
16
17#include "JetEvent/JetSums.h"
18
19class JetSumsCollection : public DataVector<JetSums>
20{
21
22 public:
23 // constructor
25 virtual ~JetSumsCollection() { };
26 // void print();
27
28};
29CLASS_DEF( JetSumsCollection , 1263722752 , 1 )
30
31#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)