Writing Test Data To ROOT Tree


LABELLING THE CONNECTORS ON THE BACK OF THE PULSER BOX:
Connectors are labelled in order of plane number they serve (i.e. the connector serving east side of plane 65 will be connector 1 on pulser box 2, west side of plane 100 will be connector 36 on pulser box 3); Connector 65 on a box is the SPARE, 66 is the LOW gain PIN and 67 is the HIGH gain PIN connector. (Also see LI mapping page.)
 

Writing Pulser Box test data to Root tree

On the Linux partition of the LI laptop, in the directory /home/root/boxes, there is a file Box.C which contains ROOT macros for writing the test data for a single pulser box to a tree.
 


Other macros in the file Box.C are for making summary plots for a single box or selction of boxes. To make histograms:
 


Writing Fibre Bundle Test Data to Root Tree

The directory /home/root/plncables on the Linux partition of the LI laptop contains all the test data, as well as a file Fibre.C which contains some root macros. The file Fibres.root contains the tree with all the test data entered into it. To add measurements for a fibre bundle to this tree:
 


If Fibres.root is ever written over accidently with a bad version of Fibres_new.root, the macro "MakeBasicTree();" does what it says and makes a new empty tree which will need to be re-filled for each fibre bundle using the method above.

Of course for anybody who knows root at all, the above is simple stuff so feel free to change anything if it'll make life easier.
 

Back to main LI installation page.