GENIEGenerator
Loading...
Searching...
No Matches
BergerSehgalRESPXSec2014.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 Steve Dytman
7 University of Pittsburgh
8
9 Jarek Nowak
10 University of Lancaster
11
12 Costas Andreopoulos <c.andreopoulos \at cern.ch>
13 University of Liverpool
14*/
15//____________________________________________________________________________
16
18
19using namespace genie;
20
21//____________________________________________________________________________
23BSKLNBaseRESPXSec2014("genie::BergerSehgalRESPXSec2014")
24{
25 this->fKLN = false;
26 this->fBRS = true;
27}
28//____________________________________________________________________________
30BSKLNBaseRESPXSec2014("genie::BergerSehgalRESPXSec2014", config)
31{
32 this->fKLN = false;
33 this->fBRS = true;
34}
35//____________________________________________________________________________
40//____________________________________________________________________________
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25