ATLAS Offline Software
Loading...
Searching...
No Matches
getFeatureOccurrences.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_GETFEATUREOCCURRENCES_H
16#define TRIGNAVTOOLS_GETFEATUREOCCURRENCES_H
17
18
19#include <map>
20#include <string>
21
22
23namespace HLT {
24
25
26class NavigationCore;
27
28
29namespace TrigNavTools {
30
31
33std::map<std::string, int>
34getFeatureOccurrences (const HLT::NavigationCore* navigation);
35
36
37
38}} // namespace HLT::TrigNavTools
39
40
41#endif // not TRIGNAVTOOLS_GETFEATUREOCCURRENCES_H
The NavigationCore class, adds on top of the TrigNavStructure the EDM read-only handling.
std::map< std::string, int > getFeatureOccurrences(const HLT::NavigationCore *navigation)
Return number of occurrences of each feature.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...