14 tok_HRNDC_ = esConsumes<HcalDDDRecConstants, HcalRecNumberingRecord, edm::Transition::BeginRun>();
39 std::vector<MonitorElement *> hcalMEs;
41 std::vector<std::string> fullPathHLTFolders = ig.
getSubdirs();
42 for (
unsigned int i = 0;
i < fullPathHLTFolders.size();
i++) {
44 edm::LogInfo(
"HitsValidationHcal") <<
"fullPath: " << fullPathHLTFolders[
i];
47 std::vector<std::string> fullSubPathHLTFolders = ig.
getSubdirs();
48 for (
unsigned int j = 0;
j < fullSubPathHLTFolders.size();
j++) {
50 edm::LogInfo(
"HitsValidationHcal") <<
"fullSub: " << fullSubPathHLTFolders[
j];
52 if (strcmp(fullSubPathHLTFolders[
j].c_str(),
"HcalHitsV/SimHitsValidationHcal") == 0) {
55 edm::LogInfo(
"HitsValidationHcal") <<
"hltMES size : " << hcalMEs.size();
69 MonitorElement *HitEnergyvsieta[divisions.size()], *HitTimevsieta[divisions.size()];
73 char name[40], name1[40], name2[40], name3[40], name4[40];
77 Time_weighteden[
k] =
nullptr;
78 for (
unsigned int ih = 0; ih < hcalMEs.size(); ih++) {
79 sprintf(name1,
"Energy_%s", detdivision[
k].c_str());
80 sprintf(name2,
"Time_Enweighted_%s", detdivision[
k].c_str());
81 if (strcmp(hcalMEs[ih]->
getName().c_str(), name1) == 0) {
82 Energy[
k] = hcalMEs[ih];
84 if (strcmp(hcalMEs[ih]->
getName().c_str(), name2) == 0) {
85 Time_weighteden[
k] = hcalMEs[ih];
91 for (
unsigned int j = 0;
j < divisions.size();
j++) {
92 for (
unsigned int ih = 0; ih < hcalMEs.size(); ih++) {
93 sprintf(name,
"HcalHitE%s%s", time[
i].c_str(), divisions[
j].c_str());
94 if (strcmp(hcalMEs[ih]->
getName().c_str(), name) == 0) {
95 Occupancy_map[
i][
j] = hcalMEs[ih];
101 for (
unsigned int k = 0;
k < divisions.size();
k++) {
102 HitEnergyvsieta[
k] =
nullptr;
103 HitTimevsieta[
k] =
nullptr;
104 for (
unsigned int ih = 0; ih < hcalMEs.size(); ih++) {
105 sprintf(name3,
"HcalHitEta%s", divisions[
k].c_str());
106 sprintf(name4,
"HcalHitTimeAEta%s", divisions[
k].c_str());
107 if (strcmp(hcalMEs[ih]->
getName().c_str(), name3) == 0) {
108 HitEnergyvsieta[
k] = hcalMEs[ih];
110 if (strcmp(hcalMEs[ih]->
getName().c_str(), name4) == 0) {
111 HitTimevsieta[
k] = hcalMEs[ih];
124 float hitenergy[divisions.size()], hittime[divisions.size()];
125 float fev = float(nevent);
127 for (
int dettype = 0; dettype <
nType1; dettype++) {
129 for (
int i = 0;
i <= nx1;
i++) {
133 int nx2 = Time_weighteden[dettype]->
getNbinsX();
134 for (
int i = 0;
i <= nx2;
i++) {
140 for (
unsigned int dettype = 0; dettype < divisions.size(); dettype++) {
141 int nx1 = HitEnergyvsieta[dettype]->
getNbinsX();
142 for (
int i = 0;
i <= nx1;
i++) {
143 hitenergy[dettype] = HitEnergyvsieta[dettype]->
getBinContent(
i) / fev;
146 int nx2 = HitTimevsieta[dettype]->
getNbinsX();
147 for (
int i = 0;
i <= nx2;
i++) {
148 hittime[dettype] = HitTimevsieta[dettype]->
getBinContent(
i) / fev;
153 for (
int itime = 0; itime <
nTime; itime++) {
154 for (
unsigned int det = 0; det < divisions.size(); det++) {
155 int ny = Occupancy_map[itime][det]->
getNbinsY();
156 int nx = Occupancy_map[itime][det]->
getNbinsX();
157 for (
int i = 1;
i < nx + 1;
i++) {
158 for (
int j = 1;
j < ny + 1;
j++) {
159 cont[itime][det] = Occupancy_map[itime][det]->
getBinContent(
i,
j) / fev;
179 std::vector<std::string> divisions;
184 sprintf(name1,
"HC%d",
depth);
189 sprintf(name1,
"HB%d",
depth);
194 sprintf(name1,
"HE%d+z",
depth);
196 sprintf(name1,
"HE%d-z",
depth);
202 sprintf(name1,
"HO%d", depth);
207 for (
int k = 0;
k < 4; ++
k) {
209 sprintf(name1,
"HF%s%d+z", hfty1[
k].c_str(),
depth);
211 sprintf(name1,
"HF%s%d-z", hfty1[
k].c_str(),
depth);
T getUntrackedParameter(std::string const &, T const &) const
void beginRun(edm::Run const &run, edm::EventSetup const &c) override
const edm::EventSetup & c
tuple cont
load Luminosity info ##
virtual int getNbinsY() const
get # of bins in Y-axis
virtual void setCurrentFolder(std::string const &fullpath)
virtual DQM_DEPRECATED std::vector< std::string > getSubdirs() const
#define DEFINE_FWK_MODULE(type)
virtual std::vector< dqm::harvesting::MonitorElement * > getContents(std::string const &path) const
int SimHitsEndjob(const std::vector< MonitorElement * > &hcalMEs)
~HcalSimHitsClient() override
std::vector< std::string > getHistogramTypes()
bool getData(T &iHolder) const
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
virtual int getNbinsX() const
get # of bins in X-axis
virtual double getEntries() const
get # of entries
const HcalDDDRecConstants * hcons
edm::ESGetToken< HcalDDDRecConstants, HcalRecNumberingRecord > tok_HRNDC_
virtual void runClient_(DQMStore::IBooker &, DQMStore::IGetter &)
virtual double getBinContent(int binx) const
get content of bin (1-D)
Log< level::Info, false > LogInfo
TString getName(TString structure, int layer, TString geometry)
virtual void setBinContent(int binx, double content)
set content of bin (1-D)
int getMaxDepth(const int &type) const
T getParameter(std::string const &) const
HcalSimHitsClient(const edm::ParameterSet &)
Log< level::Warning, false > LogWarning