ATLAS Offline Software
SelectionConfigurationData.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3  */
4 
5 #ifndef SELECTIONCONFIGURATIONDATA_H_
6 #define SELECTIONCONFIGURATIONDATA_H_
7 
8 #include <string>
9 #include <vector>
10 
11 namespace top {
20  std::string m_name;
21 
23  std::vector<std::string> m_cutnames;
24  };
25 }
26 
27 #endif
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::SelectionConfigurationData::m_name
std::string m_name
The name of the selection, e.g. ee.
Definition: SelectionConfigurationData.h:20
top::SelectionConfigurationData
Some configuration data to setup the selections.
Definition: SelectionConfigurationData.h:18
top::SelectionConfigurationData::m_cutnames
std::vector< std::string > m_cutnames
The cuts for this particular selection stored as strings, as read from the text file.
Definition: SelectionConfigurationData.h:23