-
Notifications
You must be signed in to change notification settings - Fork 5
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
Matrix Plotter #187
Conversation
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 Use this action on your projects. Use jokes on issues instead. |
mcmc/FitterBase.cpp
Outdated
@@ -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")); |
There was a problem hiding this comment.
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
There was a problem hiding this 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
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
Examples
MatrixPlot.pdf