check : reco D0 (MuKpi) and D0 MC (as embedded)

1. MC
Tracks from mMatchedPairs (StMiniMcTree) have to be matched using mRecoKey
 

file is st_physics_8125012_raw_1010007.minimc.root/StMiniMcTree

 

root [2] myTree->Scan("mass:KEY:KEY_Pair:PtGl:PtGl_pair:geantId:geantId_pair:EtaD0:RapD0:PtD0"," eventId==83664 && parentKey == parentKey_Pair")

************************************************************************************************************************************

*    Row   *      mass *       KEY *  KEY_Pair *      PtGl * PtGl_pair *   geantId * geantId_p *     EtaD0 *     RapD0 *      PtD0 *

************************************************************************************************************************************

*      295 * 2.0544199 *        49 *       465 * 2.0585739 * 0.3500752 *        12 *         8 * -0.171382 * -0.110346 * 1.7203627 *

*      323 * 1.7532141 *        65 *       177 * 1.3353111 * 3.0129201 *        12 *         8 * 0.2844644 * 0.2611330 * 4.0043015 *

*      393 * 1.9862896 *        83 *       621 * 1.3783462 * 0.5473808 *        12 *         8 * 1.0395081 * 0.4645765 * 0.8392158 *

*      444 * 1.8601543 *       177 *        65 * 3.0129201 * 1.3353111 *         8 *        12 * 0.2844644 * 0.2585887 * 4.0043015 *

 

2. RECO

Using our reco. code, tracks have to be matched using GlobalTracks_mId

 

 

root.exe [3] D0Tree->Scan("MassD0:idk:idpi:PtKaon:PtPion:SiKaon:SiPion:PtD0:RapD0:EtaD0","EventId==83664 && idk>64")                 

************************************************************************************************************************************

*    Row   *    MassD0 *       idk *      idpi *    PtKaon *    PtPion *    SiKaon *    SiPion *      PtD0 *     RapD0 *     EtaD0 *

************************************************************************************************************************************

*     8277 * 1.2913779 *        65 *        11 * 1.3356056 * 0.7801978 *         3 *         3 * 2.1038780 * -0.114117 * -0.133791 *

*     8278 * 1.5313335 *        65 *        20 * 1.3356056 * 1.5728446 *         3 *         3 * 2.8482296 * -0.162784 * -0.184587 *

*     8279 * 1.3151998 *        65 *        95 * 1.3356056 * 2.1505432 *         3 *         3 * 3.4471342 * 0.5570342 * 0.5922749 *

*     8280 * 1.8700268 *        65 *       177 * 1.3356056 * 3.0154795 *         3 *         0 * 4.0534644 * 0.2586632 * 0.2842082 *

*     8281 * 1.5138657 *        65 *       218 * 1.3356056 * 0.3857380 *         3 *         2 * 1.3520737 * -0.014967 * -0.022468 *

 
Kinematics of MC D0 and the reco D0 match.