cp3-llbb / TTAnalysis

TTbar analysis for CP3 llbb framework
0 stars 4 forks source link

Second round #9

Closed swertz closed 8 years ago

swertz commented 8 years ago

Not for merging, but for discussing:

swertz commented 8 years ago

7 and #8 should now be OK. You can have a look if you want... I've disabled the categories for now so that it compiles.

swertz commented 8 years ago

I'm getting this when trying to run the analyzer:

The class requested (vector<TTAnalysis::Lepton>) for the branch "tt_leptons" refer to an stl collection and do not have a compiled CollectionProxy.  Please generate the dictionary for this class (vector<TTAnalysis::Lepton>)

... but I added the classes.h and classes_def.xml files in src/. Is there still something missing?

blinkseb commented 8 years ago

Got the same thing when trying to run the previous code. I got it fixed by adding

<use name="cp3_llbb/TTAnalysis"/>

Inside BuildFile.xml

blinkseb commented 8 years ago

Can you merge all the commits into one? Ideally I'd like to have each commits buildable and runnable, to ease git bisect if we need it some day.

Thanks

swertz commented 8 years ago

Sure! I'll create another branch with a more adequate name, and with only one commit...

swertz commented 8 years ago

Superseded by #11