ATLAS Offline Software
Loading...
Searching...
No Matches
JetMomentMapCollection_p6.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#ifndef JETEVENTTPCNV_JETMOMENTMAPCOLLECTION_P6_H
6#define JETEVENTTPCNV_JETMOMENTMAPCOLLECTION_P6_H
7
8// STL includes
9#include <vector>
10
12
13class JetMomentMapCollection_p6 : public std::vector<JetMomentMap_p6>
14{
15 public:
16 // virtual ~JetMomentMapCollection_p6() { };
17};
18
19#endif