User analysis code is organized in packages, similar to Offline packages. STNTUPLE analysis packages are specified in the .rootrc file , their list can be extended with '+' lines as shown below
#------------------------------------------------------------------------------
# stnana packages, this example adds a single package - 'murat' - to the list of analysis packages
#------------------------------------------------------------------------------
Stnana.Package Stntuple
+Stnana.Package murat
Therefore, multiple analysis packages could be specified in the same offline release
An analysis package pkg (replace $pkg with the name of your choice) should have the following subdirectories:
$pkg/ana/scripts directory should contain a script named load_stnana_scripts_$pkg.C, which at startup loads in analysis scripts.
An example can be found in Stntuple/ana/scripts/load_stnana_scripts_Stntuple.C
See Stntuple/ana/scripts directory for examples of the analysis job configuration scripts