You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a major update when we moved from v5 to v6. Here are tables of changes for you to consult. Note that the same change may appear in multiple tables since it may be important in one area but defined in another. For example, the folder name is defined in fcl but is also important to know in the Tree / Branch / Leaf Changes.
Instructions for developers to upgrade their development areas are here
Tree / Branch / Leaf Changes
v5
v6
Notes
tree name
trkana
ntuple
defined in code
folder name
TrkAna
EventNtuple
defined in fcl
folder name
TrkAnaExt
EventNtuple
defined in fcl
branch
dem, uem, etc.
trk
all track types are now in a single branch
branch
demfit, uemfit, etc.
trksegs
track segments
branch
demtrkqual
trkqual
otherwise it would have been trktrkqual
branch
demtch
trkcalohit
branch
demtchmc
trkcalohitmc
branch
hcnt
hitcount
also now filled
branch
demtsh
trkhits
branch
demtshmc
trkhitsmc
branch
demtsm
trkmats
mats = materials
branch
helixinfo
helices
also now a vector branch
branch
demlh
trksegpars_lh
pars = parameters, lh = LoopHelix
branch
demch
trksegpars_ch
pars = parameters, ch = CentralHelix
branch
demkl
trksegpars_kl
pars = parameters, kl = KinematicLine
branch
demmcssi
trksegsmc
information of the surface steps at same places as trksegs
branch
demmcsim
trkmcsim
Fcl File Changes
Many fcl files were renamed, updated, or deleted. New fcl files introduced in v6 and all fcl files are documented on the new fcl README page
fcl file
v5 --> v6
notes
TrkAnaReco.fcl
from_mcs-mockdata.fcl
for running on mock datasets, genCountLogger also removed
TrkAnaExtracted.fcl
from_mcs-extracted.fcl
for running on mcs "extracted position" datasets, now #includes from_mcs-mockdata.fcl as a base