Mu2e / TrkAna

Track-based analysis TTree maker working in the art framework
Apache License 2.0
1 stars 19 forks source link

Changes for MakeClass #137

Closed brownd1978 closed 3 months ago

brownd1978 commented 3 months ago

Some necessary but not sufficient changes to allow MakeClass to work with TAV5 trees. Some changes in Offline are needed too, I will make that PR as well. I have gotten the output of MakeClass to compile after these changes by doing the following: -trkana->MakeClass("TAV5") -Checkout Offline -add the following TrkAna includes to TAV5.h:

include "TrkAna/inc/TrkInfo.hh"

include "TrkAna/inc/TrkStrawHitInfo.hh"

include "TrkAna/inc/TrkStrawHitInfoMC.hh"

include "TrkAna/inc/TrkStrawMatInfo.hh"

include "TrkAna/inc/SimInfo.hh"

include "TrkAna/inc/MCStepInfo.hh"