LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Actions.h
Go to the documentation of this file.
1
#ifndef art_Framework_Principal_Actions_h
2
#define art_Framework_Principal_Actions_h
3
4
#include "
art/Framework/Principal/fwd.h
"
5
6
#include <map>
7
#include <string>
8
9
namespace
fhicl
{
10
class
ParameterSet;
11
}
12
13
namespace
art
{
14
namespace
actions {
15
char
const
*
actionName
(
ActionCodes
code);
16
}
// actions
17
}
18
19
class
art::ActionTable
{
20
public
:
21
ActionTable
();
22
explicit
ActionTable
(
fhicl::ParameterSet
const
&);
23
24
void
add(std::string
const
& category,
actions::ActionCodes
code);
25
actions::ActionCodes
find(std::string
const
& category)
const
;
26
27
private
:
28
using
ActionMap
= std::map<std::string, actions::ActionCodes>;
29
30
void
addDefaults_();
31
void
install_(
actions::ActionCodes
code,
32
fhicl::ParameterSet
const
& scheduler);
33
34
ActionMap
map_
;
35
};
36
37
#endif
/* art_Framework_Principal_Actions_h */
38
39
// Local Variables:
40
// mode: c++
41
// End:
art::ActionTable::ActionMap
std::map< std::string, actions::ActionCodes > ActionMap
Definition:
Actions.h:28
art::ActionTable
Definition:
Actions.h:19
fwd.h
fhicl
parameter set interface
Definition:
ServiceProviderWrappers.h:37
art::actions::ActionCodes
ActionCodes
Definition:
ActionCodes.h:5
art::actions::actionName
char const * actionName(ActionCodes const code)
Definition:
Actions.cc:33
art::ActionTable::map_
ActionMap map_
Definition:
Actions.h:34
art
HLT enums.
Definition:
ServiceProviderWrappers.h:36
fhicl::ParameterSet
Definition:
ParameterSet.h:34
art
Framework
Principal
Actions.h
Generated on Wed Dec 12 2018 14:42:33 for LArSoft by
1.8.11