CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTInclusiveVBFClient.cc
Go to the documentation of this file.
1 /*
2  * $Date: 2012/05/18 09:23:50 $
3  * $Revision: 1.1 $
4  * \author N. Srimanobhas
5  */
6 
8 
9 using namespace std;
10 using namespace edm;
11 
12 
14 
15  //
17 
18  //
19  if (!dbe_){
20  edm::LogError("HLTInclusiveVBFClient") << "unable to get DQMStore service, upshot is no client histograms will be made";
21  }
22 
23  //
24  if(iConfig.getUntrackedParameter<bool>("DQMStore", false)) {
25  if(dbe_) dbe_->setVerbose(0);
26  }
27 
28  //
29  debug_ = false;
30  verbose_ = false;
31 
32  //
33  processname_ = iConfig.getParameter<std::string>("processname");
34 
35  //
36  hltTag_ = iConfig.getParameter<std::string>("hltTag");
37  if (debug_) std::cout << hltTag_ << std::endl;
38 
39  //
40  dirName_=iConfig.getParameter<std::string>("DQMDirName");
42 }
43 
44 
46 
47 }
48 
49 
51 
52 }
53 
54 
56 
57 }
58 
59 
61 
62 }
63 
64 
66 
67 }
68 
69 
71  runClient_();
72 }
73 
74 
76 }
77 
78 
80 
81 }
82 
84 
85  if(!dbe_) return; //we dont have the DQMStore so we cant do anything
87 
88  LogDebug("HLTInclusiveVBFClient") << "runClient" << std::endl;
89  if (debug_) std::cout << "runClient" << std::endl;
90 
91 }
#define LogDebug(id)
virtual void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
virtual void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
HLTInclusiveVBFClient(const edm::ParameterSet &)
virtual void beginRun(const edm::Run &run, const edm::EventSetup &c)
int iEvent
Definition: GenABIO.cc:243
void setVerbose(unsigned level)
Definition: DQMStore.cc:393
virtual void endRun(const edm::Run &run, const edm::EventSetup &c)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
tuple cout
Definition: gather_cfg.py:121
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:429
Definition: Run.h:33