
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Getting access to LHC Computing Grid. One can find a brief introductory material at the RMKI's getting started page | ||||||||
| Line: 112 to 112 | ||||||||
| // Close the datafile. ipfile.close(); | ||||||||
| Changed: | ||||||||
| < < | // Open the datafile for writing. | |||||||
| > > | // Open the datafile for writing, through a filter program. | |||||||
| ogpstream opfile("/grid/cms/alaszlo/some_datafile.dat.gz", "gzip - > %f"); // Write data to your datafile with 'ogpstream::operator<<' or with 'ogpstream::write(char*, int)'. // Close the datafile. | ||||||||