|
||||
File indexing completed on 2024-04-06 12:26:12
0001 #ifndef RecoLocalMuon_GEMRecHit_GEMEtaPartitionMask_h 0002 #define RecoLocalMuon_GEMRecHit_GEMEtaPartitionMask_h 0003 0004 #include <bitset> 0005 #include <vector> 0006 0007 const int maskSIZE = 768; 0008 typedef std::bitset<maskSIZE> EtaPartitionMask; 0009 0010 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |