How to publish volume without totalscan: Difference between revisions

From LHEP Wiki
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 09:49, 18 March 2015

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")