Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:20:54

0001 #ifndef L1Trigger_CPPFRPCRollMask_h
0002 #define L1Trigger_CPPFRPCRollMask_h
0003 
0004 #include <bitset>
0005 
0006 const int maskCPPFSIZE = 192;
0007 typedef std::bitset<maskCPPFSIZE> CPPFRollMask;
0008 
0009 #endif