CMS 3D CMS Logo

CommonTokens.h
Go to the documentation of this file.
1 #ifndef CommonTokens_h
2 #define CommonTokens_h
3 
9 
12 
13 namespace l1t {
14  namespace stage2 {
15  class CommonTokens : public PackerTokens {
16  public:
19  inline const edm::EDGetTokenT<JetBxCollection>& getJetToken() const { return jetToken_; };
20  inline const edm::EDGetTokenT<TauBxCollection>& getTauToken() const { return tauToken_; };
21  inline const edm::EDGetTokenT<MuonBxCollection>& getMuonToken() const { return muonToken_; };
22 
23  protected:
29  };
30  }
31 }
32 
33 #endif
34 
35 
const edm::EDGetTokenT< MuonBxCollection > & getMuonToken() const
Definition: CommonTokens.h:21
edm::EDGetTokenT< TauBxCollection > tauToken_
Definition: CommonTokens.h:27
edm::EDGetTokenT< JetBxCollection > jetToken_
Definition: CommonTokens.h:26
edm::EDGetTokenT< EGammaBxCollection > egammaToken_
Definition: CommonTokens.h:21
delete x;
Definition: CaloConfig.h:22
const edm::EDGetTokenT< EtSumBxCollection > & getEtSumToken() const
Definition: CommonTokens.h:18
const edm::EDGetTokenT< JetBxCollection > & getJetToken() const
Definition: CommonTokens.h:19
edm::EDGetTokenT< EtSumBxCollection > etSumToken_
Definition: CommonTokens.h:25
const edm::EDGetTokenT< EGammaBxCollection > & getEGammaToken() const
Definition: CommonTokens.h:17
const edm::EDGetTokenT< TauBxCollection > & getTauToken() const
Definition: CommonTokens.h:20
edm::EDGetTokenT< MuonBxCollection > muonToken_
Definition: CommonTokens.h:28