CMS 3D CMS Logo

UEAnalysisWeight.h
Go to the documentation of this file.
1 #ifndef UEAnalysisWeight_h
2 #define UEAnalysisWeight_h
3 
4 #include <iostream>
5 #include <fstream>
6 #include <string>
7 #include <vector>
8 
10  public :
11 
14  std::vector<float> calculate(std::string,std::string,float);
15  std::vector<float> calculate();
16 
17  private:
18 
19  std::vector<float> fakeTable;
20  //Once we have access to teh date we have to define
21  //the relative table that we must use in order to merge
22  //toghether the differen stream
23 
24 };
25 
26 #endif
std::vector< float > fakeTable
std::vector< float > calculate()