ATLAS Offline Software
Loading...
Searching...
No Matches
getLabel.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 * Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration.
4 */
13
14
15#ifndef TRIGNAVTOOLS_GETLABEL_H
16#define TRIGNAVTOOLS_GETLABEL_H
17
18
20#include <string>
21
22
23namespace HLT {
24
25
26class NavigationCore;
27
28
29namespace TrigNavTools {
30
31
32// Wrapped in a class so we can more easily declare it a friend
33// in NavigationCore.
35 static
36 std::string getLabel (const HLT::NavigationCore& navigation,
38};
39
40
41}} // namespace HLT::TrigNavTools
42
43
44#endif // not TRIGNAVTOOLS_GETLABEL_H
The NavigationCore class, adds on top of the TrigNavStructure the EDM read-only handling.
the FeatureAccessHelper is a class used to keep track of features attached to this TE.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
static std::string getLabel(const HLT::NavigationCore &navigation, const HLT::TriggerElement::FeatureAccessHelper &fah)
Definition getLabel.cxx:23