CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorBaseMonitor.cc
Go to the documentation of this file.
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 ==============================//
14  fVerbosity = 0;
15  rootFolder_ = "Castor";
16  baseFolder_ = "BaseMonitor";
17 }
18 
19 //======================= Destructor ===============================//
21 
22 //======================= Setup ====================================//
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 }
virtual ~CastorBaseMonitor()
T getUntrackedParameter(std::string const &, T const &) const
std::string baseFolder_
virtual void setup(const edm::ParameterSet &ps)
std::string rootFolder_
tuple cout
Definition: gather_cfg.py:121