Main Page
Namespaces
Classes
Package Documentation
QCDAnalysis
UEAnalysis
root
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
9
class
UEAnalysisWeight
{
10
public
:
11
12
UEAnalysisWeight
();
13
~UEAnalysisWeight
(){}
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
UEAnalysisWeight::fakeTable
std::vector< float > fakeTable
Definition:
UEAnalysisWeight.h:19
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
UEAnalysisWeight::UEAnalysisWeight
UEAnalysisWeight()
UEAnalysisWeight::~UEAnalysisWeight
~UEAnalysisWeight()
Definition:
UEAnalysisWeight.h:13
UEAnalysisWeight::calculate
std::vector< float > calculate()
UEAnalysisWeight
Definition:
UEAnalysisWeight.h:9
Generated for CMSSW Reference Manual by
1.8.11