46 constexpr
int CEST(+2);
56 localTime = localtime(¤tTime);
57 int year = localTime->tm_year + 1900;
65 if (year >= 70 && year <= 137)
69 edm::LogError(
"BadTimeStamp") <<
"year reported is " << year <<
" !!" << std::endl;
74 "%4d-%02d-%02d %02d:%02d:%02d",
82 #ifdef STRIP_TRAILING_BLANKS_IN_TIMEZONE
83 unsigned int b = strlen(ts);
84 while (ts[--
b] ==
' ') {
94 std::strftime(buff,
sizeof(buff),
"%Y.%m.%d %H:%M:%S GMT", gmtime(&timeToConvert));
105 : dxBin_(ps.getParameter<
int>(
"dxBin")),
106 dxMin_(ps.getParameter<double>(
"dxMin")),
107 dxMax_(ps.getParameter<double>(
"dxMax")),
109 vxBin_(ps.getParameter<
int>(
"vxBin")),
110 vxMin_(ps.getParameter<double>(
"vxMin")),
111 vxMax_(ps.getParameter<double>(
"vxMax")),
113 phiBin_(ps.getParameter<
int>(
"phiBin")),
114 phiMin_(ps.getParameter<double>(
"phiMin")),
115 phiMax_(ps.getParameter<double>(
"phiMax")),
117 dzBin_(ps.getParameter<
int>(
"dzBin")),
118 dzMin_(ps.getParameter<double>(
"dzMin")),
119 dzMax_(ps.getParameter<double>(
"dzMax")),
126 StartAverage_(
false),
158 rndm_ =
new TRandom3(0);
220 edm::LogInfo(
"FakeBeamMonitor") <<
"TimeOffset = " << eventTime << std::endl;
221 TDatime
da(eventTime);
226 auto daTime =
da.Convert(kTRUE);
233 h_nTrk_lumi = iBooker.
book1D(
"nTrk_lumi",
"Num. of selected tracks vs lumi (Fit)", 20, 0.5, 20.5);
238 h_nVtx_lumi = iBooker.
book1D(
"nVtx_lumi",
"Num. of selected Vtx vs lumi (Fit)", 20, 0.5, 20.5);
242 h_nVtx_lumi_all = iBooker.
book1D(
"nVtx_lumi_all",
"Num. of selected Vtx vs lumi (Fit) all", 20, 0.5, 20.5);
260 TDatime*
da =
new TDatime();
261 gStyle->SetTimeOffset(
da->Convert(kTRUE));
265 string coord[nvar_] = {
"x",
"y",
"z",
"sigmaX",
"sigmaY",
"sigmaZ"};
266 string label[nvar_] = {
267 "x_{0} (cm)",
"y_{0} (cm)",
"z_{0} (cm)",
"#sigma_{X_{0}} (cm)",
"#sigma_{Y_{0}} (cm)",
"#sigma_{Z_{0}} (cm)"};
270 hs.reserve(kNumHists);
271 for (
int i = 0;
i < 4;
i++) {
273 for (
int ic = 0; ic < nvar_; ++ic) {
274 TString histName(coord[ic]);
279 bool createHisto =
true;
282 histName +=
"0_time";
285 histTitle +=
" coordinate of beam spot vs time (Fit)";
292 histName.Insert(0,
"PV");
295 histTitle +=
" position of primary vtx vs lumi";
298 ytitle +=
" #pm #sigma_{PV";
307 histName.Insert(0,
"PV");
310 histTitle +=
" position of primary vtx vs time";
313 ytitle +=
" #pm #sigma_{PV";
320 histName +=
"0_lumi";
323 histTitle +=
" coordinate of beam spot vs lumi (Fit)";
329 edm::LogInfo(
"FakeBeamMonitor") <<
"hitsName = " << histName <<
"; histTitle = " <<
histTitle << std::endl;
332 tmpHs->setAxisTitle(
xtitle, 1);
333 tmpHs->setAxisTitle(
ytitle, 2);
334 tmpHs->getTH1()->SetOption(
"E1");
335 if (histName.Contains(
"time")) {
338 tmpHs->setAxisTimeDisplay(1);
339 tmpHs->setAxisTimeFormat(
"%H:%M:%S", 1);
340 tmpHs->getTH1()->GetXaxis()->SetTimeOffset(daTime);
346 tmpHs->getTH1()->SetCanExtend(TH1::kAllAxes);
347 tmpHs->setAxisTitle(
xtitle, 1);
348 tmpHs->setAxisTitle(
ytitle, 2);
349 tmpHs->getTH1()->SetOption(
"E1");
350 if (histName.Contains(
"time")) {
353 tmpHs->setAxisTimeDisplay(1);
354 tmpHs->setAxisTimeFormat(
"%H:%M:%S", 1);
355 tmpHs->getTH1()->GetXaxis()->SetTimeOffset(daTime);
361 assert(0 == strcmp(
hs[k_sigmaY0_time]->getTH1()->GetName(),
"sigmaY0_time"));
362 assert(0 == strcmp(
hs[k_PVz_lumi_all]->getTH1()->GetName(),
"PVz_lumi_all"));
379 h_x0 = iBooker.
book1D(
"BeamMonitorFeedBack_x0",
"x coordinate of beam spot (Fit)", 100, -0.01, 0.01);
383 h_y0 = iBooker.
book1D(
"BeamMonitorFeedBack_y0",
"y coordinate of beam spot (Fit)", 100, -0.01, 0.01);
391 h_sigmaX0 = iBooker.
book1D(
"BeamMonitorFeedBack_sigmaX0",
"sigma x0 of beam spot (Fit)", 100, 0, 0.05);
395 h_sigmaY0 = iBooker.
book1D(
"BeamMonitorFeedBack_sigmaY0",
"sigma y0 of beam spot (Fit)", 100, 0, 0.05);
399 h_sigmaZ0 = iBooker.
book1D(
"BeamMonitorFeedBack_sigmaZ0",
"sigma z0 of beam spot (Fit)", 100, 0, 10);
404 h_trkPt = iBooker.
book1D(
"trkPt",
"p_{T} of all reco'd tracks (no selection)", 200, 0., 50.);
410 cutFlowTable = iBooker.
book1D(
"cutFlowTable",
"Cut flow table of track selection", 9, 0, 9);
413 fitResults = iBooker.
book2D(
"fitResults",
"Results of previous good beam fit", 2, 0, 2, 8, 0, 8);
430 h_nVtx = iBooker.
book1D(
"vtxNbr",
"Reconstructed Vertices(non-fake) in all Event", 60, -0.5, 59.5);
434 h_nVtx_st = iBooker.
book1D(
"vtxNbr_SelectedTriggers",
"Reconstructed Vertices(non-fake) in Events", 60, -0.5, 59.5);
438 h_PVx[0] = iBooker.
book1D(
"PVX",
"x coordinate of Primary Vtx", 50, -0.01, 0.01);
442 h_PVy[0] = iBooker.
book1D(
"PVY",
"y coordinate of Primary Vtx", 50, -0.01, 0.01);
449 h_PVx[1] = iBooker.
book1D(
"PVXFit",
"x coordinate of Primary Vtx (Last Fit)", 50, -0.01, 0.01);
453 h_PVy[1] = iBooker.
book1D(
"PVYFit",
"y coordinate of Primary Vtx (Last Fit)", 50, -0.01, 0.01);
469 pvResults = iBooker.
book2D(
"pvResults",
"Results of fitting Primary Vertices", 2, 0, 2, 6, 0, 6);
493 sprintf(
histo,
"x0_status");
496 sprintf(
histo,
"y0_status");
499 sprintf(
histo,
"z0_status");
535 const std::time_t ftmptime = fbegintimestamp >> 32;
571 edm::LogInfo(
"FakeBeamMonitor") <<
" beginLuminosityBlock: Size of mapBeginBSLS before = "
579 map<int, std::time_t>::iterator itbstime =
mapBeginBSTime.begin();
580 map<int, std::time_t>::iterator itpvtime =
mapBeginPVTime.begin();
640 edm::LogInfo(
"FakeBeamMonitor") <<
" beginLuminosityBlock:: Next Lumi to Fit: " <<
nextlumi_ << endl;
650 edm::LogInfo(
"FakeBeamMonitor") <<
" beginLuminosityBlock:: Begin of Lumi: " << nthlumi << endl;
655 const int nthlumi =
iEvent.luminosityBlock();
658 edm::LogInfo(
"FakeBeamMonitor") <<
"analyze:: Spilt event from previous lumi section!" << std::endl;
662 edm::LogInfo(
"FakeBeamMonitor") <<
"analyze:: Spilt event from next lumi section!!!" << std::endl;
732 for (
int tmp_idx = 0; tmp_idx < 10; tmp_idx++) {
774 map<int, std::vector<float> >::iterator itpvx =
mapPVx.begin();
775 map<int, std::vector<float> >::iterator itpvy =
mapPVy.begin();
776 map<int, std::vector<float> >::iterator itpvz =
mapPVz.begin();
778 map<int, std::vector<int> >::iterator itbspvinfo =
mapNPV.begin();
795 edm::LogInfo(
"FakeBeamMonitor") <<
"endLuminosityBlock:: Lumi of the last event before endLuminosityBlock: "
801 const std::time_t fendtime = fendtimestamp >> 32;
820 int currentlumi = nextlumi;
821 edm::LogInfo(
"FakeBeamMonitor") <<
"FitAndFill:: Lumi of the current fit: " << currentlumi << endl;
822 lastlumi = currentlumi;
845 bool resetHistoFlag_ =
false;
851 resetHistoFlag_ =
true;
855 int countEvtLastNLS_ = 0;
858 std::map<int, std::vector<int> >::iterator mnpv =
mapNPV.begin();
859 std::map<int, std::vector<float> >::iterator mpv2 =
mapPVy.begin();
860 std::map<int, std::vector<float> >::iterator mpv3 =
mapPVz.begin();
863 ++mpv1, ++mpv2, ++mpv3, ++mnpv) {
864 std::vector<float>::iterator mpvs2 = (mpv2->second).begin();
865 std::vector<float>::iterator mpvs3 = (mpv3->second).begin();
866 for (std::vector<float>::iterator mpvs1 = (mpv1->second).begin(); mpvs1 != (mpv1->second).
end();
867 ++mpvs1, ++mpvs2, ++mpvs3) {
868 if (resetHistoFlag_) {
876 for (std::vector<int>::iterator mnpvs = (mnpv->second).begin(); mnpvs != (mnpv->second).
end(); ++mnpvs) {
877 if ((*mnpvs > 0) && (resetHistoFlag_))
880 countTotPV_ += (*mnpvs);
881 if ((*mnpvs) > MaxPVs)
887 char tmpTitlePV[100];
891 std::vector<float> DipPVInfo_;
913 DipPVInfo_.push_back(
rndm_->Gaus(1000., 100.));
914 DipPVInfo_.push_back(
rndm_->Gaus(100., 10.));
915 DipPVInfo_.push_back(
rndm_->Gaus(10., 5.));
916 DipPVInfo_.push_back(
rndm_->Gaus(10., 5.));
917 DipPVInfo_.push_back(
rndm_->Gaus(5., 3.));
918 DipPVInfo_.push_back(
rndm_->Gaus(100., 10.));
919 countEvtLastNLS_ = 0;
923 const int countLS_bs =
hs[k_x0_lumi]->getTH1()->GetEntries();
924 const int countLS_pv =
hs[k_PVx_lumi]->getTH1()->GetEntries();
925 edm::LogInfo(
"FakeBeamMonitor") <<
"FitAndFill:: countLS_bs = " << countLS_bs <<
" ; countLS_pv = " << countLS_pv
927 int LSgap_bs = currentlumi /
fitNLumi_ - countLS_bs;
928 int LSgap_pv = currentlumi /
fitPVNLumi_ - countLS_pv;
933 edm::LogInfo(
"FakeBeamMonitor") <<
"FitAndFill:: LSgap_bs = " << LSgap_bs <<
" ; LSgap_pv = " << LSgap_pv
936 for (
int ig = 0; ig < LSgap_bs; ig++) {
940 hs[k_sigmaX0_lumi]->ShiftFillLast(0., 0.,
fitNLumi_);
941 hs[k_sigmaY0_lumi]->ShiftFillLast(0., 0.,
fitNLumi_);
942 hs[k_sigmaZ0_lumi]->ShiftFillLast(0., 0.,
fitNLumi_);
945 for (
int ig = 0; ig < LSgap_pv; ig++) {
951 for (
int i = 1;
i < (currentlumi - previousLS);
991 std::unique_ptr<TF1> fgaus{
new TF1(
"fgaus",
"gaus")};
993 fgaus->SetLineColor(4);
995 mean = fgaus->GetParameter(1);
996 width = fgaus->GetParameter(2);
997 meanErr = fgaus->GetParError(1);
998 widthErr = fgaus->GetParError(2);
1001 hs[k_PVx_lumi_all]->setBinContent(currentlumi,
mean);
1002 hs[k_PVx_lumi_all]->setBinError(currentlumi,
width);
1005 edm::LogInfo(
"FakeBeamMonitor") <<
"FitAndFill:: Event time outside current range of time histograms!"
1008 hs[k_PVx_time]->setBinContent(nthBin,
mean);
1009 hs[k_PVx_time]->setBinError(nthBin,
width);
1013 hs[k_PVx_time_all]->setBinContent(jthBin,
mean);
1014 hs[k_PVx_time_all]->setBinError(jthBin,
width);
1025 tmphisto->GetNbinsX(), tmphisto->GetXaxis()->GetXmin(), tmphisto->GetXaxis()->GetXmax());
1032 mean = fgaus->GetParameter(1);
1033 width = fgaus->GetParameter(2);
1034 meanErr = fgaus->GetParError(1);
1035 widthErr = fgaus->GetParError(2);
1037 hs[k_PVy_lumi_all]->setBinContent(currentlumi,
mean);
1038 hs[k_PVy_lumi_all]->setBinError(currentlumi,
width);
1040 hs[k_PVy_time]->setBinContent(nthBin,
mean);
1041 hs[k_PVy_time]->setBinError(nthBin,
width);
1044 hs[k_PVy_time_all]->setBinContent(jthBin,
mean);
1045 hs[k_PVy_time_all]->setBinError(jthBin,
width);
1055 tmphisto->GetNbinsX(), tmphisto->GetXaxis()->GetXmin(), tmphisto->GetXaxis()->GetXmax());
1062 mean = fgaus->GetParameter(1);
1063 width = fgaus->GetParameter(2);
1064 meanErr = fgaus->GetParError(1);
1065 widthErr = fgaus->GetParError(2);
1067 hs[k_PVz_lumi_all]->setBinContent(currentlumi,
mean);
1068 hs[k_PVz_lumi_all]->setBinError(currentlumi,
width);
1070 hs[k_PVz_time]->setBinContent(nthBin,
mean);
1071 hs[k_PVz_time]->setBinError(nthBin,
width);
1074 hs[k_PVz_time_all]->setBinContent(jthBin,
mean);
1075 hs[k_PVz_time_all]->setBinError(jthBin,
width);
1085 tmphisto->GetNbinsX(), tmphisto->GetXaxis()->GetXmin(), tmphisto->GetXaxis()->GetXmax());
1101 size_t PreviousRecords = 0;
1210 <<
"; address = " << &
refBStime[0] << std::endl;
1212 <<
"; address = " << &
refBStime[1] << std::endl;
1233 for (
int j = 0;
j < 7; ++
j) {
1234 for (
int k =
j;
k < 7; ++
k) {
1240 float tmp_BSx =
rndm_->Gaus(0.1, 0.1);
1241 float tmp_BSy =
rndm_->Gaus(0.1, 0.1);
1242 float tmp_BSz =
rndm_->Gaus(0.1, 0.1);
1243 float tmp_BSwidthX =
rndm_->Gaus(0.001, 0.0005);
1244 float tmp_BSwidthY =
rndm_->Gaus(0.001, 0.0005);
1245 float tmp_BSwidthZ =
rndm_->Gaus(3.5, 0.5);
1254 bs.setBeamWidthY(tmp_BSwidthY);
1259 edm::LogInfo(
"FakeBeamMonitor") <<
"\n RESULTS OF DEFAULT FIT:" << endl;
1261 edm::LogInfo(
"FakeBeamMonitor") <<
"[BeamFitter] fitting done \n" << endl;
1266 hs[k_sigmaX0_lumi]->ShiftFillLast(
bs.BeamWidthX(),
bs.BeamWidthXError(),
fitNLumi_);
1267 hs[k_sigmaY0_lumi]->ShiftFillLast(
bs.BeamWidthY(),
bs.BeamWidthYError(),
fitNLumi_);
1268 hs[k_sigmaZ0_lumi]->ShiftFillLast(
bs.sigmaZ(),
bs.sigmaZ0Error(),
fitNLumi_);
1269 hs[k_x0_lumi_all]->setBinContent(currentlumi,
bs.x0());
1270 hs[k_x0_lumi_all]->setBinError(currentlumi,
bs.x0Error());
1271 hs[k_y0_lumi_all]->setBinContent(currentlumi,
bs.y0());
1272 hs[k_y0_lumi_all]->setBinError(currentlumi,
bs.y0Error());
1273 hs[k_z0_lumi_all]->setBinContent(currentlumi,
bs.z0());
1274 hs[k_z0_lumi_all]->setBinError(currentlumi,
bs.z0Error());
1275 hs[k_sigmaX0_lumi_all]->setBinContent(currentlumi,
bs.BeamWidthX());
1276 hs[k_sigmaX0_lumi_all]->setBinError(currentlumi,
bs.BeamWidthXError());
1277 hs[k_sigmaY0_lumi_all]->setBinContent(currentlumi,
bs.BeamWidthY());
1278 hs[k_sigmaY0_lumi_all]->setBinError(currentlumi,
bs.BeamWidthYError());
1279 hs[k_sigmaZ0_lumi_all]->setBinContent(currentlumi,
bs.sigmaZ());
1280 hs[k_sigmaZ0_lumi_all]->setBinError(currentlumi,
bs.sigmaZ0Error());
1284 hs[k_x0_time]->setBinContent(nthBin,
bs.x0());
1285 hs[k_y0_time]->setBinContent(nthBin,
bs.y0());
1286 hs[k_z0_time]->setBinContent(nthBin,
bs.z0());
1287 hs[k_sigmaX0_time]->setBinContent(nthBin,
bs.BeamWidthX());
1288 hs[k_sigmaY0_time]->setBinContent(nthBin,
bs.BeamWidthY());
1289 hs[k_sigmaZ0_time]->setBinContent(nthBin,
bs.sigmaZ());
1290 hs[k_x0_time]->setBinError(nthBin,
bs.x0Error());
1291 hs[k_y0_time]->setBinError(nthBin,
bs.y0Error());
1292 hs[k_z0_time]->setBinError(nthBin,
bs.z0Error());
1293 hs[k_sigmaX0_time]->setBinError(nthBin,
bs.BeamWidthXError());
1294 hs[k_sigmaY0_time]->setBinError(nthBin,
bs.BeamWidthYError());
1295 hs[k_sigmaZ0_time]->setBinError(nthBin,
bs.sigmaZ0Error());
1300 hs[k_x0_time_all]->setBinContent(jthBin,
bs.x0());
1301 hs[k_y0_time_all]->setBinContent(jthBin,
bs.y0());
1302 hs[k_z0_time_all]->setBinContent(jthBin,
bs.z0());
1303 hs[k_sigmaX0_time_all]->setBinContent(jthBin,
bs.BeamWidthX());
1304 hs[k_sigmaY0_time_all]->setBinContent(jthBin,
bs.BeamWidthY());
1305 hs[k_sigmaZ0_time_all]->setBinContent(jthBin,
bs.sigmaZ());
1306 hs[k_x0_time_all]->setBinError(jthBin,
bs.x0Error());
1307 hs[k_y0_time_all]->setBinError(jthBin,
bs.y0Error());
1308 hs[k_z0_time_all]->setBinError(jthBin,
bs.z0Error());
1309 hs[k_sigmaX0_time_all]->setBinError(jthBin,
bs.BeamWidthXError());
1310 hs[k_sigmaY0_time_all]->setBinError(jthBin,
bs.BeamWidthYError());
1311 hs[k_sigmaZ0_time_all]->setBinError(jthBin,
bs.sigmaZ0Error());
1317 if (
bs.type() > 0) {
1325 double alpha = std::atan2(
bs.y0(),
bs.x0());
1326 std::unique_ptr<TF1>
f1{
new TF1(
"f1",
"[0]*sin(x-[1])", -3.14, 3.14)};
1327 f1->SetParameters(amp,
alpha);
1328 f1->SetParLimits(0, amp - 0.1, amp + 0.1);
1330 f1->SetLineColor(4);
1335 std::unique_ptr<TF1> fgaus{
new TF1(
"fgaus",
"gaus")};
1337 fgaus->SetLineColor(4);
1344 sprintf(tmpTitle,
"%s %i %s %i",
"Fitted Beam Spot (cm) of LS: ", LSRange.first,
" to ", LSRange.second);
1352 if (
bs.type() > 0) {
1366 if (
bs.type() > 0) {
1402 for (
int i = 0;
i < 7; ++
i) {
1403 for (
int j = 0;
j < 7; ++
j) {
1416 BSOnline->
SetMaxPVs((
int)DipPVInfo_[5]);
1422 std::pair<time_t, time_t> timeForDIP = std::make_pair(0, 1);
1428 edm::LogInfo(
"FakeBeamMonitor") <<
"FitAndFill::[PayloadCreation] BeamSpotOnline object created: \n" << std::endl;
1429 edm::LogInfo(
"FakeBeamMonitor") << *BSOnline << std::endl;
1434 edm::LogInfo(
"FakeBeamMonitor") <<
"FitAndFill::[PayloadCreation] onlineDbService available \n" << std::endl;
1439 << LSRange.first <<
" to " << LSRange.second;
1445 <<
"FakeBeamMonitor::FitAndFill - [PayloadCreation] BeamSpotOnline object created:";
1464 <<
"FakeBeamMonitor::FitAndFill - [PayloadCreation] writeForNextLumisection executed correctly";
1467 <<
" for Run: " <<
frun <<
" - Lumi: " << LSRange.second;
1474 edm::LogInfo(
"FakeBeamMonitor") <<
"FitAndFill::[PayloadCreation] BeamSpotOnline payload created \n" << std::endl;
1535 edm::LogInfo(
"FakeBeamMonitor") <<
"FitAndFill:: The flag is ON for running average Beam Spot fit" << endl;
1549 <<
" RestartingFitting:: Restart Beami everything to a fresh start !!! because Gap is > 10 LS" << endl;
1586 edm::LogInfo(
"FakeBeamMonitor") <<
"dqmEndRun:: Clearing all the Maps " << endl;
1606 char offsetTime[64];
1608 TDatime
da(offsetTime);
1613 h->GetXaxis()->SetTimeOffset(
da.Convert(kTRUE));
1616 h->SetBinError(
bin, valErr);
1619 h->GetXaxis()->SetTimeOffset(
da.Convert(kTRUE));
1626 bool scroll_ =
false;
1629 edm::LogInfo(
"FakeBeamMonitor") <<
"testScroll:: Reset Time Offset" << std::endl;
1632 if (
hs[k_x0_time]->getBinContent(
bin) > 0) {
1639 edm::LogInfo(
"FakeBeamMonitor") <<
"testScroll:: Time difference too large since last readout" << std::endl;
1643 edm::LogInfo(
"FakeBeamMonitor") <<
"testScroll:: Offset to last record" << std::endl;