CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1AnalysisL1Upgrade.h
Go to the documentation of this file.
1 #ifndef __L1Analysis_L1AnalysisL1Upgrade_H__
2 #define __L1Analysis_L1AnalysisL1Upgrade_H__
3 
4 //-------------------------------------------------------------------------------
5 // Created 02/03/2010 - A.C. Le Bihan
6 //
7 //
8 // Original code : L1TriggerDPG/L1Ntuples/L1UpgradeTreeProducer - Jim Brooke
9 //-------------------------------------------------------------------------------
10 
16 
18 
19 namespace L1Analysis
20 {
22  {
23  public:
24  enum {TEST=0};
27  void Reset() {l1upgrade_.Reset();}
28  void SetEm (const edm::Handle<l1t::EGammaBxCollection> em, unsigned maxL1Upgrade);
29  void SetTau (const edm::Handle<l1t::TauBxCollection> tau, unsigned maxL1Upgrade);
30  void SetJet (const edm::Handle<l1t::JetBxCollection> jet, unsigned maxL1Upgrade);
31  void SetSum (const edm::Handle<l1t::EtSumBxCollection> sums, unsigned maxL1Upgrade);
32  void SetMuon (const edm::Handle<l1t::MuonBxCollection> muon, unsigned maxL1Upgrade);
34 
35  private :
37  };
38 }
39 #endif
40 
41 
void SetMuon(const edm::Handle< l1t::MuonBxCollection > muon, unsigned maxL1Upgrade)
void SetJet(const edm::Handle< l1t::JetBxCollection > jet, unsigned maxL1Upgrade)
void SetEm(const edm::Handle< l1t::EGammaBxCollection > em, unsigned maxL1Upgrade)
L1AnalysisL1UpgradeDataFormat * getData()
void SetTau(const edm::Handle< l1t::TauBxCollection > tau, unsigned maxL1Upgrade)
L1AnalysisL1UpgradeDataFormat l1upgrade_
void SetSum(const edm::Handle< l1t::EtSumBxCollection > sums, unsigned maxL1Upgrade)