Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:34

0001 #ifndef DataFormats_L1TMuon_L1TMuonSubsystems_hh
0002 #define DataFormats_L1TMuon_L1TMuonSubsystems_hh
0003 
0004 namespace L1TMuon {
0005   enum subsystem_type { kDT, kCSC, kRPC, kGEM, kME0, kNSubsystems };
0006 }
0007 
0008 #endif