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
Registry
RegistryItemTypeDef.cxx
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*
3
Copyright (c) 2003-2024, The GENIE Collaboration
4
For the full text of the license visit http://copyright.genie-mc.org
5
6
Costas Andreopoulos <c.andreopoulos \at cern.ch>
7
University of Liverpool
8
*/
9
//____________________________________________________________________________
10
11
#include "
Framework/Registry/RegistryItemTypeDef.h
"
12
13
using
std::endl;
14
15
//____________________________________________________________________________
16
RgAlg::RgAlg
()
17
{
18
19
}
20
//____________________________________________________________________________
21
RgAlg::RgAlg
(
string
n,
string
c) :
22
name(n),
23
config(c)
24
{
25
26
}
27
//____________________________________________________________________________
28
RgAlg::~RgAlg
()
29
{
30
31
}
32
//____________________________________________________________________________
33
ostream &
operator <<
(ostream & stream,
const
RgAlg
& alg)
34
{
35
stream << alg.
name
<<
"/"
<< alg.
config
;
36
return
stream;
37
}
38
//____________________________________________________________________________
39
RgAlg
&
RgAlg::operator =
(
const
RgAlg
& alg)
40
{
41
this->
name
= alg.
name
;
42
this->
config
= alg.
config
;
43
return
(*
this
);
44
}
45
//____________________________________________________________________________
RgAlg::name
string name
Definition:
RegistryItemTypeDef.h:50
operator<<
ostream & operator<<(ostream &stream, const TClonesArray *particle_list)
Definition:
gtestDecay.cxx:223
RgAlg::RgAlg
RgAlg()
Definition:
RegistryItemTypeDef.cxx:16
RgAlg::operator=
RgAlg & operator=(const RgAlg &alg)
Definition:
RegistryItemTypeDef.cxx:39
RegistryItemTypeDef.h
RgAlg
Definition:
RegistryItemTypeDef.h:43
RgAlg::~RgAlg
~RgAlg()
Definition:
RegistryItemTypeDef.cxx:28
RgAlg::config
string config
Definition:
RegistryItemTypeDef.h:51
Generated on Wed Jul 17 2024 14:46:45 for GENIEGenerator by
1.8.5