Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix Plotter #187

Merged
merged 5 commits into from
Oct 28, 2024
Merged

Matrix Plotter #187

merged 5 commits into from
Oct 28, 2024

Conversation

KSkwarczynski
Copy link
Member

Pull request description

Move Matrix Plotter from T2K. This is example of plots using tutorial chain
https://github.com/mach3-software/MaCh3Tutorial/blob/3b0851a4fdb86000dc37ae1106cf0ac0db63342f/Tutorial/TutorialDiagConfig.yaml#L115C1-L127C4

Changes or fixes

  • Continute throwing smart pointers/vector and c++ casting whenever I can
  • Moving some statistical utils from T2K
  • Changed identation in PSO
  • Matrix Plotter to CI
  • More logger
  • Moved MakeAsymGraph from Fitter Base, this is fucntion is gnereic enough than deosn't have to be in FitterBase

Examples

MatrixPlot.pdf

@KSkwarczynski KSkwarczynski self-assigned this Oct 27, 2024
@KSkwarczynski KSkwarczynski linked an issue Oct 27, 2024 that may be closed by this pull request
Copy link

Hi @KSkwarczynski, thank you for contributing to MaCh3! Please wait for MaCh3 developers to review your PR. If no one answers within a week, please message people from this list: https://github.com/orgs/mach3-software/teams/mach3admin . While waiting, please enjoy this

meme

Use this action on your projects. Use jokes on issues instead.

@github-actions github-actions bot added Plotting plotting related MCMC MCMC related Nu Osc/Xsec Related with neutrino interactions or oscialtions CI/CD CI/CD Samples Cmake labels Oct 27, 2024
@@ -757,8 +717,7 @@ void FitterBase::RunLLHScan() {
//LLH scan is good first estimate of step scale
void FitterBase::GetStepScaleBasedOnLLHScan() {
// *************************
TDirectory *Sample_LLH = (TDirectory*) outputFile->Get("Sample_LLH");

TDirectory *Sample_LLH = static_cast<TDirectory*>(outputFile->Get("Sample_LLH"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could use outputFile->Get("Sample_LLH") instead if you wanted

Copy link
Contributor

@dbarrow257 dbarrow257 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments if you feel they need addressing.. but I'm happy to merge

@KSkwarczynski KSkwarczynski merged commit d641403 into develop Oct 28, 2024
10 of 13 checks passed
@KSkwarczynski KSkwarczynski deleted the feature_MatrixPlotter branch October 28, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD CI/CD Cmake MCMC MCMC related Nu Osc/Xsec Related with neutrino interactions or oscialtions Plotting plotting related Samples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move MatrixPlotter from T2K repo
2 participants