test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
17  {
18  public:
19  L1AnalysisGMT();
21 
22  void Set(const L1MuGMTReadoutCollection* gmtrc, unsigned maxDTBX, unsigned maxCSC, unsigned maxRPC, unsigned maxGMT, bool physVal);
24  void Reset() {gmt_.Reset();}
25 
26  private :
28  };
29 }
30 #endif
31 
32 
L1AnalysisGMTDataFormat gmt_
Definition: L1AnalysisGMT.h:27
L1AnalysisGMTDataFormat * getData()
Definition: L1AnalysisGMT.h:23
void Set(const L1MuGMTReadoutCollection *gmtrc, unsigned maxDTBX, unsigned maxCSC, unsigned maxRPC, unsigned maxGMT, bool physVal)