ATLAS Offline Software
Loading...
Searching...
No Matches
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>
12
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
19};
20
21#endif