ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterContainer_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#ifndef CALOATHENAPOOL_CALOCLUSTERCONTAINER_P1_H
6#define CALOATHENAPOOL_CALOCLUSTERCONTAINER_P1_H
7
13#include <vector>
14
16{
17 public:
18
20 public:
21 //Very basic variables, members of CaloCluster ifself
23 float m_time;
24 unsigned int m_samplingPattern;
25 bool m_barrel;
27 float m_eta0;
28 float m_phi0;
29
30 //Inherited through CaloCompositeKineBase
31 P4EEtaPhiM_p1 m_P4EEtaPhiM; //Not yet part FourMomAthenaPool
32 unsigned int m_caloRecoStatus;
33
34
35 //Cached Stores
39
40 //Linked Stores:
43 };
44
45 typedef std::vector<CaloCluster_p> contType;
46 typedef contType::const_iterator const_iterator;
47 typedef contType::iterator iterator;
48
51
52};
53
54#endif
55
contType::const_iterator const_iterator
std::vector< CaloCluster_p > contType