ATLAS Offline Software
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
CheckCloningFactor::initialize
StatusCode initialize()
Definition:
CheckCloningFactor.cxx:21
CheckCloningFactor::m_eventCount
int m_eventCount
Definition:
CheckCloningFactor.h:20
CheckCloningFactor
Dump MC event record.
Definition:
CheckCloningFactor.h:10
CheckCloningFactor::m_key
std::string m_key
Definition:
CheckCloningFactor.h:18
AthAlgorithm.h
CheckCloningFactor::bqKinematics
std::vector< double > bqKinematics[3]
Definition:
CheckCloningFactor.h:21
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
CheckCloningFactor::execute
StatusCode execute()
Definition:
CheckCloningFactor.cxx:31
CheckCloningFactor::m_tolerance
double m_tolerance
Definition:
CheckCloningFactor.h:19
CheckCloningFactor::CheckCloningFactor
CheckCloningFactor(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
CheckCloningFactor.cxx:12
CheckCloningFactor::finalize
StatusCode finalize()
Definition:
CheckCloningFactor.cxx:92
Generated on Sun Dec 22 2024 21:08:12 for ATLAS Offline Software by
1.8.18