Create Scanforth Prediction

From LHEP Wiki
Revision as of 09:49, 18 March 2015 by Lhep (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Get the prediction

  • Draw vertex with the check_vertex_totalscan.C script
  • Copy the script createpred.C and change parameters accordingly
  • Fill the pred->AddSegment(....) with as many tracks you have... see next line:
  • Pic a segment of one track (InspectSegment) - all segments of all the tracks should be in the same plate (the plate you start your scanforth), read parameters and fill to pred->AddSegment(..)
  • Take the affine transformatin from corresponding plate from the dset/par file
  • IMPORTANT: change run number (e.g. 200) otherwise it will overwrite the scanback. Also copy the operation-file with the new name including the run number.

How to perform scanforth=

  • Basically it's the same as scanback
  • change step to 1 (for scanforth)
  • START_PLATE = plate where you start the scanforth, TO_PLATE=57
  • also here, don't forget to change the run plate
  • if you have a scan.x bash script, don't forget to adapt this one, too.