Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQM
PhysicsHWW
interface
monitor.h
Go to the documentation of this file.
1
#ifndef WW_monitor_h
2
#define WW_monitor_h
3
#include <vector>
4
#include <string>
5
#include "
wwtypes.h
"
6
7
using namespace
HWWFunctions;
8
9
10
class
EventMonitor
11
{
12
public
:
13
14
EventMonitor
();
15
16
struct
Entry
{
17
unsigned
int
nevt
[5];
18
std::string
name
;
19
Entry
();
20
};
21
22
struct
hypo_monitor
{
23
std::vector<EventMonitor::Entry>
counters
;
24
void
count
(
HypothesisType
type
,
const
char
*
name
,
double
weight
=1.0);
25
hypo_monitor
(){}
26
};
27
28
hypo_monitor
monitor
;
29
30
};
31
#endif
EventMonitor
Definition:
monitor.h:10
type
type
Definition:
HCALResponse.h:21
prof2calltree.count
list count
Definition:
prof2calltree.py:146
EventMonitor::Entry::name
std::string name
Definition:
monitor.h:18
mergeVDriftHistosByStation.name
string name
Definition:
mergeVDriftHistosByStation.py:77
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
EventMonitor::hypo_monitor::hypo_monitor
hypo_monitor()
Definition:
monitor.h:25
EventMonitor::monitor
hypo_monitor monitor
Definition:
monitor.h:28
nevt
int nevt
Definition:
ReggeGribovPartonMCHadronizer.h:72
HWWFunctions::HypothesisType
HypothesisType
Definition:
wwtypes.h:16
EventMonitor::hypo_monitor
Definition:
monitor.h:22
wwtypes.h
EventMonitor::hypo_monitor::counters
std::vector< EventMonitor::Entry > counters
Definition:
monitor.h:23
histoStyle.weight
int weight
Definition:
histoStyle.py:50
EventMonitor::Entry
Definition:
monitor.h:16
Generated for CMSSW Reference Manual by
1.8.5