CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
BMTFTokens.h
Go to the documentation of this file.
1 #ifndef BMTFTokens_h
2 #define BMTFTokens_h
3 
9 
10 namespace l1t {
11  namespace stage2 {
12  class BMTFTokens : public PackerTokens {
13  public:
15 
17  return outputMuonToken_;
18  };
21 
22  private:
26  };
27  } // namespace stage2
28 } // namespace l1t
29 
30 #endif
edm::EDGetTokenT< L1MuDTChambPhContainer > inputMuonTokenPh_
Definition: BMTFTokens.h:24
const edm::EDGetTokenT< L1MuDTChambThContainer > & getInputMuonTokenTh() const
Definition: BMTFTokens.h:20
const edm::EDGetTokenT< RegionalMuonCandBxCollection > & getOutputMuonToken() const
Definition: BMTFTokens.h:16
const edm::EDGetTokenT< L1MuDTChambPhContainer > & getInputMuonTokenPh() const
Definition: BMTFTokens.h:19
edm::EDGetTokenT< L1MuDTChambThContainer > inputMuonTokenTh_
Definition: BMTFTokens.h:25
edm::EDGetTokenT< RegionalMuonCandBxCollection > outputMuonToken_
Definition: BMTFTokens.h:20
BMTFTokens(const edm::ParameterSet &, edm::ConsumesCollector &)
Definition: BMTFTokens.cc:9