iLCSoft / LCTuple

Marlin package to creates a ROOT TTree with a column wise ntuple from LCIO collections
GNU General Public License v3.0
2 stars 16 forks source link

Add branch for hit time to tracker #8

Closed gianelle closed 4 years ago

gianelle commented 4 years ago

Hi, I think that this is only an oversight, can you add the following line:

tree->Branch( (pre+"thtim").c_str() , _thtim , (pre+"thtim["+pre+"ntrh]/F").c_str() ) ;

to src/TrackerHitBranches.cc file?

thx, Ale

petricm commented 4 years ago

just do a PR

gianelle commented 4 years ago

Done: https://github.com/iLCSoft/LCTuple/pull/9