ATLAS Offline Software
Loading...
Searching...
No Matches
CaloShowerContainer_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
7#ifndef CALOATHENAPOOL_CALOSHOWERCONTAINER_P1_H
8#define CALOATHENAPOOL_CALOSHOWERCONTAINER_P1_H
9
10#include <vector>
13
15{
16public:
17 //friend class CaloShowerContainerCnv_p1;
20
25
26 std::vector<CaloShower> m_container;
27 typedef std::vector<CaloShower>::const_iterator const_iterator;
28};
29
30#endif
31
32
std::vector< CaloShower > m_container
std::vector< CaloShower >::const_iterator const_iterator