ATLAS Offline Software
Trigger
TrigEvent
TrigInDetEventTPCnv
TrigInDetEventTPCnv
TrigTauTracksInfo_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigInDetEventTPCnv
8
* @class : TrigTauTracksInfo_p2
9
*
10
* @brief persistent partner for TrigTauTracksInfo
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Olga Igonkina Nikhef
14
*
15
**********************************************************************************/
16
#ifndef TRIGINDETEVENTTPCNV_TRIGTAUTRACKSINFO_P2_H
17
#define TRIGINDETEVENTTPCNV_TRIGTAUTRACKSINFO_P2_H
18
19
#include "
AthenaPoolUtilities/TPObjRef.h
"
20
21
#include "
EventCommonTPCnv/P4PtEtaPhiM_p1.h
"
22
23
class
TrigTauTracksInfo_p2
24
{
25
friend
class
TrigTauTracksInfoCnv_p2
;
26
27
public
:
28
29
TrigTauTracksInfo_p2
() {}
30
virtual
~TrigTauTracksInfo_p2
() =
default
;
31
32
//private:
33
34
int
m_allTheInts
[4]{};
35
/*
36
int m_roiID;
37
int m_nCoreTracks;
38
int m_nSlowTracks;
39
int m_nIsoTracks;
40
*/
41
42
float
m_allTheFloats
[5]{};
43
/*
44
float m_charge;
45
float m_leadingTrackPt;
46
float m_scalarPtSumCore;
47
float m_scalarPtSumIso;
48
float m_ptBalance;
49
*/
50
51
// TPObjRef m_3fastest;
52
P4PtEtaPhiM_p1
m_3fastest
;
53
P4PtEtaPhiM_p1
m_P4PtEtaPhiM
;
54
55
};
56
57
#endif
TrigTauTracksInfoCnv_p2
Definition:
TrigTauTracksInfoCnv_p2.h:32
P4PtEtaPhiM_p1.h
TrigTauTracksInfo_p2::m_3fastest
P4PtEtaPhiM_p1 m_3fastest
Definition:
TrigTauTracksInfo_p2.h:62
TrigTauTracksInfo_p2::m_allTheFloats
float m_allTheFloats[5]
Definition:
TrigTauTracksInfo_p2.h:52
TrigTauTracksInfo_p2::m_P4PtEtaPhiM
P4PtEtaPhiM_p1 m_P4PtEtaPhiM
Definition:
TrigTauTracksInfo_p2.h:63
TrigTauTracksInfo_p2::TrigTauTracksInfo_p2
TrigTauTracksInfo_p2()
Definition:
TrigTauTracksInfo_p2.h:39
P4PtEtaPhiM_p1
Definition:
P4PtEtaPhiM_p1.h:23
TPObjRef.h
TrigTauTracksInfo_p2::~TrigTauTracksInfo_p2
virtual ~TrigTauTracksInfo_p2()=default
TrigTauTracksInfo_p2::m_allTheInts
int m_allTheInts[4]
Definition:
TrigTauTracksInfo_p2.h:44
TrigTauTracksInfo_p2
Definition:
TrigTauTracksInfo_p2.h:24
Generated on Thu Nov 7 2024 21:30:14 for ATLAS Offline Software by
1.8.18