#include #include #include "TBranch.h" struct jstruct{ std::vector truthTrks; std::vector truthPt; std::vector recoTrks; std::vector recoPt; Int_t EvNum; Int_t recoTrk_n; Int_t truthTrk_n; };