ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_LocRecODEvent.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include <utility>
6
8
9ALFA_LocRecODEvent::ALFA_LocRecODEvent(int iAlgoNum, int n_pot_num, int n_side , float y_pos, float fOverY, int iNumY, std::vector<int> iFibSel):
10 m_iAlgoNum(iAlgoNum), m_pot_num(n_pot_num), m_side(n_side), m_y(y_pos), m_fOverY(fOverY), m_iNumY(iNumY), m_iFibSel(std::move(iFibSel))
11{}
12
13
14
std::vector< int > m_iFibSel
ALFA_LocRecODEvent()=default
STL namespace.