ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTrackCounts_p1.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 : TrigTrackCounts_p1
9 *
10 * @brief persistent partner for TrigTrackCounts
11 *
12 * @author Regina Kwee <Regina.Kwee@cern.ch> - CERN
13 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
14 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
15 *
16 **********************************************************************************/
17#ifndef TRIGINDETEVENTTPCNV_TRIGTRACKCOUNTS_P1_H
18#define TRIGINDETEVENTTPCNV_TRIGTRACKCOUNTS_P1_H
19
20#include <vector>
21
23{
25
26 public:
27
29 virtual ~TrigTrackCounts_p1() = default;
30
31 protected:
32
33 std::vector<float> m_z0pcnt;
34 std::vector<float> m_phi0cnt;
35 std::vector<float> m_etacnt;
36 std::vector<float> m_ptcnt;
37 int m_trkcnt{};
38 int m_pixcnt{};
39 int m_sctcnt{};
40
41};
42
43#endif
friend class TrigTrackCountsCnv_p1
std::vector< float > m_z0pcnt
std::vector< float > m_ptcnt
virtual ~TrigTrackCounts_p1()=default
std::vector< float > m_phi0cnt
std::vector< float > m_etacnt