Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:12:38

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