ATLAS Offline Software
TauDetailsContainer_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 // file: TauDetailsContainer_p1.cxx
7 // package: Reconstruction/tauEventTPCnv
8 // authors: Lukasz Janyst
9 // date: 2007-07-06
10 //-----------------------------------------------------------------------------
11 
12 #ifndef tauEventTPCnv_TAU_DETAILS_CONTAINER_P1_H
13 #define tauEventTPCnv_TAU_DETAILS_CONTAINER_P1_H
14 
15 #include <vector>
17 
18 class TauDetailsContainer_p1: public std::vector<TPObjRef>
19 {
20 };
21 
22 #endif // tauEventTPCnv_TAU_DETAILS_CONTAINER_P1_H
TauDetailsContainer_p1
Definition: TauDetailsContainer_p1.h:19
TPObjRef.h