Skip to content

Commit

Permalink
don't throw params in initalsiation...
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski committed Sep 6, 2024
1 parent 29484d5 commit 27ffd2e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions covariance/covarianceBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ class covarianceBase {
void throwParCurr(const double mag = 1.);
/// @brief Throw the parameters according to the covariance matrix. This shouldn't be used in MCMC code ase it can break Detailed Balance;
void throwParameters();
/// @brief Throw nominal values
void throwNominal(const bool nomValues = false, const int seed = 0);
/// @brief Randomly throw the parameters in their 1 sigma range
void RandomConfiguration();

Expand Down
1 change: 0 additions & 1 deletion covariance/covarianceXsec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ void covarianceXsec::initParams() {
_fPreFitValue_PCA[i] = fParCurr_PCA(i);
}
}
CorrelateSteps();
}

// ********************************************
Expand Down

0 comments on commit 27ffd2e

Please sign in to comment.