ATLAS Offline Software
ForwardDetectors
ALFA
ALFA_RecEv
ALFA_GloRecEv
src
ALFA_GloRecODEvent.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
ALFA_GloRecEv/ALFA_GloRecODEvent.h
"
6
7
8
// Default constructor needed by athenaroot/athenapool
9
ALFA_GloRecODEvent::ALFA_GloRecODEvent
()
10
{
11
m_pot_num
= 0;
12
m_side
= 0;
13
m_y
= 0.0;
14
m_y_slope
= 0.0;
15
}
16
17
// destructor
18
ALFA_GloRecODEvent::~ALFA_GloRecODEvent
() {}
19
20
//ALFA_GloRecODEvent::ALFA_GloRecODEvent(int n_pot_num, int n_side , float y_pos): m_pot_num(n_pot_num), m_side(n_side), m_y(y_pos) {}
21
ALFA_GloRecODEvent::ALFA_GloRecODEvent
(
int
n_pot_num,
int
n_side ,
float
y_pos,
float
y_slope): m_pot_num(n_pot_num), m_side(n_side), m_y(y_pos), m_y_slope(y_slope) {}
22
23
ALFA_GloRecODEvent::ALFA_GloRecODEvent
ALFA_GloRecODEvent()
Definition:
ALFA_GloRecODEvent.cxx:9
ALFA_GloRecODEvent::m_y
float m_y
Definition:
ALFA_GloRecODEvent.h:27
ALFA_GloRecODEvent::m_pot_num
int m_pot_num
Definition:
ALFA_GloRecODEvent.h:25
ALFA_GloRecODEvent.h
ALFA_GloRecODEvent::m_y_slope
float m_y_slope
Definition:
ALFA_GloRecODEvent.h:28
ALFA_GloRecODEvent::~ALFA_GloRecODEvent
~ALFA_GloRecODEvent()
Definition:
ALFA_GloRecODEvent.cxx:18
ALFA_GloRecODEvent::m_side
int m_side
Definition:
ALFA_GloRecODEvent.h:26
Generated on Thu Nov 7 2024 21:09:45 for ATLAS Offline Software by
1.8.18