HadronizationModelI.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 - August 17, 2004
9 
10  For the class documentation see the corresponding header file.
11 
12  Important revisions after version 2.0.0 :
13 
14 */
15 //____________________________________________________________________________
16 
17 #include <TClonesArray.h>
18 #include <TH1D.h>
19 
23 
24 using namespace genie;
25 
26 //____________________________________________________________________________
28 Algorithm()
29 {
30 
31 }
32 //____________________________________________________________________________
34 Algorithm(name)
35 {
36 
37 }
38 //____________________________________________________________________________
40 Algorithm(name, config)
41 {
42 
43 }
44 //____________________________________________________________________________
46 {
47 
48 }
49 //____________________________________________________________________________
50 
51 
52 
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