ATLAS Offline Software
Trigger
TrigTruthEvent
TrigTruthEventTPCnv
TrigTruthEventTPCnv
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
21
#include "
TrigInDetTruthEvent/TrigInDetTrackTruth.h
"
22
23
class
TrigInDetTrackTruth_p1
24
{
25
public
:
26
int
best_match_hits
;
27
int
best_Si_match_hits
;
28
int
best_TRT_match_hits
;
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
TrigInDetTrackTruth_p1
Definition:
TrigInDetTrackTruth_p1.h:24
TrigInDetTrackTruth_p1::m_true_part_vec
std::vector< TPObjRef > m_true_part_vec
Definition:
TrigInDetTrackTruth_p1.h:42
TrigInDetTrackTruth_p1::best_TRT_match_hits
int best_TRT_match_hits
Definition:
TrigInDetTrackTruth_p1.h:40
TrigInDetTrackTruth.h
TrigInDetTrackTruth_p1::best_Si_match_hits
int best_Si_match_hits
Definition:
TrigInDetTrackTruth_p1.h:39
TrigInDetTrackTruth_p1::best_match_hits
int best_match_hits
Definition:
TrigInDetTrackTruth_p1.h:38
TrigInDetTrackTruth_p1::m_nr_common_hits
std::vector< TPObjRef > m_nr_common_hits
Definition:
TrigInDetTrackTruth_p1.h:43
TrigInDetTrackTruth_p1::m_family_tree
std::vector< std::pair< unsigned int, unsigned int > > m_family_tree
Definition:
TrigInDetTrackTruth_p1.h:44
Generated on Sun Dec 22 2024 21:21:05 for ATLAS Offline Software by
1.8.18