Belle II Software development
SaveProfilesRefiner Class Reference
Inheritance diagram for SaveProfilesRefiner:
Plot2DRefiner Refiner

Static Public Attributes

str default_name = "{module.id}_{y_part_name}_by_{x_part_name}_profile{groupby_key}{stackby_key}"
 default name for this profile histogram
 
str default_title = "Profile of {y_part_name} by {x_part_name} from {module.title}"
 default title for this profile histogram
 
str default_contact = "{module.contact}"
 default contact person for this profile histogram
 
str default_description = "This is a profile of {y_part_name} over {x_part_name}."
 default description for this profile histogram
 
str default_check = "Check if the trend line is reasonable."
 default user-check action for this profile histogram
 
str plot_kind = "profile"
 specify this as a profile histogram rather than a scatterplot
 

Detailed Description

Refiner for profile histograms

Definition at line 515 of file refiners.py.

Member Data Documentation

◆ default_check

str default_check = "Check if the trend line is reasonable."
static

default user-check action for this profile histogram

Definition at line 526 of file refiners.py.

◆ default_contact

str default_contact = "{module.contact}"
static

default contact person for this profile histogram

Definition at line 522 of file refiners.py.

◆ default_description

str default_description = "This is a profile of {y_part_name} over {x_part_name}."
static

default description for this profile histogram

Definition at line 524 of file refiners.py.

◆ default_name

str default_name = "{module.id}_{y_part_name}_by_{x_part_name}_profile{groupby_key}{stackby_key}"
static

default name for this profile histogram

Definition at line 518 of file refiners.py.

◆ default_title

str default_title = "Profile of {y_part_name} by {x_part_name} from {module.title}"
static

default title for this profile histogram

Definition at line 520 of file refiners.py.

◆ plot_kind

str plot_kind = "profile"
static

specify this as a profile histogram rather than a scatterplot

Definition at line 529 of file refiners.py.


The documentation for this class was generated from the following file: