Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef __l1t_regional_muon_candidatefwd_h__
0002 #define __l1t_regional_muon_candidatefwd_h__
0003 
0004 #include "DataFormats/L1Trigger/interface/BXVector.h"
0005 #include "DataFormats/L1Trigger/interface/L1TObjComparison.h"
0006 
0007 namespace l1t {
0008   enum tftype { bmtf, omtf_neg, omtf_pos, emtf_neg, emtf_pos };
0009   class RegionalMuonCand;
0010   typedef BXVector<RegionalMuonCand> RegionalMuonCandBxCollection;
0011 
0012   typedef ObjectRef<RegionalMuonCand> RegionalMuonCandRef;
0013   typedef ObjectRefBxCollection<RegionalMuonCand> RegionalMuonCandRefBxCollection;
0014   typedef ObjectRefPair<RegionalMuonCand> RegionalMuonCandRefPair;
0015   typedef ObjectRefPairBxCollection<RegionalMuonCand> RegionalMuonCandRefPairBxCollection;
0016 }  // namespace l1t
0017 
0018 #endif /* define __l1t_regional_muon_candidatefwd_h__ */