ATLAS Offline Software
Loading...
Searching...
No Matches
BoostEvent.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef __BOOSTEVENT_H__
6#define __BOOSTEVENT_H__
7
9
11{
12public:
13 BoostEvent(const std::string& name, ISvcLocator* pSvcLocator);
14 StatusCode initialize();
15 StatusCode execute();
16 StatusCode finalize();
17
18private:
19 std::string m_inkey;
20 std::string m_outkey;
21 double m_beta_x;
22 double m_beta_y;
23 double m_beta_z;
24
25
26
27
28};
29
30
31#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
StatusCode initialize()
double m_beta_y
Definition BoostEvent.h:22
double m_beta_x
Definition BoostEvent.h:21
StatusCode finalize()
BoostEvent(const std::string &name, ISvcLocator *pSvcLocator)
double m_beta_z
Definition BoostEvent.h:23
std::string m_inkey
Definition BoostEvent.h:19
StatusCode execute()
std::string m_outkey
Definition BoostEvent.h:20