ATLAS Offline Software
Calorimeter
CaloCnv
CaloTPCnv
CaloTPCnv
CaloClusterMomentContainer_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
//Dear emacs, this is -*-c++-*-
6
#ifndef CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINER_P1_H
7
#define CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINER_P1_H
8
#include <vector>
9
10
class
CaloClusterMomentContainer_p1
{
11
public
:
12
CaloClusterMomentContainer_p1
() :
m_nMoments
() {}
13
14
struct
ClusterMoment_p
{
15
short
key
;
16
float
value
;
17
};
18
std::vector<ClusterMoment_p>
m_store
;
19
unsigned
short
m_nMoments
;
20
typedef
std::vector<ClusterMoment_p>::const_iterator
const_iterator
;
21
22
};
23
24
#endif
25
26
27
CaloClusterMomentContainer_p1::m_nMoments
unsigned short m_nMoments
Definition:
CaloClusterMomentContainer_p1.h:19
CaloClusterMomentContainer_p1::const_iterator
std::vector< ClusterMoment_p >::const_iterator const_iterator
Definition:
CaloClusterMomentContainer_p1.h:20
CaloClusterMomentContainer_p1::ClusterMoment_p::key
short key
Definition:
CaloClusterMomentContainer_p1.h:15
CaloClusterMomentContainer_p1::CaloClusterMomentContainer_p1
CaloClusterMomentContainer_p1()
Definition:
CaloClusterMomentContainer_p1.h:12
CaloClusterMomentContainer_p1
Definition:
CaloClusterMomentContainer_p1.h:10
CaloClusterMomentContainer_p1::ClusterMoment_p::value
float value
Definition:
CaloClusterMomentContainer_p1.h:16
CaloClusterMomentContainer_p1::ClusterMoment_p
Definition:
CaloClusterMomentContainer_p1.h:14
CaloClusterMomentContainer_p1::m_store
std::vector< ClusterMoment_p > m_store
Definition:
CaloClusterMomentContainer_p1.h:18
Generated on Thu Nov 7 2024 21:11:22 for ATLAS Offline Software by
1.8.18