CMS 3D CMS Logo

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