X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FTOFnoiseda.cxx;h=68881d545b09ba69852840d97e787eda307a092b;hb=ae28e92efe375713f3ebd36f11ebe26d2f2847db;hp=5cfce61eb49f1c0230666621578874e45a8b5758;hpb=3bc661397ca0a98ec30102923776bec06fdec1a2;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/TOFnoiseda.cxx b/TOF/TOFnoiseda.cxx index 5cfce61eb49..68881d545b0 100644 --- a/TOF/TOFnoiseda.cxx +++ b/TOF/TOFnoiseda.cxx @@ -4,7 +4,7 @@ TOF DA for online calibration from pulser data Contact: Chiara.Zampolli@bo.infn.it Link: www.bo.infn.it/~zampolli -Run Type: CALIBRATION, PULSER - to be properly defined +Run Type: NOISE DA Type: LDC Number of events needed: 10000 Input Files: TOF.raw, where is the run number @@ -281,7 +281,7 @@ int main(int argc, char **argv) { status =0; /* store the result file on FES */ - status=daqDA_FES_storeFile(filename,filename); + status=daqDA_FES_storeFile(filename,"NOISE"); if (status) { status = -2; }