test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CommonTokens.h
Go to the documentation of this file.
1 #ifndef CommonTokens_h
2 #define CommonTokens_h
3 
9 
11 
12 namespace l1t {
13  namespace stage2 {
14  class CommonTokens : public PackerTokens {
15  public:
18  inline const edm::EDGetTokenT<JetBxCollection>& getJetToken() const { return jetToken_; };
19  inline const edm::EDGetTokenT<TauBxCollection>& getTauToken() const { return tauToken_; };
20  inline const edm::EDGetTokenT<MuonBxCollection>& getMuonToken() const { return muonToken_; };
21 
22  protected:
28  };
29  }
30 }
31 
32 #endif
33 
34 
const edm::EDGetTokenT< MuonBxCollection > & getMuonToken() const
Definition: CommonTokens.h:20
edm::EDGetTokenT< TauBxCollection > tauToken_
Definition: CommonTokens.h:26
edm::EDGetTokenT< JetBxCollection > jetToken_
Definition: CommonTokens.h:25
edm::EDGetTokenT< EGammaBxCollection > egammaToken_
Definition: CommonTokens.h:20
const edm::EDGetTokenT< EtSumBxCollection > & getEtSumToken() const
Definition: CommonTokens.h:17
const edm::EDGetTokenT< JetBxCollection > & getJetToken() const
Definition: CommonTokens.h:18
edm::EDGetTokenT< EtSumBxCollection > etSumToken_
Definition: CommonTokens.h:24
const edm::EDGetTokenT< EGammaBxCollection > & getEGammaToken() const
Definition: CommonTokens.h:16
const edm::EDGetTokenT< TauBxCollection > & getTauToken() const
Definition: CommonTokens.h:19
edm::EDGetTokenT< MuonBxCollection > muonToken_
Definition: CommonTokens.h:27