CMS 3D CMS Logo

L1AnalysisGCT.h
Go to the documentation of this file.
1 #ifndef __L1Analysis_L1AnalysisGCT_H__
2 #define __L1Analysis_L1AnalysisGCT_H__
3 
4 //-------------------------------------------------------------------------------
5 // Created 06/01/2010 - A.C. Le Bihan
6 //
7 //
8 // Original code : L1Trigger/L1TNtuples/L1NtupleProducer
9 //-------------------------------------------------------------------------------
10 
14 
16 
17 namespace L1Analysis {
18  class L1AnalysisGCT {
19  public:
20  L1AnalysisGCT();
21  L1AnalysisGCT(bool verbose);
23 
24  void SetJet(const edm::Handle<L1GctJetCandCollection> l1CenJets,
27  const edm::Handle<L1GctJetCandCollection> l1IsoTauJets);
28 
29  void SetES(const edm::Handle<L1GctEtMissCollection> l1EtMiss,
32  const edm::Handle<L1GctEtTotalCollection> l1EtTotal);
33 
36 
38 
39  void Reset() { gct_.Reset(); }
40 
42 
43  private:
44  bool verbose_;
46  };
47 } // namespace L1Analysis
48 #endif
void SetHFminbias(const edm::Handle< L1GctHFRingEtSumsCollection > l1HFSums, const edm::Handle< L1GctHFBitCountsCollection > l1HFCounts)
bool verbose
L1AnalysisGCTDataFormat * getData()
Definition: L1AnalysisGCT.h:41
void SetEm(const edm::Handle< L1GctEmCandCollection > l1IsoEm, const edm::Handle< L1GctEmCandCollection > l1NonIsoEm)
L1AnalysisGCTDataFormat gct_
Definition: L1AnalysisGCT.h:45
void SetES(const edm::Handle< L1GctEtMissCollection > l1EtMiss, const edm::Handle< L1GctHtMissCollection > l1HtMiss, const edm::Handle< L1GctEtHadCollection > l1EtHad, const edm::Handle< L1GctEtTotalCollection > l1EtTotal)
void SetJet(const edm::Handle< L1GctJetCandCollection > l1CenJets, const edm::Handle< L1GctJetCandCollection > l1ForJets, const edm::Handle< L1GctJetCandCollection > l1TauJets, const edm::Handle< L1GctJetCandCollection > l1IsoTauJets)
Definition: L1AnalysisGCT.cc:9