Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQM
CastorMonitor
src
CastorBaseMonitor.cc
Go to the documentation of this file.
1
#include "
DQM/CastorMonitor/interface/CastorBaseMonitor.h
"
2
#include "
DQMServices/Core/interface/DQMStore.h
"
3
4
//***************************************************//
5
//********** CastorBaseMonitor: *********************//
6
//********** Author: Dmytro Volyanskyy ************//
7
//********** Date : 20.08.2008 (first version) *****//
9
//***************************************************//
10
//---- critical revision 26.06.2014 (Vladimir Popov)
11
//==================================================================//
12
//======================= Constructor ==============================//
13
CastorBaseMonitor::CastorBaseMonitor
() {
14
fVerbosity
= 0;
15
rootFolder_
=
"Castor"
;
16
baseFolder_
=
"BaseMonitor"
;
17
}
18
19
//======================= Destructor ===============================//
20
CastorBaseMonitor::~CastorBaseMonitor
() {}
21
22
//======================= Setup ====================================//
23
void
CastorBaseMonitor::setup
(
const
edm::ParameterSet
& ps)
24
{
25
fVerbosity
= ps.
getUntrackedParameter
<
int
>(
"debug"
,0);
26
showTiming
= ps.
getUntrackedParameter
<
bool
>(
"showTiming"
,
false
);
27
28
if
(
fVerbosity
>0)
std::cout
<<
"CastorBaseMonitor::setup (start)"
<< std::endl;
29
30
31
// pset_ = ps;
32
std::string
subsystemname = ps.
getUntrackedParameter
<
std::string
>(
"subSystemFolder"
,
"Castor"
) ;
33
rootFolder_
= subsystemname +
"/"
;
34
35
if
(
fVerbosity
>0)
std::cout
<<
"CastorBaseMonitor::setup (end)"
<< std::endl;
36
return
;
37
}
CastorBaseMonitor::~CastorBaseMonitor
virtual ~CastorBaseMonitor()
Definition:
CastorBaseMonitor.cc:20
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
CastorBaseMonitor::fVerbosity
int fVerbosity
Definition:
CastorBaseMonitor.h:37
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
CastorBaseMonitor::showTiming
bool showTiming
Definition:
CastorBaseMonitor.h:38
CastorBaseMonitor::baseFolder_
std::string baseFolder_
Definition:
CastorBaseMonitor.h:42
DQMStore.h
CastorBaseMonitor::CastorBaseMonitor
CastorBaseMonitor()
Definition:
CastorBaseMonitor.cc:13
CastorBaseMonitor::setup
virtual void setup(const edm::ParameterSet &ps)
Definition:
CastorBaseMonitor.cc:23
CastorBaseMonitor::rootFolder_
std::string rootFolder_
Definition:
CastorBaseMonitor.h:41
edm::ParameterSet
Definition:
ParameterSet.h:35
gather_cfg.cout
tuple cout
Definition:
gather_cfg.py:121
CastorBaseMonitor.h
Generated for CMSSW Reference Manual by
1.8.5