Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef __GMTInputCaloSumFwd_h
0002 #define __GMTInputCaloSumFwd_h
0003 
0004 #include "DataFormats/L1Trigger/interface/BXVector.h"
0005 
0006 namespace l1t {
0007   class MuonCaloSum;
0008   typedef BXVector<MuonCaloSum> MuonCaloSumBxCollection;
0009 }  // namespace l1t
0010 
0011 #endif