ATLAS Offline Software
TrigTauClusterContainer_p2.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: TrigCaloEventTPCnv
8  * @class : TrigTauClusterContainer_p2
9  *
10  * @brief persistent partner for TrigTauClusterContainer
11  *
12  * @author M. Pilar Casado <casado@ifae.es> - IFAE-Barcelona
13  *
14  * File and Version Information:
15  **********************************************************************************/
16 #ifndef TRIGCALOEVENTTPCNV_TRIGTAUCLUSTERCONTAINER_P2_H
17 #define TRIGCALOEVENTTPCNV_TRIGTAUCLUSTERCONTAINER_P2_H
18 
20 #include <vector>
21 
22 class TrigTauClusterContainer_p2 : public std::vector<TPObjRef>
23 {
24  public:
25 
27 
28 };// end of class definitions
29 
30 
31 #endif
TrigTauClusterContainer_p2::TrigTauClusterContainer_p2
TrigTauClusterContainer_p2()
Definition: TrigTauClusterContainer_p2.h:36
TrigTauClusterContainer_p2
Definition: TrigTauClusterContainer_p2.h:23
TPObjRef.h