ATLAS Offline Software
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 
15 public:
16 
18  virtual ~EventShapeStore_p1() { };
19 
20 protected:
21 
22  std::vector<unsigned int> m_mtypV;
23  std::vector<float> m_mvalV;
24 
25 };
26 
27 #endif
EventShapeStore_p1::EventShapeStore_p1
EventShapeStore_p1()
Definition: EventShapeStore_p1.h:17
EventShapeStore_p1
Definition: EventShapeStore_p1.h:11
EventShapeStore_p1::~EventShapeStore_p1
virtual ~EventShapeStore_p1()
Definition: EventShapeStore_p1.h:18
EventShapeStore_p1::m_mvalV
std::vector< float > m_mvalV
Definition: EventShapeStore_p1.h:23
EventShapeStore_p1::m_mtypV
std::vector< unsigned int > m_mtypV
Definition: EventShapeStore_p1.h:18
EventShapeStoreConverterBase
Definition: EventShapeStoreConverterBase.h:10