LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
OutputModuleDescription.h
Go to the documentation of this file.
1
#ifndef art_Framework_Core_OutputModuleDescription_h
2
#define art_Framework_Core_OutputModuleDescription_h
3
4
/*----------------------------------------------------------------------
5
6
OutputModuleDescription : the stuff that is needed to configure an
7
output module that does not come in through the ParameterSet
8
9
10
----------------------------------------------------------------------*/
11
namespace
art
{
12
13
struct
OutputModuleDescription
{
14
OutputModuleDescription
() :
maxEvents_
(-1) {}
15
OutputModuleDescription
(
int
maxEvents) :
maxEvents_
(maxEvents) {}
16
int
maxEvents_
;
17
};
18
}
// namespace art
19
20
#endif
/* art_Framework_Core_OutputModuleDescription_h */
21
22
// Local Variables:
23
// mode: c++
24
// End:
art::OutputModuleDescription::OutputModuleDescription
OutputModuleDescription()
Definition:
OutputModuleDescription.h:14
art
Definition:
MVAAlg.h:12
art::OutputModuleDescription::OutputModuleDescription
OutputModuleDescription(int maxEvents)
Definition:
OutputModuleDescription.h:15
art::OutputModuleDescription
Definition:
OutputModuleDescription.h:13
art::OutputModuleDescription::maxEvents_
int maxEvents_
Definition:
OutputModuleDescription.h:16
art
Framework
Core
OutputModuleDescription.h
Generated on Thu May 2 2024 20:59:29 for LArSoft by
1.8.11