ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrackTruth_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: TrigTruthEventTPCnv
8 * @class : TrigInDetTrackTruth_p1
9 *
10 * @brief persistent partner for TrigInDetTrackTruth
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: TrigInDetTrackTruth_p1.h,v 1.1 2008-04-04 14:46:42 ahamil Exp $
17 **********************************************************************************/
18#ifndef TRIGEVENTTPCNV_TRIGINDETTRACKTRUTH_P1_H
19#define TRIGEVENTTPCNV_TRIGINDETTRACKTRUTH_P1_H
20
22
24{
25 public:
29
30 std::vector<TPObjRef> m_true_part_vec; //actual type std::vector<HepMcParticleLink>
31 std::vector<TPObjRef> m_nr_common_hits; //actual type std::vector<TrigIDHitStats>
32 std::vector< std::pair<unsigned int, unsigned int> > m_family_tree;
33
34};
35
36#endif
std::vector< std::pair< unsigned int, unsigned int > > m_family_tree
std::vector< TPObjRef > m_true_part_vec
std::vector< TPObjRef > m_nr_common_hits