Skip to content
Snippets Groups Projects
hcana.param 337 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
    
    hshower_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"