Skip to content

Commit

Permalink
Set fancy name in cov osc...
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski authored Sep 6, 2024
1 parent e123020 commit d241ef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion covariance/covarianceOsc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ covarianceOsc::covarianceOsc(const char* name, const char *file)
for(int io = 0; io < _fNumPar; io++)
{
_fNames[io] = std::string(((TObjString*)objarr_name->At(io))->GetString());

_fFancyNames[io] = _fNames[io];

_fPreFitValue[io] = (*osc_prior)(io);
_fCurrVal[io] = _fPropVal[io] = _fPreFitValue[io];
_fError[io] = (*osc_sigma)(io);
Expand Down

0 comments on commit d241ef7

Please sign in to comment.