GENIEGenerator
Loading...
Searching...
No Matches
XSecScaleI.cxx
Go to the documentation of this file.
1//_________________________________________________________________________
2/*
3 Copyright (c) 2003-2025, The GENIE Collaboration
4 For the full text of the license visit http://copyright.genie-mc.org
5
6 Original code contributed by J.Tena and M.Roda
7 Substantial code refactorizations by the core GENIE group.
8*/
9//_________________________________________________________________________
10
12
13using namespace genie;
14
15//_________________________________________________________________________
16XSecScaleI::XSecScaleI( string name, string config /*"Default"*/ ) :
17 Algorithm(name, config)
18{
19
20}
21
22//_________________________________________________________________________
27//_________________________________________________________________________
28void XSecScaleI::Configure(const Registry & config)
29{
31 this->LoadConfig();
32}
33//____________________________________________________________________________
34void XSecScaleI::Configure(string config)
35{
37 this->LoadConfig();
38}
39//_________________________________________________________________________
virtual void Configure(const Registry &config)
Definition Algorithm.cxx:62
A registry. Provides the container for algorithm configuration parameters.
Definition Registry.h:65
void Configure(const Registry &config) override
virtual ~XSecScaleI()
XSecScaleI(string name, string config="Default")
virtual void LoadConfig(void)=0
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25