CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GTTokens.h
Go to the documentation of this file.
1 #ifndef GTTokens_h
2 #define GTTokens_h
3 
10 
12 
13 namespace l1t {
14  namespace stage2 {
15  class GTTokens : public PackerTokens {
16  public:
18 
21  inline const edm::EDGetTokenT<JetBxCollection>& getJetToken() const { return jetToken_; };
22  inline const edm::EDGetTokenT<TauBxCollection>& getTauToken() const { return tauToken_; };
25 
26  private:
27 
34  };
35  }
36 }
37 
38 #endif
const edm::EDGetTokenT< EtSumBxCollection > & getEtSumToken() const
Definition: GTTokens.h:20
edm::EDGetTokenT< GlobalAlgBlkBxCollection > algToken_
Definition: GTTokens.h:32
edm::EDGetTokenT< EGammaBxCollection > egammaToken_
Definition: GTTokens.h:24
GTTokens(const edm::ParameterSet &, edm::ConsumesCollector &)
Definition: GTTokens.cc:9
const edm::EDGetTokenT< TauBxCollection > & getTauToken() const
Definition: GTTokens.h:22
const edm::EDGetTokenT< JetBxCollection > & getJetToken() const
Definition: GTTokens.h:21
edm::EDGetTokenT< EtSumBxCollection > etSumToken_
Definition: GTTokens.h:29
edm::EDGetTokenT< TauBxCollection > tauToken_
Definition: GTTokens.h:31
const edm::EDGetTokenT< GlobalExtBlkBxCollection > & getExtToken() const
Definition: GTTokens.h:24
const edm::EDGetTokenT< EGammaBxCollection > & getEGammaToken() const
Definition: GTTokens.h:19
edm::EDGetTokenT< JetBxCollection > jetToken_
Definition: GTTokens.h:30
edm::EDGetTokenT< GlobalExtBlkBxCollection > extToken_
Definition: GTTokens.h:33
const edm::EDGetTokenT< GlobalAlgBlkBxCollection > & getAlgToken() const
Definition: GTTokens.h:23