CMS 3D CMS Logo

L1AnalysisSimulationDataFormat.h
Go to the documentation of this file.
1 #ifndef __L1Analysis_L1AnalysisSimulationDataFormat_H__
2 #define __L1Analysis_L1AnalysisSimulationDataFormat_H__
3 
4 //-------------------------------------------------------------------------------
5 // Created 20/04/2010 - E. Conte, A.C. Le Bihan
6 //
7 //
8 // Original code : L1Trigger/L1TNtuples/L1NtupleProducer
9 //-------------------------------------------------------------------------------
10 
11 #include <vector>
12 
13 namespace L1Analysis {
15  public:
18 
19  void Reset() {
20  meanInt = -1.;
21  actualInt = -1;
22  }
23 
24  // ---- L1AnalysisSimulationDataFormat information.
25 
26  float meanInt;
27  int actualInt;
28  };
29 } // namespace L1Analysis
30 #endif