Opened 14 years ago
Last modified 13 years ago
#43 assigned defect
JetMoment<vector<float> >
Reported by: | cvermilion | Owned by: | cvermilion |
---|---|---|---|
Priority: | minor | Component: | JetTools |
Version: | 4.0 | Keywords: | |
Cc: |
Description
Storage of zcutMoment doesn't seem to work, presumably related to ROOT choking on the vector<float>. For some reason almost all stored moments only appear to have two elements. (GUI gives tons of errors when trying to plot $$_zcut[2].)
Note: See
TracTickets for help on using
tickets.
Note that a JetMoment<T> is stored in the TTree as a vector<T> (entry for each jet).