I wrote some documentation on how I installed JAIDA (here) and AIDAJNI (here) in our cluster of 64-bit machines.
Another thing is: do not forget to include AIDAJNI on the list in the CMakeLists.txt:
SET( ${PROJECT_NAME}_DEPENDS "Marlin LCIO GEAR AIDAJNI ROOT" )
If you did not do that, you must go to the build dir, make clean, delete the file CMakeCache.txt, run cmake, and do make install.
Note: Changing only in the ilcinstall python script, assuming you are using ilcinstall, to link to AIDAJNI does not work.
Wednesday, March 12, 2008
Monday, March 10, 2008
Plots for the meeting
I've been having a look at event selection; the Thorsten-Kuhl paper starts off with a cut based selection and then uses a likelihood selection. For the cut based selection they used:
For the likelihood selection I've been looking at the following inputs:
This plot shows the efficiency purity for the two methods (efficiency on x-axis). Note that because I've not got particularly large samples this plot was made with the same events as the reference distributions. A bit shoddy but if I can't get it to work like that then I may as well give up now. There are 6375 ZZ events in the background, and 5864 signal (slightly more c cbar than b bbar).
- Two leptons found (electron identification is performed before this). At the moment I'm cheating the electron identification from Monte Carlo because the electron ID was getting messy due to the extra reconstructed neutrals.
- The invariant mass of the two leptons has to be between 70 GeV and 110 GeV.
- Cos(theta) of the event's primary thrust axis less than 0.9.
- The invariant mass of the two hadronic jets has to be greater than 100 GeV.
For the likelihood selection I've been looking at the following inputs:
- Cos(theta) of the event's primary thrust axis.
- The event's thrust.
- The invariant mass of the two hadronic jets.
- The energy difference of the two hadronic jets.
This plot shows the efficiency purity for the two methods (efficiency on x-axis). Note that because I've not got particularly large samples this plot was made with the same events as the reference distributions. A bit shoddy but if I can't get it to work like that then I may as well give up now. There are 6375 ZZ events in the background, and 5864 signal (slightly more c cbar than b bbar).
Subscribe to:
Posts (Atom)