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 
16 
18 
20 
21 namespace L1Analysis
22 {
24  {
25  public:
26  enum {TEST=0};
29  void Reset() {l1upgrade_.Reset();}
30  void SetEm (const edm::Handle<l1t::EGammaBxCollection> em, unsigned maxL1Upgrade);
31  void SetTau (const edm::Handle<l1t::TauBxCollection> tau, unsigned maxL1Upgrade);
32  void SetJet (const edm::Handle<l1t::JetBxCollection> jet, unsigned maxL1Upgrade);
33  void SetSum (const edm::Handle<l1t::EtSumBxCollection> sums, unsigned maxL1Upgrade);
34  void SetMuon (const edm::Handle<l1t::MuonBxCollection> muon, unsigned maxL1Upgrade);
36 
37  private :
39  };
40 }
41 #endif
42 
43 
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)