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 
11 
13 
14 namespace l1t {
15  namespace stage2 {
16  class GTTokens : public PackerTokens {
17  public:
19 
20  inline const edm::EDGetTokenT<MuonBxCollection>& getMuonToken() const { return muonToken_; };
23  inline const edm::EDGetTokenT<JetBxCollection>& getJetToken() const { return jetToken_; };
24  inline const edm::EDGetTokenT<TauBxCollection>& getTauToken() const { return tauToken_; };
27 
28  private:
29 
37  };
38  }
39 }
40 
41 #endif
const edm::EDGetTokenT< EtSumBxCollection > & getEtSumToken() const
Definition: GTTokens.h:22
edm::EDGetTokenT< GlobalAlgBlkBxCollection > algToken_
Definition: GTTokens.h:35
edm::EDGetTokenT< EGammaBxCollection > egammaToken_
Definition: GTTokens.h:31
GTTokens(const edm::ParameterSet &, edm::ConsumesCollector &)
Definition: GTTokens.cc:9
const edm::EDGetTokenT< TauBxCollection > & getTauToken() const
Definition: GTTokens.h:24
edm::EDGetTokenT< MuonBxCollection > muonToken_
Definition: GTTokens.h:26
const edm::EDGetTokenT< JetBxCollection > & getJetToken() const
Definition: GTTokens.h:23
edm::EDGetTokenT< EtSumBxCollection > etSumToken_
Definition: GTTokens.h:32
edm::EDGetTokenT< TauBxCollection > tauToken_
Definition: GTTokens.h:34
const edm::EDGetTokenT< GlobalExtBlkBxCollection > & getExtToken() const
Definition: GTTokens.h:26
const edm::EDGetTokenT< MuonBxCollection > & getMuonToken() const
Definition: GTTokens.h:20
const edm::EDGetTokenT< EGammaBxCollection > & getEGammaToken() const
Definition: GTTokens.h:21
edm::EDGetTokenT< JetBxCollection > jetToken_
Definition: GTTokens.h:33
edm::EDGetTokenT< GlobalExtBlkBxCollection > extToken_
Definition: GTTokens.h:36
const edm::EDGetTokenT< GlobalAlgBlkBxCollection > & getAlgToken() const
Definition: GTTokens.h:25