ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2BphysContainer_tlp1.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 : TrigL2BphysContainer_tlp1
9 *
10 * @brief "top level" persistent partner for TrigL2BphysContainer
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: TrigL2BphysContainer_tlp1.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGPARTICLETPCNV_TRIGL2BPHYSCONTAINER_TLP1_H
19#define TRIGPARTICLETPCNV_TRIGL2BPHYSCONTAINER_TLP1_H
20
28
30{
31
32 public:
33
36
37 private:
38
39 std::vector<TrigL2BphysContainer_p1> m_TrigL2BphysContainers ;
40 std::vector<TrigL2Bphys_p1> m_L2Bphys ;
41 std::vector<TrigL2Bphys_p2> m_L2Bphys_p2 ;
42 std::vector<TrigVertex_p1> m_trigVertex ;
43 std::vector<TrigInDetTrack_p1> m_trigInDetTrack ;
44 std::vector<TrigInDetTrackFitPar_p1> m_trigInDetTrackFitPar ;
45 std::vector<TrigInDetTrackCollection_p1> m_trigInDetTrackCollection ;
46
47};//end of class definitions
48
49#endif
std::vector< TrigInDetTrack_p1 > m_trigInDetTrack
std::vector< TrigInDetTrackCollection_p1 > m_trigInDetTrackCollection
std::vector< TrigInDetTrackFitPar_p1 > m_trigInDetTrackFitPar
std::vector< TrigL2BphysContainer_p1 > m_TrigL2BphysContainers
std::vector< TrigL2Bphys_p1 > m_L2Bphys
std::vector< TrigVertex_p1 > m_trigVertex
std::vector< TrigL2Bphys_p2 > m_L2Bphys_p2