Hi, I just checked in a few changes to BlastLib2 that are requested by
various people.
fixed a bug where -m option does not accept a filename. (Aaron reported
this bug) now -m filename works. filename must NOT begin
with +-= or any number otherwise it can be anything. update
blast.sc_mc too otherwise program enters infinite loop or
segfaults.
added X position in TOF coord frame where a track crosses the front plane
of the paddle into DST.(TB's request).
use dst->Draw("fSC.fX", "fSC.fX>-1e3") to see the distribution.
same applies to LADS if a charged track crosses a LAD hit.
added X, Y position in CC coord frame where a track crosses the front
plane of the box into DST. (TB's request).
added ALL outer hits within any event with at least one charged track into
DST. (Vitaliy's request)
use dst->Scan("fSC_um[0].fPad") to see these hits. "_um"
meant for unmatched, [0] or [1] for the two sectors. since not
every event has unmatched outer hits, using Draw() here cause
segfault. same applies to CC, NC, L20 and L15. However, there
should be no "unmatched" NC or LAD as they at worst match a
"neutral" track.
some cuts on hit numbers which stops track finding/fitting if the sector
has less than 10 hits or more than 80 hits.
anything else?
Chi
This archive was generated by hypermail 2.1.2 : Mon Feb 24 2014 - 14:07:30 EST