ATLAS Offline Software
Loading...
Searching...
No Matches
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
7#include "GaudiKernel/ServiceHandle.h"
8
11public:
12
13 CheckCloningFactor(const std::string& name, ISvcLocator* pSvcLocator);
14 StatusCode initialize();
15 StatusCode execute();
16 StatusCode finalize();
17
18 std::string m_key;
21 std::vector<double> bqKinematics[3];
22};
23
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::vector< double > bqKinematics[3]
CheckCloningFactor(const std::string &name, ISvcLocator *pSvcLocator)