ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSerializeGuidHelper.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
10
11
12#ifndef TRIGSERGUIDHELPER_H
13#define TRIGSERGUIDHELPER_H
14
17
19 public AthAlgTool {
20
21public:
22 TrigSerializeGuidHelper(const std::string& name, const std::string& type,
23 const IInterface* parent);
25
26 StatusCode ClassNameToInts(const std::string &clname, uint32_t *iarr);
27 StatusCode IntsToClassName(const uint32_t *iarr, std::string &clname);
28
29private:
30 // std::map<std::string,>
31
32};
33
34#endif
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
StatusCode IntsToClassName(const uint32_t *iarr, std::string &clname)
TrigSerializeGuidHelper(const std::string &name, const std::string &type, const IInterface *parent)
StatusCode ClassNameToInts(const std::string &clname, uint32_t *iarr)