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