Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Framework
Registry
RegistryItemTypeDef.cxx
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*
3
Copyright (c) 2003-2020, The GENIE Collaboration
4
For the full text of the license visit http://copyright.genie-mc.org
5
6
Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
7
University of Liverpool & STFC Rutherford Appleton Laboratory
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
cet::n
std::void_t< T > n
Definition:
metaprogramming.h:28
ValidateOpDetSimulation.c
dictionary c
Definition:
ValidateOpDetSimulation.py:57
generate_datataset.stream
stream
Definition:
generate_datataset.py:30
RgAlg::RgAlg
RgAlg()
Definition:
RegistryItemTypeDef.cxx:16
RgAlg::operator<<
friend ostream & operator<<(ostream &stream, const RgAlg &alg)
Definition:
RegistryItemTypeDef.cxx:33
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
endl
QTextStream & endl(QTextStream &s)
Definition:
qtextstream.cpp:2030
Generated by
1.8.11