RE: Particle physics @ utopian-io - Objects isolation, histogramming and a first task request

You are viewing a single comment's thread from:

Particle physics @ utopian-io - Objects isolation, histogramming and a first task request

in utopian-io •  7 years ago 

Another nice exercise!
First question: do we need to select baseline jets and employ overlap removal from previous exercise before looking for signal jets?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

There is only one type if jets in this analysis. Having two (or sometimes more than two) different jet definitions is not systematics.

Here, only the removal between jets and electrons is necessary, but this is connected to a feature of madanalysis. This can however be done through
MyJets = PHYSICS->Isol->JetCleaning(MyJets, MyElectrons, 0.2);