ATLAS Offline Software
Loading...
Searching...
No Matches
MuonFeatureCnvTestAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5//
6// MuonFeatureCnvTestAlg.h
7//
8// Created by Masaki Ishitsuka on 20/02/2015.
9// Referring TrigMuonEFInfoCnvTestAlg created by Mark Owen
10//
11
12#ifndef xAODTrigMuonCnv_MuonFeatureCnvTestAlg_h
13#define xAODTrigMuonCnv_MuonFeatureCnvTestAlg_h
14
15// System include(s):
16#include <string>
17
18// Athena/Gaudi include(s):
20#include "GaudiKernel/ToolHandle.h"
21
22// xAOD includes
24
25// fwd declare some clases
26class MuonFeature;
28
30
31 public:
33 MuonFeatureCnvTestAlg( const std::string& name, ISvcLocator* svcLoc );
34
36 virtual StatusCode initialize();
38 virtual StatusCode execute();
39
40 private:
46};
47
48#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::string m_xaodContainerName
The key for the xAOD::L2StandAloneMuonContainer.
MuonFeatureCnvTestAlg(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
std::string m_aodMuonFeatureContainerName
The key of the MuonFeatureContainer and MuonFeatureDetailsContainer.
std::string m_aodMuonFeatureDetailsContainerName
virtual StatusCode execute()
Function executing the algorithm.
virtual StatusCode initialize()
Function initialising the algorithm.