ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellLinkContainer_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_CALOCELLLINKCONTAINER_P2_H
7#define CALOATHENAPOOL_CALOCELLLINKCONTAINER_P2_H
8
9#include <vector>
10#include <string>
12
14 public:
15 std::vector<unsigned> m_linkI;
16 std::vector<float> m_linkW;
17 std::vector<unsigned> m_vISizes; // contains number of indices written in each cluster
18 std::vector<unsigned> m_vWSizes; // contains number of weights written in each cluster
19 unsigned m_nClusters;
20 std::string m_contName;
21};
22
23#endif
This file contains the class definition for the NavigableCnv_p1 class.