ATLAS Offline Software
Reconstruction
EventShapes
EventShapeTPCnv
EventShapeTPCnv
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
10
class
EventShapeStore_p1
11
{
12
template
<
class
T>
13
friend
class
EventShapeStoreConverterBase
;
14
15
public
:
16
17
EventShapeStore_p1
() { };
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
Generated on Thu Nov 7 2024 21:15:00 for ATLAS Offline Software by
1.8.18