GENIEGenerator
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Framework
Ntuple
NtpMCJobConfig.h
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*!
3
4
\class genie::NtpMCJobConfig
5
6
\brief Stores the GENIE configuration in ROOT TFolders along with the
7
output event tree
8
9
\author Costas Andreopoulos <c.andreopoulos \at cern.ch>
10
University of Liverpool
11
12
\created October 1, 2004
13
14
\cpright Copyright (c) 2003-2024, The GENIE Collaboration
15
For the full text of the license visit http://copyright.genie-mc.org
16
*/
17
//____________________________________________________________________________
18
19
#ifndef _NTP_MC_JOB_CONFIG_H_
20
#define _NTP_MC_JOB_CONFIG_H_
21
22
class
TFolder;
23
24
namespace
genie {
25
26
class
NtpMCJobConfig
{
27
28
public
:
29
30
NtpMCJobConfig
();
31
virtual
~NtpMCJobConfig
();
32
33
TFolder *
Load
(
void
);
34
TFolder *
GetFolder
(
void
) {
return
fConfig
; }
35
36
private
:
37
38
TFolder *
fConfig
;
39
};
40
41
}
// genie namespace
42
43
#endif // _NTP_MC_JOB_CONFIG_H_
genie::NtpMCJobConfig
Stores the GENIE configuration in ROOT TFolders along with the output event tree. ...
Definition:
NtpMCJobConfig.h:26
genie::NtpMCJobConfig::fConfig
TFolder * fConfig
Definition:
NtpMCJobConfig.h:38
genie::NtpMCJobConfig::GetFolder
TFolder * GetFolder(void)
Definition:
NtpMCJobConfig.h:34
genie::NtpMCJobConfig::NtpMCJobConfig
NtpMCJobConfig()
Definition:
NtpMCJobConfig.cxx:32
genie::NtpMCJobConfig::Load
TFolder * Load(void)
Definition:
NtpMCJobConfig.cxx:42
genie::NtpMCJobConfig::~NtpMCJobConfig
virtual ~NtpMCJobConfig()
Definition:
NtpMCJobConfig.cxx:37
Generated on Wed Jul 17 2024 14:46:43 for GENIEGenerator by
1.8.5