Skip to content

AnalysisTop new Feature truth tchannel singletop Parton chain

Implemented a Parton truth chain for t-channel single top events. it stores the four momenta of the top quark, the decaying b quark, the W boson and its two decay products. Additionally it stores the four momenta, particle ID and statuscode of the highest PT light quark not originating from a top quark decay.

It adds one new class calculating these variables:

PhysicsAnalysis/TopPhys/xAOD/TopPartons/Root/CalcTChannelSingleTopPartonHistory.cxx PhysicsAnalysis/TopPhys/xAOD/TopPartons/TopPartons/CalcTChannelSingleTopPartonHistory.h

I added an initialization function of the variables stored by this class in:

PhysicsAnalysis/TopPhys/xAOD/TopPartons/Root/PartonHistory.cxx PhysicsAnalysis/TopPhys/xAOD/TopPartons/TopPartons/PartonHistory.h

For the config file I changed:

PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/util/top-xaod.cxx

adding the option tchannel. which has to be set in the config file by:

TopPartonHistory tchannel

Merge request reports