triggers_single_detector_HM.TriggerList.to_json#

Back to Class page

Summary#

Saves information about trigger list to json file

Signature#

def to_json(self, config_fname, preprocessing_fname = None, overwrite = False)
Input variables#

Name

Type

Default

Description

config_fname

Absolute path of json file

preprocessing_fname

None

Override preprocessing file, pass without extension

overwrite

False

Flag to overwrite existing preprocessing file

Output variables#

Return annotation

Docstring type

Description

None

Docstring#

Saves information about trigger list to json file
:param config_fname: Absolute path of json file
:param preprocessing_fname:
    Override preprocessing file, pass without extension
:param overwrite: Flag to overwrite existing preprocessing file
:return: