3 # Custom settings for the scripts in this directory. 
    4 # General default values are in 'settings.sh'; 
    5 # the custom ones for the experiment are here. 
    8 declare -
r DefaultExperimentName=
'ICARUS' 
   10 # other repositories to check out for a complete documentation 
   11 declare -ra AdditionalRepoNames=( 
'sbnobj' 'sbncode' 'icarusalg' 'icarus_signal_processing' 'sbnanaobj' 'sbnana' )
 
   13 # special release branches (
the others 
get `$DefaultBranch`)
 
   14 declare -rA ReleaseBranches=( [
'sbnobj']=
'main' [
'sbncode']=
'main' [
'sbnanaobj']=
'main' [
'sbnana']=
'main' )
 
   16 # where 
the content is published
 
   17 declare -
r PublishBaseDir=
'/web/sites/i/icarus-exp.fnal.gov/htdocs/at_work/software/doc' 
   19 declare GitHubExperimentGroup=
'SBNSoftware'