ATLAS Offline Software
Loading...
Searching...
No Matches
TrigVertexCounts_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigInDetEventTPCnv
8 * @class : TrigVertexCounts_p1
9 *
10 * @brief persistent partner for TrigVertexCounts
11 *
12 * @author W. H. Bell <W.Bell@cern.ch>
13 *
14 **********************************************************************************/
15#ifndef TRIGINDETEVENTTPCNV_TRIGVERTEXCOUNTS_P1_H
16#define TRIGINDETEVENTTPCNV_TRIGVERTEXCOUNTS_P1_H
17
18#include <vector>
19
22
23 public:
25 virtual ~TrigVertexCounts_p1 () = default;
26
27 private:
28 std::vector<unsigned int> m_vtxNtrks;
29 std::vector<float> m_vtxTrkPtSqSum;
30};
31
32#endif
friend class TrigVertexCountsCnv_p1
std::vector< float > m_vtxTrkPtSqSum
std::vector< unsigned int > m_vtxNtrks
virtual ~TrigVertexCounts_p1()=default