CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EMTFTokens.h
Go to the documentation of this file.
1 
2 #ifndef EMTFTokens_h
3 #define EMTFTokens_h
4 
5 /* #include "DataFormats/L1TMuon/interface/EMTFMuonCand.h" */
7 
9 
10 namespace l1t {
11  namespace stage2 {
12  class EMTFTokens : public PackerTokens {
13  public:
15 
16  /* inline const edm::EDGetTokenT<EMTFMuonCandBxCollection>& getEMTFMuonCandToken() const { return EMTFMuonCandToken_; }; */
18 
19  private:
20 
21  /* edm::EDGetTokenT<EMTFMuonCandBxCollection> EMTFMuonCandToken_; */
23 
24  };
25  }
26 }
27 
28 #endif
EMTFTokens(const edm::ParameterSet &, edm::ConsumesCollector &)
Definition: EMTFTokens.cc:9
edm::EDGetTokenT< EMTFOutputCollection > EMTFOutputToken_
Definition: EMTFTokens.h:17
const edm::EDGetTokenT< EMTFOutputCollection > & getEMTFOutputToken() const
Definition: EMTFTokens.h:17