CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
DQMHcalIsoTrackPostProcessor Class Reference
Inheritance diagram for DQMHcalIsoTrackPostProcessor:
DQMEDHarvester edm::one::EDAnalyzer< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks, edm::one::SharedResources > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

virtual void dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override
 
 DQMHcalIsoTrackPostProcessor (const edm::ParameterSet &pset)
 
 ~DQMHcalIsoTrackPostProcessor ()
 
- Public Member Functions inherited from DQMEDHarvester
virtual void analyze (edm::Event const &, edm::EventSetup const &) final
 
virtual void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
virtual void beginRun (edm::Run const &, edm::EventSetup const &)
 
 DQMEDHarvester (void)
 
virtual void dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
 
virtual void endJob () final
 
virtual void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
virtual void endRun (edm::Run const &, edm::EventSetup const &)
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks, edm::one::SharedResources >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Attributes

std::string subDir_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 20 of file DQMHcalIsoTrackPostProcessor.cc.

Constructor & Destructor Documentation

DQMHcalIsoTrackPostProcessor::DQMHcalIsoTrackPostProcessor ( const edm::ParameterSet pset)
DQMHcalIsoTrackPostProcessor::~DQMHcalIsoTrackPostProcessor ( )
inline

Definition at line 24 of file DQMHcalIsoTrackPostProcessor.cc.

24 {};

Member Function Documentation

void DQMHcalIsoTrackPostProcessor::dqmEndJob ( DQMStore::IBooker ibooker,
DQMStore::IGetter igetter 
)
overridevirtual

Implements DQMEDHarvester.

Definition at line 40 of file DQMHcalIsoTrackPostProcessor.cc.

References DQMStore::IBooker::book1D(), DQMStore::IGetter::cd(), gather_cfg::cout, DQMStore::IGetter::dirExists(), DQMStore::IGetter::get(), getTH1F(), MonitorElement::getTH1F(), i, mergeVDriftHistosByStation::name, DQMStore::IBooker::pwd(), AlCaHLTBitMon_QueryRunRegistry::string, subDir_, and indexGen::title.

40  {
41 
42  if (igetter.dirExists(subDir_)) {
43  igetter.cd(subDir_);
44  } else {
45  edm::LogWarning("DQMHcalIsoTrackPostProcessor") << "cannot find directory: " << subDir_ << " , skipping";
46  return;
47  }
48 
49  MonitorElement *hSumEta[4], *hSumPhi[4], *hPurityEta[3], *hPurityPhi[3];
50  std::string types[4] = {"L2","L2x","L3","Off"};
51  char name[100], title[200];
52  for (int i=0; i<4; ++i) {
53  sprintf (name, "/heta%s", types[i].c_str());
54  std::string hname1 = ibooker.pwd() + std::string(name);
55  int nbinEta = igetter.get(hname1)->getTH1F()->GetNbinsX();
56  double xminEta = igetter.get(hname1)->getTH1F()->GetBinLowEdge(1);
57  double xmaxEta = igetter.get(hname1)->getTH1F()->GetBinLowEdge(nbinEta) +
58  igetter.get(hname1)->getTH1F()->GetBinWidth(nbinEta);
59  sprintf (name, "/hphi%s", types[i].c_str());
60  std::string hname2 = ibooker.pwd() + std::string(name);
61  int nbinPhi = igetter.get(hname2)->getTH1F()->GetNbinsX();
62  double xminPhi = igetter.get(hname2)->getTH1F()->GetBinLowEdge(1);
63  double xmaxPhi = igetter.get(hname2)->getTH1F()->GetBinLowEdge(nbinEta) +
64  igetter.get(hname2)->getTH1F()->GetBinWidth(nbinEta);
65  sprintf (name, "hSum%sEta", types[i].c_str());
66  hSumEta[i] = ibooker.book1D(name,name,nbinEta,xminEta,xmaxEta);
67  sprintf (name, "hSum%sPhi", types[i].c_str());
68  hSumPhi[i] = ibooker.book1D(name,name,nbinPhi,xminPhi,xmaxPhi);
69  if (i < 3) {
70  sprintf (name, "hPurity%sEta", types[i].c_str());
71  sprintf (title,"Purity of %s sample vs #eta", types[i].c_str());
72  hPurityEta[i] = ibooker.book1D(name, title,nbinEta,xminEta,xmaxEta);
73  sprintf (name, "hPurity%sPhi", types[i].c_str());
74  sprintf (title,"Purity of %s sample vs #phi", types[i].c_str());
75  hPurityPhi[i] = ibooker.book1D(name, title,nbinPhi,xminPhi,xmaxPhi);
76  }
77  }
78 
79  for (int i=0; i<4; ++i) {
80  sprintf (name, "/heta%s", types[i].c_str());
81  std::string hname1 = ibooker.pwd() + std::string(name);
82 #ifdef DebugLog
83  std::cout << "PostProcesor " << hname1 << " " << igetter.get(hname1) << std::endl;
84 #endif
85  hSumEta[i]->getTH1F()->Add(igetter.get(hname1)->getTH1F(),1);
86  sprintf (name, "/hphi%s", types[i].c_str());
87  std::string hname2 = ibooker.pwd() + std::string(name);
88 #ifdef DebugLog
89  std::cout << "PostProcesor " << hname2 << " " << igetter.get(hname2) << std::endl;
90 #endif
91  hSumPhi[i]->getTH1F()->Add(igetter.get(hname2)->getTH1F(),1);
92  }
93 
94  for (int i=0; i<3; ++i) {
95  hPurityEta[i]->getTH1F()->Divide(hSumEta[i+1]->getTH1F(),hSumEta[i]->getTH1F(),1,1);
96  hPurityPhi[i]->getTH1F()->Divide(hSumPhi[i+1]->getTH1F(),hSumPhi[i]->getTH1F(),1,1);
97  }
98 
99 }
int i
Definition: DBlmapReader.cc:9
void cd(void)
Definition: DQMStore.cc:322
MonitorElement * get(const std::string &path)
Definition: DQMStore.cc:302
const std::string & pwd(void)
Definition: DQMStore.cc:282
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:115
TH1F * getTH1F(std::string name, std::string process, std::string rootfolder, DQMStore *dbe_, bool verb, bool clone)
bool dirExists(const std::string &path)
Definition: DQMStore.cc:318
TH1F * getTH1F(void) const
tuple cout
Definition: gather_cfg.py:121

Member Data Documentation

std::string DQMHcalIsoTrackPostProcessor::subDir_
private

Definition at line 31 of file DQMHcalIsoTrackPostProcessor.cc.

Referenced by dqmEndJob(), and DQMHcalIsoTrackPostProcessor().