ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_LocRecODEvent.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// Default constructor needed by athenaroot/athenapool
12{
13 m_iAlgoNum = 0;
14 m_fOverY = 0.0;
15 m_iNumY = 0;
16 m_pot_num = 0;
17 m_side = 0;
18 m_y = 0.0;
19}
20
21// destructor
23
24ALFA_LocRecODEvent::ALFA_LocRecODEvent(int iAlgoNum, int n_pot_num, int n_side , float y_pos, float fOverY, int iNumY, std::vector<int> iFibSel):
25 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))
26{}
27
28
29
std::vector< int > m_iFibSel
STL namespace.