ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterMomentStore_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_CALOCLUSTERMOMENTSTORE_P1_H
7#define CALOATHENAPOOL_CALOCLUSTERMOMENTSTORE_P1_H
8#include <vector>
9
11public:
12 //Dummy default constructor
13 //CaloClusterMomentStore() {}
14
16 short key;
17 float value;
18 };
19 std::vector<ClusterMoment> m_store;
20};
21
22#endif
23
24
25/*Necessary Top-Level Converter:
26CaloClusterContainer
27CaloShowerContainer
28CaloCellLinkContainer
29CaloTowerContainer (???)
30*/
31
32
std::vector< ClusterMoment > m_store