Another nice exercise!
First question: do we need to select baseline jets and employ overlap removal from previous exercise before looking for signal jets?
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
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);
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit