Skip to content
Snippets Groups Projects
hcana.param 445 B
Newer Older
  • Learn to ignore specific revisions
  • ;
    ; Parameters that were built into Fortran analyzer that we want
    ; to pass as parameters so that the resulting code can be more generic.
    ;
    
    hhodo_num_planes = 4
    
    hcal_num_layers = 4
    
    
    haero_num_pairs = 8
    
    # Names of planes so that parameter names can be constructed
    hdc_plane_names = "1x1 1y1 1u1 1v1 1y2 1x2 2x1 2y1 2u1 2v1 2y2 2x2"
    
    hcal_layer_names = "1pr 2ta 3ta 4ta"
    
    hhodo_plane_names = "1x 1y 2x 2y"