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

fhiclcpp to fhiclcppsimple + some new features #3

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

jedori0228
Copy link

  • Changing namespace from fhicl to fhiclsimple
  • 0d722b2:
    • make_ParameterSet_from_string is added; This is used when converting fhicl to fhiclsimple:
fhiclsimple::ParameterSet nusyst::FhiclToFhiclSimple(const fhicl::ParameterSet& f) {
  return fhiclsimple::make_ParameterSet_from_string( f.to_indented_string() );
}
  • 51e4763:
    • I found when fhiclsimple::ParameterSet::to_indented_string is used, string Atoms are converted without quotation marks. e.g., When a ParameterSet with prettyName: "AhtBY" is converted into string, it becomes prettyName: AhtBY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant