ATLAS Offline Software
ExampleHitContainer_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 ATHENAPOOLEXAMPLECONVERTER_EXAMPLEHITCONTAINER_P1_H
6 #define ATHENAPOOLEXAMPLECONVERTER_EXAMPLEHITCONTAINER_P1_H
7 
15 #include <vector>
16 
20 class ExampleHitContainer_p1 : public std::vector<ExampleHit_p1> {
21 };
22 #endif
ExampleHitContainer_p1
This class provides a persistent state for the ExampleHitContainer class.
Definition: ExampleHitContainer_p1.h:20
ExampleHit_p1.h
This file contains the class definition for the ExampleHit_p1 class.