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 
39  SetSumZDC(*sumsZDC, maxL1Upgrade);
40  }
41 
42  void SetEm(const l1t::EGammaBxCollection& em, unsigned maxL1Upgrade);
43  void SetTau(const l1t::TauBxCollection& tau, unsigned maxL1Upgrade);
44  void SetJet(const l1t::JetBxCollection& jet, unsigned maxL1Upgrade);
45  void SetSum(const l1t::EtSumBxCollection& sums, unsigned maxL1Upgrade);
46  void SetMuon(const l1t::MuonBxCollection& muon, unsigned maxL1Upgrade);
47  void SetMuonShower(const l1t::MuonShowerBxCollection& muonShower, unsigned maxL1Upgrade);
48 
49  void SetSumZDC(const l1t::EtSumBxCollection& sumsZDC, unsigned maxL1Upgrade);
50 
52 
53  private:
55  };
56 } // namespace L1Analysis
57 #endif
void SetMuon(const edm::Handle< l1t::MuonBxCollection > muon, unsigned maxL1Upgrade)
void SetSumZDC(const edm::Handle< l1t::EtSumBxCollection > sumsZDC, 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)