|
||||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |