ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterNavTest.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 CALOCLUSTERNAVTEST_H
6#define CALOCLUSTERNAVTEST_H
7
9
11{
12
13 public:
14
15 CaloClusterNavTest(const std::string& name, ISvcLocator* pSvcLocator);
16 virtual ~CaloClusterNavTest();
17
18 virtual StatusCode execute() ;
19 virtual StatusCode initialize();
20 virtual StatusCode finalize();
21
22 private:
23 std::vector<std::string> m_clusterContainerNames;
24};
25
26#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
CaloClusterNavTest(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize()
virtual StatusCode finalize()
virtual StatusCode execute()
std::vector< std::string > m_clusterContainerNames