Exclusive Higgs Production
We search for the exclusively produced Higgs boson through the WW->lnulnu channel.
Monday June 23 2014
To Do for Tuesday June 24 meeting:
1. Get a good Z->mumu CR by using all the standard cuts
2. Estimate the background in that good CR. Count the number of same sign events before and after some cuts. Play around with them.
3. Make plots associated with the track isolation cuts in this CR and produce a cutflow with efficiencies in the end (not numbers)
--
LastFeremenga - 23 Jun 2014
How to get analysis package working on the grid
1. Package name is
MakeLParticles. First 'source setGrid.sh'. This will set the appropriate cvmfs ROOT version, dq2client and pandaclient as well as athena (not necessary)
2. Create a text file with names of datasets you wish to run on. The data sets should be line by line. Let's call it 'grid_samples.txt'
3. Run 'python submitToGrid.py grid_samples.txt'. This will run over the data sets.
4. If you wish to export some large files to WNs, you may want to compress them before exporting, and then de-compresssing them after exporting. Look inside submitToGrid.py for more info.