ATLAS Offline Software
Loading...
Searching...
No Matches
TrigVertexCounts.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7//---------------------------------------------------------------
8
11
12//---------------------------------------------------------------
13
14TrigVertexCounts::TrigVertexCounts(const std::vector<unsigned int>& vtxNtrks,
15 const std::vector<float>& vtxTrkPtSqSum)
18{
19}
20
21//---------------------------------------------------------------
22
23TrigVertexCounts::TrigVertexCounts(std::vector<unsigned int>&& vtxNtrks,
24 std::vector<float>&& vtxTrkPtSqSum)
25 : m_vtxNtrks(std::move(vtxNtrks)),
27{
28}
29
30//---------------------------------------------------------------
TrigVertexCounts()
Default constructor used by T/P converters.
const std::vector< unsigned int > & vtxNtrks(void) const
STL namespace.