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