CMS 3D CMS Logo

L1AnalysisGT.h
Go to the documentation of this file.
1 #ifndef __L1Analysis_L1AnalysisGT_H__
2 #define __L1Analysis_L1AnalysisGT_H__
3 
4 //-------------------------------------------------------------------------------
5 // Created 06/01/2010 - A.C. Le Bihan
6 //
7 //
8 // Original code : L1Trigger/L1TNtuples/L1NtupleProducer
9 //-------------------------------------------------------------------------------
10 
11 
14 
15 #include "L1AnalysisGTDataFormat.h"
16 
17 namespace L1Analysis
18 {
19  class L1AnalysisGT
20  {
21  public:
22  L1AnalysisGT();
23  ~L1AnalysisGT();
24 
25  void Set(const L1GlobalTriggerReadoutRecord* gtrr);
26  void SetEvm(const L1GlobalTriggerEvmReadoutRecord* gtevmrr);
27  void Reset() {gt_.Reset();}
29 
30  private :
32  };
33 }
34 #endif
35 
36 
L1AnalysisGTDataFormat * getData()
Definition: L1AnalysisGT.h:28
void SetEvm(const L1GlobalTriggerEvmReadoutRecord *gtevmrr)
Definition: L1AnalysisGT.cc:15
L1AnalysisGTDataFormat gt_
Definition: L1AnalysisGT.h:31
void Set(const L1GlobalTriggerReadoutRecord *gtrr)
Definition: L1AnalysisGT.cc:41