ATLAS Offline Software
Calorimeter
CaloCnv
CaloTPCnv
CaloTPCnv
CaloClusterCellLinkContainer_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_CALOCLUSTERCELLLINKCONTAINER_P1_H
7
#define CALOATHENAPOOL_CALOCLUSTERCELLLINKCONTAINER_P1_H
8
9
#include <vector>
10
#include <string>
11
#include "
DataModelAthenaPool/DataLink_p2.h
"
12
13
class
CaloClusterCellLinkContainer_p1
{
14
public
:
15
std::vector<unsigned>
m_indices
;
16
std::vector<float>
m_weights
;
17
std::vector<unsigned>
m_nCellsPerCluster
;
//Number of cells in each cluster
18
DataLink_p2
m_cellCont
;
19
};
20
21
#endif
CaloClusterCellLinkContainer_p1
Definition:
CaloClusterCellLinkContainer_p1.h:13
DataLink_p2.h
This file contains the class definition for DataLink_p2 and DataLinkVector_p2.
DataLink_p2
Persistent representation of DataLink contains the StoreGate key of the container object to which the...
Definition:
DataLink_p2.h:23
CaloClusterCellLinkContainer_p1::m_cellCont
DataLink_p2 m_cellCont
Definition:
CaloClusterCellLinkContainer_p1.h:18
CaloClusterCellLinkContainer_p1::m_weights
std::vector< float > m_weights
Definition:
CaloClusterCellLinkContainer_p1.h:16
CaloClusterCellLinkContainer_p1::m_indices
std::vector< unsigned > m_indices
Definition:
CaloClusterCellLinkContainer_p1.h:15
CaloClusterCellLinkContainer_p1::m_nCellsPerCluster
std::vector< unsigned > m_nCellsPerCluster
Definition:
CaloClusterCellLinkContainer_p1.h:17
Generated on Thu Nov 7 2024 21:11:18 for ATLAS Offline Software by
1.8.18