Instructions for unpacking 8k DSK files into ROOT
=================================================
* The unpacking program is located in
/projects/hira/zalessov/dsk_files/sn
To use it run: sn_unpacker <filename>
where <filename> is the name of the DSK file, e.g.
sn_unpacker comp30650.dsk
This will create an output ROOT file called: test.root

* Run 'root' and type in these commands:
.L /projects/hira/zalessov/dsk_files/sn/libdetectors.so
TFile f("test.root")

* To open up the tree viewer type:
event->StartViewer()