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

Algorithm to calibrate detector phases #13840

Merged
merged 56 commits into from Oct 5, 2015

Conversation

raquelalvarezbanos
Copy link
Contributor

Fixes #11868

This must be merged after PRs #13830 and #13686 are merged.

For tester: have a look at the documentation for a description of the algorithm and a user example. I would say that code review should be enough as the algorithm will be tested by scientists. In addition, you may want to run the algorithm on a real muon dataset. If so, I would recommend fitting a subset of spectra as the Fit algorithm may be a bit slow.

Muon scientists may be used to the old property name, so I've decided to keep it
Chatted with James this morning and this information is necessary
@raquelalvarezbanos raquelalvarezbanos added Muon Issues and pull requests related to muons Framework Issues and pull requests related to components in the Framework labels Oct 2, 2015
@raquelalvarezbanos raquelalvarezbanos added this to the Release 3.6 milestone Oct 2, 2015
multi->setDomainIndex(i, i);
}

API::IAlgorithm_sptr fit = createChildAlgorithm("Fit");
Copy link
Contributor

Choose a reason for hiding this comment

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

Just as a comment, something that I also usually neglect: in places like here you could use auto.

@FedeMPouzols
Copy link
Contributor

All looks good, the algorithm works well and even users not familiar with this area can understand the documentation.

FedeMPouzols added a commit that referenced this pull request Oct 5, 2015
…rPhases_algorithm

Algorithm to calibrate detector phases
@FedeMPouzols FedeMPouzols merged commit f2c0086 into master Oct 5, 2015
@FedeMPouzols FedeMPouzols deleted the 11868_New_CalMuonDetectorPhases_algorithm branch October 5, 2015 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework Muon Issues and pull requests related to muons
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants