// C/C++ includes #include #include #include #include #include #include // Root includes #include "TClonesArray.h" #include "TROOT.h" #include "TSystem.h" #include "TFile.h" //PANDA include #include "PndEmcDigi.h" #include "PndTofPoint.h" #include "PndSdsMCPoint.h" #include "PndTpcPoint.h" #include "PndTofHit.h" #include "PndEmcCluster.h" #include "PndEmcMapper.h" #include "PndEmcTwoCoordIndex.h" #include "PndPidCand.h" #include "PndMCTrack.h" #include "FairMCPoint.h" #include "FairTrackParH.h" void fillTree(TString const points, TString const tracks, Int_t const pdg_code, TTree& outTree);