#include <DiObjectHistograms.h>
Definition at line 23 of file DiObjectHistograms.h.
◆ DiObjectHistograms()
egammaMonitoring::DiObjectHistograms::DiObjectHistograms |
( |
std::string |
name, |
|
|
std::string |
title, |
|
|
std::string |
folder, |
|
|
SmartIF< ITHistSvc > |
rootHistSvc |
|
) |
| |
|
inline |
◆ fill() [1/2]
◆ fill() [2/2]
◆ initializePlots()
StatusCode egammaMonitoring::DiObjectHistograms::initializePlots |
( |
| ) |
|
Definition at line 13 of file DiObjectHistograms.cxx.
15 const char* fN =
m_name.c_str();
17 histoMap[
"mass"] =
new TH1D(Form(
"%s_mass",fN),
";m [GeV]; Events",300,50,200);
20 histoMap[
"massvsmu"] =
new TH2D(Form(
"%s_massvsmu",fN),
";#mu;m [GeV]",100,0,100,150,50,200);
23 histoMap[
"massvspT"] =
new TH2D(Form(
"%s_massvspT",fN),
";p_{T} [GeV];m [GeV]",20,0,100,150,50,200);
25 return StatusCode::SUCCESS;
◆ histoMap
std::map<std::string, TH1*> egammaMonitoring::DiObjectHistograms::histoMap |
◆ m_folder
std::string egammaMonitoring::DiObjectHistograms::m_folder |
|
protected |
◆ m_name
std::string egammaMonitoring::DiObjectHistograms::m_name |
|
protected |
◆ m_rootHistSvc
SmartIF<ITHistSvc> egammaMonitoring::DiObjectHistograms::m_rootHistSvc |
|
protected |
◆ m_title
std::string egammaMonitoring::DiObjectHistograms::m_title |
|
protected |
The documentation for this class was generated from the following files:
TLorentzVector FourMom_t
Definition of the 4-momentum type.
virtual FourMom_t p4() const =0
The full 4-momentum of the particle.