ATLAS Offline Software
Loading...
Searching...
No Matches
Generators
Pythia8B_i
Pythia8B_i
CheckCloningFactor.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
#pragma once
6
#include "
AthenaBaseComps/AthAlgorithm.h
"
7
#include "GaudiKernel/ServiceHandle.h"
8
10
class
CheckCloningFactor
:
public
AthAlgorithm
{
11
public
:
12
13
CheckCloningFactor
(
const
std::string& name, ISvcLocator* pSvcLocator);
14
StatusCode
initialize
();
15
StatusCode
execute
();
16
StatusCode
finalize
();
17
18
std::string
m_key
;
19
double
m_tolerance
;
20
int
m_eventCount
;
21
std::vector<double>
bqKinematics
[3];
22
};
23
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
AthAlgorithm.cxx:24
CheckCloningFactor::m_tolerance
double m_tolerance
Definition
CheckCloningFactor.h:19
CheckCloningFactor::initialize
StatusCode initialize()
Definition
CheckCloningFactor.cxx:21
CheckCloningFactor::m_key
std::string m_key
Definition
CheckCloningFactor.h:18
CheckCloningFactor::bqKinematics
std::vector< double > bqKinematics[3]
Definition
CheckCloningFactor.h:21
CheckCloningFactor::m_eventCount
int m_eventCount
Definition
CheckCloningFactor.h:20
CheckCloningFactor::finalize
StatusCode finalize()
Definition
CheckCloningFactor.cxx:92
CheckCloningFactor::execute
StatusCode execute()
Definition
CheckCloningFactor.cxx:31
CheckCloningFactor::CheckCloningFactor
CheckCloningFactor(const std::string &name, ISvcLocator *pSvcLocator)
Definition
CheckCloningFactor.cxx:12
Generated on
for ATLAS Offline Software by
1.14.0