205 |
cout<<" vmc_dig INPROOTFILE OUTRAWFILE SEED"<<endl; |
cout<<" vmc_dig INPROOTFILE OUTRAWFILE SEED"<<endl; |
206 |
cout<<"DISCRIPTION"<<endl; |
cout<<"DISCRIPTION"<<endl; |
207 |
cout<<" This tool convert hits collections of PamVMC in raw format "<<endl; |
cout<<" This tool convert hits collections of PamVMC in raw format "<<endl; |
208 |
cout<<" There are only 3 parameters: strings inti i/o filenames and integer random seed."<<endl; |
cout<<" There are only 3 parameters: input root/output raw filenames and integer random seed."<<endl; |
209 |
cout<<" If seed is 0, then TRandom3(0) object will be created."<<endl; |
cout<<" If seed is 0, then TRandom3(0) object will be created."<<endl; |
210 |
} |
} |