CMS 3D CMS Logo

UEAnalysisWeight.h

Go to the documentation of this file.
00001 #ifndef UEAnalysisWeight_h
00002 #define UEAnalysisWeight_h
00003 
00004 #include <iostream>
00005 #include <fstream>
00006 #include <string>
00007 #include <vector>
00008 
00009 using namespace std;
00010 
00011 class UEAnalysisWeight {
00012  public :
00013 
00014   UEAnalysisWeight();
00015   ~UEAnalysisWeight(){}
00016   std::vector<float> calculate(string,string,float);
00017   std::vector<float> calculate();
00018   
00019  private:
00020   
00021   std::vector<float> fakeTable;
00022   //Once we have access to teh date we have to define
00023   //the relative table that we must use in order to merge
00024   //toghether the differen stream
00025 
00026 };
00027 
00028 #endif

Generated on Tue Jun 9 17:42:53 2009 for CMSSW by  doxygen 1.5.4