ATLAS Offline Software
TrigTauContainer_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 : TrigTauContainer_p3
9  *
10  * @brief persistent partner for TrigTauContainer
11  *
12  **********************************************************************************/
13 #ifndef TRIGPARTICLETPCNV_TRIGTAUCONTAINER_P3_H
14 #define TRIGPARTICLETPCNV_TRIGTAUCONTAINER_P3_H
15 
17 
18 class TrigTauContainer_p3 : public std::vector<TrigTau_p3> { };
19 
20 #endif
TrigTau_p3.h
TrigTauContainer_p3
Definition: TrigTauContainer_p3.h:18