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  void calcCRC(long, int &);
6  void calcCRC(int, int, int &);
7 } // namespace dt_crc
8 
9 #endif
dt_crc
Definition: DTCRC.h:4
dt_crc::calcCRC
void calcCRC(long, int &)
Definition: DTCRC.cc:3