CMS 3D CMS Logo

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 
17 
19 
21 
22 namespace L1Analysis {
24  public:
25  enum { TEST = 0 };
28  void Reset() { l1upgrade_.Reset(); }
35  SetMuonShower(*muonShower, maxL1Upgrade);
36  }
37  void SetEm(const l1t::EGammaBxCollection& em, unsigned maxL1Upgrade);
38  void SetTau(const l1t::TauBxCollection& tau, unsigned maxL1Upgrade);
39  void SetJet(const l1t::JetBxCollection& jet, unsigned maxL1Upgrade);
40  void SetSum(const l1t::EtSumBxCollection& sums, unsigned maxL1Upgrade);
41  void SetMuon(const l1t::MuonBxCollection& muon, unsigned maxL1Upgrade);
42  void SetMuonShower(const l1t::MuonShowerBxCollection& muonShower, unsigned maxL1Upgrade);
43 
45 
46  private:
48  };
49 } // namespace L1Analysis
50 #endif
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)
void SetMuonShower(const edm::Handle< l1t::MuonShowerBxCollection > muonShower, unsigned maxL1Upgrade)
L1AnalysisL1UpgradeDataFormat l1upgrade_
void SetSum(const edm::Handle< l1t::EtSumBxCollection > sums, unsigned maxL1Upgrade)