Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please save MainLoop.java, Analysis101.java and psiMuMu.slcio to your harddisk. psiMuMu.slcio is a small datasample, Analysis101.java is our analysis module, which is taken straight from the JAS3 examples, and MainLoop.java is the wrapper that takes care of loading the analysis module correctly.
After compiling the java files with

Code Block

javac Analysis101.java

...


javac MainLoop.java

you can start the program with

Code Block
java MainLoop

which will loop over the data sample and create a file exampleAnalysisJava.aida

Info

You can add your own analysis modules by replacing

Code Block
loop.add(new Analysis101())

with your AnalysisModules