Examples

Fill in...

1) add your analysis to the method UserAnalysis.analysis() userAnalysis.py
Use the preexisting code as an example on how to set up the file input
and histogram service.

Hint: feel like home as long as you work in userAnalysis.py
all your imports, methods and so on will be propagated to
the multi-processing facilities, even distributed onto
other worker nodes.

2) Configure a runFile, in the folder RunFiles/ you find to examples,
One is for running locally on your own machine, and one for distributed
execution.

Hint: You can run a worker on your own machine, and use the
distributed runFile for easy testing.

Notice: Input files are _NOT_ distributed they must be placed
on common storage accessible to all workers as well as the
analysis machine itself.

3) Run the analysis by writing:
./runGluinoAnalysis.py runFile.cfg