elaird / supy

analyze events stored in TTrees in parallel
8 stars 7 forks source link

semicolon names looke like a namecycle, whatever that is. #173

Closed betchart closed 11 years ago

betchart commented 11 years ago

I added a simi-colon in the default histogram name for histos.value in the last set of commits. This didn't work in organizer since semicolons are treated as a separator for namecycle. In the past we just avoided semicolons, but rather than go back and take in out of histos.value, I have figured out how to get access to the TObjects named with semicolons.

betchart commented 11 years ago

Might as well add a new option to ignore TH2 histograms in organizer (saves time if there are lots of histograms, and maybe you don't want to plot the TH2s anyway).

gerbaudo commented 11 years ago

Thanks, Burt! I was starting to scratch my head...the semicolon fix solves the error I was getting from organizer. Please feel free to merge.

Davide

betchart commented 11 years ago

ok, merged.