CMS 3D CMS Logo

bitObj.h

Go to the documentation of this file.
00001 #ifndef BITOBJ_H
00002 #define BITOBJ_H
00003 #include<bitset>
00004 class bitObj {
00005 public:
00006   bitset<int N> m_a;
00007 };
00008 #endif

Generated on Tue Jun 9 17:26:17 2009 for CMSSW by  doxygen 1.5.4