ATLAS Offline Software
ExampleTrackContainer_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_EXAMPLETRACKCONTAINER_P1_H
6 #define ATHENAPOOLEXAMPLECONVERTER_EXAMPLETRACKCONTAINER_P1_H
7 
15 
19 class ExampleTrackContainer_p1 : public std::vector<ExampleTrack_p1> {
20 };
21 #endif
ExampleTrackContainer_p1
This class provides a persistent state for the ExampleTrackContainer class.
Definition: ExampleTrackContainer_p1.h:19
ExampleTrack_p1.h
This file contains the class definition for the ExampleTrack_p1 class.