ATLAS Offline Software
Loading...
Searching...
No Matches
Calorimeter
CaloCnv
CaloTPCnv
CaloTPCnv
CaloClusterMomentContainer_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//Dear emacs, this is -*-c++-*-
6
#ifndef CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINER_P2_H
7
#define CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINER_P2_H
8
#include <vector>
9
10
class
CaloClusterMomentContainer_p2
{
11
public
:
12
13
unsigned
short
m_nMoments
{};
14
typedef
std::vector<unsigned int>::const_iterator
const_iterator
;
15
16
//std::vector<float> m_Mvalue;
17
std::vector<unsigned int>
m_Mvalue
;
18
std::vector<unsigned short>
m_Mkey
;
19
20
21
};
22
23
#endif
24
25
26
CaloClusterMomentContainer_p2
Definition
CaloClusterMomentContainer_p2.h:10
CaloClusterMomentContainer_p2::m_Mkey
std::vector< unsigned short > m_Mkey
Definition
CaloClusterMomentContainer_p2.h:18
CaloClusterMomentContainer_p2::const_iterator
std::vector< unsignedint >::const_iterator const_iterator
Definition
CaloClusterMomentContainer_p2.h:14
CaloClusterMomentContainer_p2::m_nMoments
unsigned short m_nMoments
Definition
CaloClusterMomentContainer_p2.h:13
CaloClusterMomentContainer_p2::m_Mvalue
std::vector< unsigned int > m_Mvalue
Definition
CaloClusterMomentContainer_p2.h:17
Generated on
for ATLAS Offline Software by
1.16.1