DecayModelI.cxx
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*
3  Copyright (c) 2003-2019, The GENIE Collaboration
4  For the full text of the license visit http://copyright.genie-mc.org
5  or see $GENIE/LICENSE
6 
7  Author: Costas Andreopoulos <costas.andreopoulos \at stfc.ac.uk>
8  University of Liverpool & STFC Rutherford Appleton Lab
9 
10  For the class documentation see the corresponding header file.
11 
12  Important revisions after version 2.0.0 :
13  @ Oct 02, 2009 - CA
14  Extended the decayer interface with the `UnInhibitDecay(int,TDecayChannel*)
15  const' and `InhibitDecay(int,TDecayChannel*) const' pure virtual methods.
16 
17 */
18 //____________________________________________________________________________
19 
21 
22 using namespace genie;
23 
24 //____________________________________________________________________________
26 Algorithm()
27 {
28 
29 }
30 //____________________________________________________________________________
32 Algorithm(name)
33 {
34 
35 }
36 //____________________________________________________________________________
38 Algorithm(name, config)
39 {
40 
41 }
42 //____________________________________________________________________________
44 {
45 
46 }
47 //____________________________________________________________________________
48 
49 
50 
static QCString name
Definition: declinfo.cpp:673
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:26
Algorithm abstract base class.
Definition: Algorithm.h:54
static Config * config
Definition: config.cpp:1054
virtual ~DecayModelI()
Definition: DecayModelI.cxx:43