ATLAS Offline Software
Loading...
Searching...
No Matches
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
20
22
24{
26
27 public:
28
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;
54
55};
56
57#endif
virtual ~TrigTauTracksInfo_p2()=default
friend class TrigTauTracksInfoCnv_p2