| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

RRawStream.cc File Reference

#include "RawData/RRawStream.h"
#include <cstring>
#include <stdlib.h>

Include dependency graph for RRawStream.cc:

Go to the source code of this file.


Functions

static void sanity ()

Function Documentation

static void sanity (  )  [static]

Definition at line 15 of file RRawStream.cc.

00016 {
00017   if( sizeof(Int32) != 4 ) {
00018     cerr<<"RawStream:: error: Need a 32-bits type to hold each line of raw data"<<endl;
00019     cerr<<"RawStream:: Redefine type Int32"<<endl;
00020     abort();
00021   }
00022 }

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:07:27 2011 for RawData by doxygen 1.4.7