ATLAS Offline Software
Loading...
Searching...
No Matches
TruthMuonsToSG.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
11
12#ifndef TRUTHMMUONSTOSG_H
13#define TRUTHMMUONSTOSG_H 1
14
18#include "GaudiKernel/ToolHandle.h"
19#include <string>
20
21
22namespace D3PD {
23
24
26 public:
27 TruthMuonsToSG(const std::string& name, ISvcLocator* pSvcLocator);
28
29 StatusCode initialize();
30 StatusCode finalize();
31 StatusCode execute();
32
33 private:
36
39 ToolHandle<IMCTruthClassifier> m_classifier;
40};
41
42
43} // namespace D3PD
44
45
46#endif // TRUTHMUONSTOSG_H
Helper to resolve the SG key to use.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Helper to resolve the SG key to use.
ToolHandle< IMCTruthClassifier > m_classifier
TruthMuonsToSG(const std::string &name, ISvcLocator *pSvcLocator)
SGKeyResolver m_resolver
Helper to resolve SG key for input collection.
std::string m_truthMuonContainerKey
std::string m_truthContainerKey
Block filler tool for noisy FEB information.