Skip to main content
Ctrl+K

pawian-tools

  • GitHub
  • Launch on Binder
  • Launch on Colaboratory
  • Installation
  • Usage
    • Working with ASCII momentum tuple files
    • Investigate content of QA pawianHists.root file
  • API
    • boostcfg
      • lineparser
    • pawian
      • data
      • latex
      • qa
  • Help developing
  • Pawian

Related projects

  • PWA Pages
  • Suggest edit
  • Open issue
  • .md

API

API#

Pawian Tools consists of the following packages:

  • boostcfg
    • BoostConfigParser
      • BoostConfigParser.read_config()
      • BoostConfigParser.append_value_from_line()
      • BoostConfigParser.append_value()
      • BoostConfigParser.config_file
    • lineparser
      • get_key_value_pair()
      • is_commented()
      • is_empty()
      • string_to_value()
      • strip_comment()
  • pawian
    • data
      • DataParserError
      • PwaAccessor
        • PwaAccessor.has_weights
        • PwaAccessor.has_particles
        • PwaAccessor.weights
        • PwaAccessor.intensities
        • PwaAccessor.particles
        • PwaAccessor.momentum_labels
        • PwaAccessor.energy
        • PwaAccessor.p_xyz
        • PwaAccessor.rho2
        • PwaAccessor.rho
        • PwaAccessor.mass2
        • PwaAccessor.mass
        • PwaAccessor.write_ascii()
      • create_skeleton_frame()
      • read_ascii()
      • read_pawian_hists()
    • latex
      • convert()
    • qa
      • PawianHists
        • PawianHists.import_file()
        • PawianHists.get_uproot_histogram()
        • PawianHists.get_histogram_content()
        • PawianHists.draw_histogram()
        • PawianHists.draw_combined_histogram()
        • PawianHists.draw_all_histograms()
        • PawianHists.histogram_names
        • PawianHists.unique_histogram_names
        • PawianHists.particles
        • PawianHists.data
        • PawianHists.fit

See also

  • Module Index

  • Index

previous

Investigate content of QA pawianHists.root file

next

boostcfg

By Meike Küßner, Remco de Boer

Last updated on 4 February 2025.