Functions | |
def | file_template (output_handle, input_file_name, dictionary) |
def | translate_line (line, dict) |
Variables | |
find_sub = regex.compile("\${\([^{} ]+\)}") | |
find_if = regex.compile("\${if \([^{} ]+\)}") | |
find_end = regex.compile("\${end}") | |
find_start = regex.compile("\${") | |
int | add_to_line_ok = 1 |
list | if_stack = [1] |
def srt_file_template.file_template | ( | output_handle, | |
input_file_name, | |||
dictionary | |||
) |
Definition at line 12 of file srt_file_template.py.
References translate_line().
def srt_file_template.translate_line | ( | line, | |
dict | |||
) |
int srt_file_template.add_to_line_ok = 1 |
Definition at line 45 of file srt_file_template.py.
srt_file_template.find_end = regex.compile("\${end}") |
Definition at line 43 of file srt_file_template.py.
srt_file_template.find_if = regex.compile("\${if \([^{} ]+\)}") |
Definition at line 42 of file srt_file_template.py.
Referenced by mono::SlowMonopoleTrigger.algorithm(), shims::map< Key, T, Compare, Allocator >.at(), Calculate2DChi2(), mono::DataCheckMonopole.farm70_in_configuration(), beamlinereco::DigitizerSaturationFilter.filter(), mono::SlowMonopoleFilt.filter(), shims::map< Key, T, Compare, Allocator >.find(), mono::Cluster.find_view_matched_hits(), novaddt::smt::Trigger.find_view_matched_hits(), mono::SlowMonopoleTrigger.find_view_matched_hits(), beamlinereco::ToFClusterAlg.FindClusters(), mcchk::DetSimAna.GetPDGBin(), mono::Cluster.make(), ana::MCMCSample.MCMCSample(), plot_3flavor_withsysts(), ana::BayesianMarginal.QuantileThreshold(), novaddt::smt::Trigger.run_algorithm(), cet.split_if(), novarwgt::test.ToStandardRecord(), and write_product_node().
srt_file_template.find_start = regex.compile("\${") |
Definition at line 44 of file srt_file_template.py.
srt_file_template.find_sub = regex.compile("\${\([^{} ]+\)}") |
Definition at line 41 of file srt_file_template.py.
list srt_file_template.if_stack = [1] |
Definition at line 46 of file srt_file_template.py.