ATLAS Offline Software
Loading...
Searching...
No Matches
EventShapeStore_p1.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 EVENTSHAPETPCNV_EVENTSHAPESTORE_P1_H
6#define EVENTSHAPETPCNV_EVENTSHAPESTORE_P1_H
7
8#include <vector>
9
11{
12 template <class T>
14
15public:
16
18 virtual ~EventShapeStore_p1() { };
19
20protected:
21
22 std::vector<unsigned int> m_mtypV;
23 std::vector<float> m_mvalV;
24
25};
26
27#endif
std::vector< unsigned int > m_mtypV
std::vector< float > m_mvalV
friend class EventShapeStoreConverterBase