ATLAS Offline Software
TrigCompositeContainer_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 /**********************************************************************************
6  * @Project: Trigger
7  * @Package: TrigCombinedEventTPCnv
8  * @class : TrigCompositeContainer_p1
9  *
10  * @brief persistent partner for TrigCompositeContainer
11  *
12  * @author Camille B.-Champagne <camille.belanger-champagne@cern.ch>
13  **********************************************************************************/
14 
15 #ifndef TRIGCOMBINEDEVENTTPCNV_TRIGCOMPOSITECONTAINER_P1_H
16 #define TRIGCOMBINEDEVENTTPCNV_TRIGCOMPOSITECONTAINER_P1_H
17 
19 
20 class TrigCompositeContainer_p1 : public std::vector<TrigComposite_p1> { };
21 
22 #endif
TrigCompositeContainer_p1
Definition: TrigCompositeContainer_p1.h:20
TrigComposite_p1.h