Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
EventFilter
Utilities
interface
RateStat.h
Go to the documentation of this file.
1
#ifndef EVF_RATESTAT
2
#define EVF_RATESTAT
3
4
#include <string>
5
#include <vector>
6
7
namespace
evf{
8
9
class
CurlPoster;
10
11
class
RateStat
{
12
public
:
13
RateStat
(std::string iDieUrl);
14
~RateStat
();
15
void
sendStat
(
const
unsigned
char
*,
size_t
,
unsigned
int
);
16
void
sendLegenda
(
const
std::string &);
17
void
sendAuxLegenda
(
const
std::string &);
18
private
:
19
std::string
iDieUrl_
;
20
CurlPoster
*
poster_
;
21
22
};
23
}
24
#endif
evf::RateStat
Definition:
RateStat.h:11
evf::RateStat::sendAuxLegenda
void sendAuxLegenda(const std::string &)
Definition:
RateStat.cc:29
evf::RateStat::poster_
CurlPoster * poster_
Definition:
RateStat.h:20
evf::CurlPoster
Definition:
CurlPoster.h:10
evf::RateStat::~RateStat
~RateStat()
Definition:
RateStat.cc:14
evf::RateStat::iDieUrl_
std::string iDieUrl_
Definition:
RateStat.h:19
evf::RateStat::sendLegenda
void sendLegenda(const std::string &)
Definition:
RateStat.cc:24
evf::RateStat::RateStat
RateStat(std::string iDieUrl)
Definition:
RateStat.cc:9
evf::RateStat::sendStat
void sendStat(const unsigned char *, size_t, unsigned int)
Definition:
RateStat.cc:19
Generated for CMSSW Reference Manual by
1.8.5