ATLAS Offline Software
Loading...
Searching...
No Matches
TestAthenaConstraintFit.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef TESTATHENACONSTRAINTFIT_H
8#define TESTATHENACONSTRAINTFIT_H
9
10// Gaudi/Athena include(s):
12#include "AsgTools/ToolHandle.h"
13
14// Local include(s):
16
18
19public:
21 TestAthenaConstraintFit( const std::string& name, ISvcLocator* svcLoc );
22
24 virtual StatusCode initialize();
26 virtual StatusCode execute();
27
28private:
29 std::string m_electronContName;
30 std::string m_vertexContName;
31
32 ToolHandle<ZMassConstraint::IConstraintFit> m_constraintFit;
33
34}; // class TestAthenaConstraintFit
35
36#endif // TESTATHENACONSTRAINTFIT_H
37
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute()
Function executing the algorithm.
TestAthenaConstraintFit(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
ToolHandle< ZMassConstraint::IConstraintFit > m_constraintFit
virtual StatusCode initialize()
Function initialising the algorithm.