CMS 3D CMS Logo

DTCRC.h
Go to the documentation of this file.
1 #ifndef EventFilter_Utilities_DTCRC_h
2 #define EventFilter_Utilities_DTCRC_h
3 
4 namespace dt_crc
5 {
6  void calcCRC(long, int&);
7  void calcCRC(int, int, int &);
8 }
9 
10 #endif
11 
Definition: DTCRC.h:4
void calcCRC(long, int &)
Definition: DTCRC.cc:3