ATLAS Offline Software
TrigPhotonContainer_p3.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 /**********************************************************************************
6  * @Project: Trigger
7  * @Package: TrigParticleTPCnv
8  * @class : TrigPhotonContainer_p3
9  *
10  * @brief persistent partner for TrigPhotonContainer
11  *
12  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13  * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14  *
15  * File and Version Information:
16  * $Id: TrigPhotonContainer_p3.h 359048 2011-04-15 12:07:04Z salvator $
17  **********************************************************************************/
18 #ifndef TRIGPARTICLETPCNV_TRIGPHOTONCONTAINER_P3_H
19 #define TRIGPARTICLETPCNV_TRIGPHOTONCONTAINER_P3_H
20 
22 
23 class TrigPhotonContainer_p3 : public std::vector<TrigPhoton_p3> {};
24 // end of class definitions
25 
26 
27 #endif
TrigPhotonContainer_p3
Definition: TrigPhotonContainer_p3.h:23
TrigPhoton_p3.h