CMS 3D CMS Logo

L1AnalysisGMT.h
Go to the documentation of this file.
1 #ifndef __L1Analysis_L1AnalysisGMT_H__
2 #define __L1Analysis_L1AnalysisGMT_H__
3 
4 //-------------------------------------------------------------------------------
5 // Created 06/01/2010 - A.C. Le Bihan
6 //
7 //
8 // Original code : L1Trigger/L1TNtuples/L1NtupleProducer
9 //-------------------------------------------------------------------------------
10 
13 
14 namespace L1Analysis {
15  class L1AnalysisGMT {
16  public:
17  L1AnalysisGMT();
19 
20  void Set(const L1MuGMTReadoutCollection* gmtrc,
21  unsigned maxDTBX,
22  unsigned maxCSC,
23  unsigned maxRPC,
24  unsigned maxGMT,
25  bool physVal);
27  void Reset() { gmt_.Reset(); }
28 
29  private:
31  };
32 } // namespace L1Analysis
33 #endif
L1AnalysisGMTDataFormat gmt_
Definition: L1AnalysisGMT.h:30
L1AnalysisGMTDataFormat * getData()
Definition: L1AnalysisGMT.h:26
void Set(const L1MuGMTReadoutCollection *gmtrc, unsigned maxDTBX, unsigned maxCSC, unsigned maxRPC, unsigned maxGMT, bool physVal)
Definition: L1AnalysisGMT.cc:7