« Full framework progress | Main | Migration to 0_8_0 »
Tuesday, July 18, 2006
working...
Useful one-line script (Mike did all the hard work, I just added the quotes and the commas):
ls /afs/hep.wisc.edu/cms/lazaridis/FullCMS080Sim-PythiaSignal | grep root | awk '{print "\"file:/afs/hep.wisc.edu/cms/lazaridis/FullCMS080Sim-PythiaSignal/" $0 "\","}'
To create the list of files to be given in untracked vstring fileNames of PoolSource.
Hey, after the change of the double loops and the usage of structs and vectors where I store the data, everything sped up amazingly! I used to take about 2 and a half to 3 hours to process - now in 15 minutes it's finished! Talking about code optimization eh? :)
I also have a couple of hisotograms: Electron candidates (cuts on DeltaR between SCs and Jets and Tracks and SCs), and DeltaR's between SCs and Jets and Tracks and SCs.
Edited on: Tuesday, July 18, 2006 6:22 PM
Categories: Linux