How to publish volume without totalscan

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

just add as calibration:

comment the line in the LibScanToOracle.C
//db->AddBSBpathsVolumes(databsbpathsvolumes);

- put in the operation file int

WRITE_RAW_CALIBRATION_DATA = 1 (instead of 0)

if you want to publish e.g. plate 10.. 25 then

- put in bBRICK.h file: int FIRST_PLATE = 25;

then within the publication procedure...

root [4] AddCalibrationOperation("xxxxxxxxxxx")