ATLAS Offline Software
Reconstruction
EventShapes
EventShapeTPCnv
EventShapeTPCnv
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
10
class
EventShapeStore_p2
11
{
12
template
<
class
T>
13
friend
class
EventShapeStoreConverterBase
;
14
15
public
:
16
17
EventShapeStore_p2
() { };
18
virtual
~EventShapeStore_p2
() { };
19
20
protected
:
21
22
std::vector<unsigned int>
m_mtypV
;
23
std::vector<std::vector<float> >
m_mvalM
;
24
};
25
26
#endif
EventShapeStore_p2::m_mtypV
std::vector< unsigned int > m_mtypV
Definition:
EventShapeStore_p2.h:18
EventShapeStore_p2
Definition:
EventShapeStore_p2.h:11
EventShapeStore_p2::m_mvalM
std::vector< std::vector< float > > m_mvalM
Definition:
EventShapeStore_p2.h:23
EventShapeStore_p2::EventShapeStore_p2
EventShapeStore_p2()
Definition:
EventShapeStore_p2.h:17
EventShapeStore_p2::~EventShapeStore_p2
virtual ~EventShapeStore_p2()
Definition:
EventShapeStore_p2.h:18
EventShapeStoreConverterBase
Definition:
EventShapeStoreConverterBase.h:10
Generated on Thu Nov 7 2024 21:15:00 for ATLAS Offline Software by
1.8.18