Changeset 4000 in Sophya


Ignore:
Timestamp:
Jun 14, 2011, 10:27:40 PM (13 years ago)
Author:
ansari
Message:

Suite (1) amelioration prog calcul correlation ADC-CRT, Reza 14/06/2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/corrcrtadc.cc

    r3999 r4000  
    5353{
    5454  cout << " --- corrcrtadc.cc : Read CRT-ADC dump files and process to produce correlation matrices \n"
    55        << " Usage: corrcrtadc -corr/-hval InOutPath OutFile [AdcIds [Imin,Imax,step\n" << endl;
     55       << " Usage: corrcrtadc -corr/-hval InOutPath OutFile [AdcIds] [Imin,Imax,step]\n" << endl;
    5656  if (fgshort) {
    5757    cout << " corrcrtadc -h for detailed instructions" << endl;
     
    6060  cout << " -corr/-hval : Compute correlations or Fill histograms for ADC sample values \n"
    6161       << " InOutPath : Input/Output directory name \n"
    62        << " ADCIds : ADC Id's to be processed (1,2,3,4)  \n"
     62       << " ADCIds : ADC Id's to be processed (Example: 1,2,3,4, default=0,1)  \n"
    6363       << " OutFile : Output PPF file  name \n"
    6464       << " Imin,Imax,IStep: Input ADC dump files sequence number \n"
     
    314314  for(size_t ka=0; ka<NCHAN; ka++) {
    315315    sprintf(nametag,"adcvalC%d",ka);
    316     po << PPFNameTag("nametag") << *(vhist[ka]);
     316    po << PPFNameTag(nametag) << *(vhist[ka]);
    317317  }
    318318  for(size_t ka=0; ka<NCHAN; ka++) delete vhist[ka];
Note: See TracChangeset for help on using the changeset viewer.