GReWeightIOBranchDesc.cxx
Go to the documentation of this file.
1 
2 #include <TRootIOCtor.h>
3 
5 
6 #include <cassert>
7 
8 using namespace genie;
9 using namespace genie::rew;
10 
12 
14  const double mean,
15  const double sigpls, const double sigmin )
16  : TObject()
17 {
18 
19  SetParameter( name, mean, sigpls, sigmin );
20 
21 }
22 
24  : TObject()
25 {
26 
31 
32 }
33 
36 {
37 }
38 
40  const double mean,
41  const double sigpls, const double sigmin )
42 {
43 
46  fParameterSigmaPlus = sigpls;
47  fParameterSigmaMinus = sigmin;
48 
49  return;
50 
51 }
#include "Numerical/GSFunc.h"
Definition: AlgCmp.h:26
std::string string
Definition: nybbler.cc:12
STL namespace.
ClassImp(GReWeightIOBranchDesc) GReWeightIOBranchDesc
void SetParameter(const std::string &, const double, const double, const double)
double mean(sqlite3 *db, std::string const &table_name, std::string const &column_name)
Definition: statistics.cc:15