ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_LocRecEvent.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include <utility>
6
8
9
10
11ALFA_LocRecEvent::ALFA_LocRecEvent(int iAlgoNum, int n_pot_num, float x_pos, float y_pos, float fOverU, float fOverV, int iNumU, int iNumV, std::vector<int> iFibSel):
12 m_iAlgoNum(iAlgoNum), m_pot_num(n_pot_num), m_x(x_pos), m_y(y_pos), m_fOverU(fOverU), m_fOverV(fOverV), m_iNumU(iNumU), m_iNumV(iNumV), m_iFibSel(std::move(iFibSel))
13{}
std::vector< int > m_iFibSel
ALFA_LocRecEvent()=default
STL namespace.