Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
RunInfo
interface
RunSummary.h
Go to the documentation of this file.
1
#ifndef RunSummary_h
2
#define RunSummary_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include <iostream>
7
#include<vector>
8
9
/*
10
* \class RunSummary
11
*
12
* hosting light run information, above all the run start and stop time, the list of subdetector joining, tle number of lumisections.
13
*
14
* \author Michele de Gruttola (degrutto) - INFN Naples / CERN (Sep-24-2008)
15
*
16
*/
17
18
class
RunSummary
{
19
public
:
20
21
int
m_run
;
22
std::string
m_name
;
23
long
long
m_start_time_ll
;
24
std::string
m_start_time_str
;
25
long
long
m_stop_time_ll
;
26
std::string
m_stop_time_str
;
27
int
m_lumisections
;
28
std::vector<int>
m_subdt_in
;
29
std::string
m_hltkey
;
30
long
long
m_nevents
;
31
float
m_rate
;
32
33
enum
subdet
{
PIXEL
,
TRACKER
,
ECAL
,
HCAL
,
DT
,
CSC
,
RPC
};
34
35
RunSummary
();
36
virtual
~RunSummary
(){};
37
static
RunSummary
*
Fake_RunSummary
();
38
39
void
printAllValues
()
const
;
40
std::vector<std::string>
getSubdtIn
()
const
;
41
42
43
COND_SERIALIZABLE
;
44
};
45
46
47
#endif
RunSummary::m_rate
float m_rate
Definition:
RunSummary.h:31
RunSummary::Fake_RunSummary
static RunSummary * Fake_RunSummary()
Definition:
RunSummary.cc:4
RunSummary::m_subdt_in
std::vector< int > m_subdt_in
Definition:
RunSummary.h:28
RunSummary::ECAL
Definition:
RunSummary.h:33
RunSummary::subdet
subdet
Definition:
RunSummary.h:33
RunSummary::m_stop_time_str
std::string m_stop_time_str
Definition:
RunSummary.h:26
RunSummary::m_stop_time_ll
long long m_stop_time_ll
Definition:
RunSummary.h:25
RunSummary::PIXEL
Definition:
RunSummary.h:33
RunSummary::m_hltkey
std::string m_hltkey
Definition:
RunSummary.h:29
RunSummary::TRACKER
Definition:
RunSummary.h:33
RunSummary::HCAL
Definition:
RunSummary.h:33
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
RunSummary::RPC
Definition:
RunSummary.h:33
RunSummary::m_nevents
long long m_nevents
Definition:
RunSummary.h:30
RunSummary::printAllValues
void printAllValues() const
Definition:
RunSummary.cc:16
RunSummary::CSC
Definition:
RunSummary.h:33
RunSummary::m_lumisections
int m_lumisections
Definition:
RunSummary.h:27
RunSummary::RunSummary
RunSummary()
Definition:
RunSummary.cc:2
RunSummary::DT
Definition:
RunSummary.h:33
RunSummary::m_start_time_ll
long long m_start_time_ll
Definition:
RunSummary.h:23
RunSummary
Definition:
RunSummary.h:18
RunSummary::m_name
std::string m_name
Definition:
RunSummary.h:22
RunSummary::m_run
int m_run
Definition:
RunSummary.h:21
RunSummary::~RunSummary
virtual ~RunSummary()
Definition:
RunSummary.h:36
RunSummary::m_start_time_str
std::string m_start_time_str
Definition:
RunSummary.h:24
Serializable.h
RunSummary::COND_SERIALIZABLE
COND_SERIALIZABLE
Definition:
RunSummary.h:43
RunSummary::getSubdtIn
std::vector< std::string > getSubdtIn() const
Definition:
RunSummary.cc:33
Generated for CMSSW Reference Manual by
1.8.5