ATLAS Offline Software
Calorimeter
CaloCnv
CaloTPCnv
CaloTPCnv
CaloClusterMomentContainer_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
//Dear emacs, this is -*-c++-*-
6
#ifndef CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINER_P2_H
7
#define CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINER_P2_H
8
#include <vector>
9
//#include "CaloTPCnv/Compressor.h"
10
11
class
CaloClusterMomentContainer_p2
{
12
public
:
13
14
unsigned
short
m_nMoments
;
15
// typedef std::vector<float>::const_iterator const_iterator;
16
typedef
std::vector<unsigned int>::const_iterator
const_iterator
;
17
18
//std::vector<float> m_Mvalue;
19
std::vector<unsigned int>
m_Mvalue
;
20
std::vector<unsigned short>
m_Mkey
;
21
22
23
};
24
25
#endif
26
27
28
CaloClusterMomentContainer_p2::m_nMoments
unsigned short m_nMoments
Definition:
CaloClusterMomentContainer_p2.h:14
CaloClusterMomentContainer_p2
Definition:
CaloClusterMomentContainer_p2.h:11
CaloClusterMomentContainer_p2::m_Mvalue
std::vector< unsigned int > m_Mvalue
Definition:
CaloClusterMomentContainer_p2.h:19
CaloClusterMomentContainer_p2::const_iterator
std::vector< unsigned int >::const_iterator const_iterator
Definition:
CaloClusterMomentContainer_p2.h:16
CaloClusterMomentContainer_p2::m_Mkey
std::vector< unsigned short > m_Mkey
Definition:
CaloClusterMomentContainer_p2.h:20
Generated on Sun Dec 22 2024 21:07:51 for ATLAS Offline Software by
1.8.18