JeffersonLab / hcana

Hall C++ Analyzer
7 stars 118 forks source link

Modify THcDC::DefineVariables #479

Closed MarkKJones closed 2 years ago

MarkKJones commented 2 years ago

Remove track_hitpos as a tree variable. Gave the warning.

Warning in <THaVarList::DefineVariables [called from THcDC("H.dc")::DefineVarsFromList]>: Too many dots in definition of variable H.dc.track_hitpos (Position of each hit in track). Variable not defined.

Introduced another way to get the hit positions for a track but forgot to remove this variable.