57 localTime = localtime( ¤tTime );
58 int year = localTime->tm_year + 1900;
64 if (year <= 37) year += 2000;
65 if (year >= 70 && year <= 137) year += 1900;
68 edm::LogError(
"BadTimeStamp") <<
"year reported is " << year <<
" !!"<<std::endl;
72 sprintf( ts,
"%4d-%02d-%02d %02d:%02d:%02d", year,ptm->tm_mon+1,ptm->tm_mday,(ptm->tm_hour+
CEST)%24, ptm->tm_min, ptm->tm_sec);
74 #ifdef STRIP_TRAILING_BLANKS_IN_TIMEZONE
75 unsigned int b = strlen(ts);
76 while (ts[--b] ==
' ') {ts[
b] = 0;}
86 countEvt_(0),countLumi_(0),nthBSTrk_(0),nFitElements_(3),resetHistos_(
false),StartAverage_(
false),firstAverageFit_(0),countGapLumi_(0) {
90 bsSrc_ = consumes<reco::BeamSpot>(
94 .getUntrackedParameter<InputTag>(
"TrackCollection"));
95 pvSrc_ = consumes<reco::VertexCollection>(
97 hltSrc_ = consumes<TriggerResults>(
124 if (fitNLumi_ <= 0) fitNLumi_ = 1;
163 h_nTrk_lumi=
dbe_->book1D(
"nTrk_lumi",
"Num. of selected tracks vs lumi (Fit)",20,0.5,20.5);
168 h_nVtx_lumi=
dbe_->book1D(
"nVtx_lumi",
"Num. of selected Vtx vs lumi (Fit)",20,0.5,20.5);
172 h_nVtx_lumi_all=
dbe_->book1D(
"nVtx_lumi_all",
"Num. of selected Vtx vs lumi (Fit) all",20,0.5,20.5);
177 h_d0_phi0 =
dbe_->bookProfile(
"d0_phi0",
"d_{0} vs. #phi_{0} (Selected Tracks)",phiBin,phiMin,phiMax,dxBin,dxMin,dxMax,
"");
181 h_vx_vy =
dbe_->book2D(
"trk_vx_vy",
"Vertex (PCA) position of selected tracks",vxBin,vxMin,vxMax,vxBin,vxMin,vxMax);
187 TDatime *
da =
new TDatime();
188 gStyle->SetTimeOffset(da->Convert(kTRUE));
191 string coord[nvar_] = {
"x",
"y",
"z",
"sigmaX",
"sigmaY",
"sigmaZ"};
192 string label[nvar_] = {
"x_{0} (cm)",
"y_{0} (cm)",
"z_{0} (cm)",
193 "#sigma_{X_{0}} (cm)",
"#sigma_{Y_{0}} (cm)",
"#sigma_{Z_{0}} (cm)"};
194 for (
int i = 0;
i < 4;
i++) {
196 for (
int ic=0; ic<nvar_; ++ic) {
197 TString histName(coord[ic]);
198 TString histTitle(coord[ic]);
199 string ytitle(label[ic]);
202 bool createHisto =
true;
205 histName +=
"0_time";
206 xtitle =
"Time [UTC]";
208 histTitle +=
" coordinate of beam spot vs time (Fit)";
210 histTitle = histTitle.Insert(5,
" ") +
" of beam spot vs time (Fit)";
215 histName.Insert(0,
"PV");
217 histTitle.Insert(0,
"Avg. ");
218 histTitle +=
" position of primary vtx vs lumi";
219 xtitle =
"Lumisection";
220 ytitle.insert(0,
"PV");
221 ytitle +=
" #pm #sigma_{PV";
225 else createHisto =
false;
230 histName.Insert(0,
"PV");
232 histTitle.Insert(0,
"Avg. ");
233 histTitle +=
" position of primary vtx vs time";
234 xtitle =
"Time [UTC]";
235 ytitle.insert(0,
"PV");
236 ytitle +=
" #pm #sigma_{PV";
240 else createHisto =
false;
243 histName +=
"0_lumi";
244 xtitle =
"Lumisection";
246 histTitle +=
" coordinate of beam spot vs lumi (Fit)";
248 histTitle = histTitle.Insert(5,
" ") +
" of beam spot vs lumi (Fit)";
252 edm::LogInfo(
"BeamMonitor") <<
"hitsName = " << histName <<
"; histTitle = " << histTitle << std::endl;
253 hs[histName] =
dbe_->book1D(histName,histTitle,40,0.5,40.5);
254 hs[histName]->setAxisTitle(xtitle,1);
255 hs[histName]->setAxisTitle(ytitle,2);
256 hs[histName]->getTH1()->SetOption(
"E1");
257 if (histName.Contains(
"time")) {
260 hs[histName]->setAxisTimeDisplay(1);
261 hs[histName]->setAxisTimeFormat(
"%H:%M:%S",1);
265 hs[histName] =
dbe_->book1D(histName,histTitle,40,0.5,40.5);
266 hs[histName]->getTH1()->SetCanExtend(TH1::kAllAxes);
267 hs[histName]->setAxisTitle(xtitle,1);
268 hs[histName]->setAxisTitle(ytitle,2);
269 hs[histName]->getTH1()->SetOption(
"E1");
270 if (histName.Contains(
"time")) {
273 hs[histName]->setAxisTimeDisplay(1);
274 hs[histName]->setAxisTimeFormat(
"%H:%M:%S",1);
281 h_trk_z0 =
dbe_->book1D(
"trk_z0",
"z_{0} of selected tracks",dzBin,dzMin,dzMax);
284 h_vx_dz =
dbe_->bookProfile(
"vx_dz",
"v_{x} vs. dz of selected tracks",dzBin,dzMin,dzMax,dxBin,dxMin,dxMax,
"");
288 h_vy_dz =
dbe_->bookProfile(
"vy_dz",
"v_{y} vs. dz of selected tracks",dzBin,dzMin,dzMax,dxBin,dxMin,dxMax,
"");
292 h_x0 =
dbe_->book1D(
"BeamMonitorFeedBack_x0",
"x coordinate of beam spot (Fit)",100,-0.01,0.01);
296 h_y0 =
dbe_->book1D(
"BeamMonitorFeedBack_y0",
"y coordinate of beam spot (Fit)",100,-0.01,0.01);
300 h_z0 =
dbe_->book1D(
"BeamMonitorFeedBack_z0",
"z coordinate of beam spot (Fit)",dzBin,dzMin,dzMax);
304 h_sigmaX0 =
dbe_->book1D(
"BeamMonitorFeedBack_sigmaX0",
"sigma x0 of beam spot (Fit)",100,0,0.05);
308 h_sigmaY0 =
dbe_->book1D(
"BeamMonitorFeedBack_sigmaY0",
"sigma y0 of beam spot (Fit)",100,0,0.05);
312 h_sigmaZ0 =
dbe_->book1D(
"BeamMonitorFeedBack_sigmaZ0",
"sigma z0 of beam spot (Fit)",100,0,10);
317 h_trkPt=
dbe_->book1D(
"trkPt",
"p_{T} of all reco'd tracks (no selection)",200,0.,50.);
320 h_trkVz=
dbe_->book1D(
"trkVz",
"Z coordinate of PCA of all reco'd tracks (no selection)",dzBin,dzMin,dzMax);
323 cutFlowTable =
dbe_->book1D(
"cutFlowTable",
"Cut flow table of track selection", 9, 0, 9 );
326 fitResults=
dbe_->book2D(
"fitResults",
"Results of previous good beam fit",2,0,2,8,0,8);
343 h_nVtx =
dbe_->book1D(
"vtxNbr",
"Reconstructed Vertices(non-fake) in all Event",60,-0.5,59.5);
347 h_nVtx_st =
dbe_->book1D(
"vtxNbr_SelectedTriggers",
"Reconstructed Vertices(non-fake) in Events",60,-0.5,59.5);
351 h_PVx[0] =
dbe_->book1D(
"PVX",
"x coordinate of Primary Vtx",50,-0.01,0.01);
355 h_PVy[0] =
dbe_->book1D(
"PVY",
"y coordinate of Primary Vtx",50,-0.01,0.01);
359 h_PVz[0] =
dbe_->book1D(
"PVZ",
"z coordinate of Primary Vtx",dzBin,dzMin,dzMax);
362 h_PVx[1] =
dbe_->book1D(
"PVXFit",
"x coordinate of Primary Vtx (Last Fit)",50,-0.01,0.01);
366 h_PVy[1] =
dbe_->book1D(
"PVYFit",
"y coordinate of Primary Vtx (Last Fit)",50,-0.01,0.01);
370 h_PVz[1] =
dbe_->book1D(
"PVZFit",
"z coordinate of Primary Vtx (Last Fit)",dzBin,dzMin,dzMax);
373 h_PVxz =
dbe_->bookProfile(
"PVxz",
"PVx vs. PVz",dzBin/2,dzMin,dzMax,dxBin/2,dxMin,dxMax,
"");
377 h_PVyz =
dbe_->bookProfile(
"PVyz",
"PVy vs. PVz",dzBin/2,dzMin,dzMax,dxBin/2,dxMin,dxMax,
"");
382 pvResults=
dbe_->book2D(
"pvResults",
"Results of fitting Primary Vertices",2,0,2,6,0,6);
406 case 0 : sprintf(histo,
"x0_status");
break;
407 case 1 : sprintf(histo,
"y0_status");
break;
408 case 2 : sprintf(histo,
"z0_status");
break;
444 std::cout <<
"TimeOffset = " << eventTime << std::endl;
445 TDatime
da(eventTime);
450 for (std::map<TString,MonitorElement*>::iterator it =
hs.begin();
451 it !=
hs.end(); ++it) {
452 if ((*it).first.Contains(
"time"))
453 (*it).second->getTH1()->GetXaxis()->SetTimeOffset(da.Convert(kTRUE));
462 const std::time_t ftmptime = fbegintimestamp >> 32;
565 edm::LogInfo(
"BeamMonitor") <<
" beginLuminosityBlock:: Begin of Lumi: " << nthlumi << endl;
573 edm::LogInfo(
"BeamMonitor") <<
"analyze:: Spilt event from previous lumi section!" << std::endl;
577 edm::LogInfo(
"BeamMonitor") <<
"analyze:: Spilt event from next lumi section!!!" << std::endl;
586 refBS = *recoBeamSpotHandle;
596 tmphisto->GetNbinsX(),
597 tmphisto->GetXaxis()->GetXmin(),
598 tmphisto->GetXaxis()->GetXmax());
601 for(
int n=0;
n < tmphisto->GetNbinsX();
n++)
610 for ( reco::TrackCollection::const_iterator track = tracks->begin();
611 track != tracks->end(); ++track ) {
618 bool JetTrigPass=
false;
621 for (
unsigned int i=0;
i< triggerResults->size();
i++){
624 if(JetTrigPass)
continue;
628 if(JetTrigPass)
continue;
631 size_t found = trigName.find(string_search);
633 if(found != string::npos){
635 if(triggerResults->accept(thisTrigger_))JetTrigPass =
true;
648 for (reco::VertexCollection::const_iterator
pv = PVCollection->begin();
pv != PVCollection->end(); ++
pv) {
650 if (
pv->isFake() ||
pv->tracksSize()==0)
continue;
653 if(JetTrigPass)nPVcount_ST++;
687 map<int, std::vector<float> >::iterator itpvx=
mapPVx.begin();
688 map<int, std::vector<float> >::iterator itpvy=
mapPVy.begin();
689 map<int, std::vector<float> >::iterator itpvz=
mapPVz.begin();
691 map<int, std::vector<int> >::iterator itbspvinfo=
mapNPV.begin();
710 edm::LogInfo(
"BeamMonitor") <<
"endLuminosityBlock:: Lumi of the last event before endLuminosityBlock: " << nthlumi << endl;
714 const std::time_t fendtime = fendtimestamp >> 32;
725 int currentlumi = nextlumi;
726 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: Lumi of the current fit: " << currentlumi << endl;
727 lastlumi = currentlumi;
738 size_t SizeToRemovePV= rmLSPVi->second;
739 for(std::map<int, std::size_t>::iterator rmLSPVe =
mapLSPVStoreSize.end(); ++rmLSPVi != rmLSPVe;)
740 rmLSPVi->second -= SizeToRemovePV;
751 bool resetHistoFlag_=
false;
757 resetHistoFlag_ =
true;
761 int countEvtLastNLS_=0;
764 std::map< int, std::vector<int> >::iterator mnpv=
mapNPV.begin();
765 std::map< int, std::vector<float> >::iterator mpv2=
mapPVy.begin();
766 std::map< int, std::vector<float> >::iterator mpv3=
mapPVz.begin();
768 for(std::map<
int, std::vector<float> >::iterator mpv1=
mapPVx.begin(); mpv1 !=
mapPVx.end(); ++mpv1, ++mpv2, ++mpv3, ++mnpv)
770 std::vector<float>::iterator mpvs2 = (mpv2->second).
begin();
771 std::vector<float>::iterator mpvs3 = (mpv3->second).
begin();
772 for(std::vector<float>::iterator mpvs1=(mpv1->second).begin(); mpvs1 !=(mpv1->second).
end(); ++mpvs1, ++mpvs2, ++mpvs3){
781 for(std::vector<int>::iterator mnpvs = (mnpv->second).begin(); mnpvs != (mnpv->second).
end(); ++mnpvs){
782 if((*mnpvs > 0) && (resetHistoFlag_) )
h_nVtx_st->
Fill( (*mnpvs)*(1.0) );
784 countTotPV_ += (*mnpvs);
785 if((*mnpvs) > MaxPVs) MaxPVs = (*mnpvs);
790 char tmpTitlePV[100];
794 std::vector<float> DipPVInfo_;
797 if(countTotPV_ != 0 ){
798 DipPVInfo_.push_back((
float)countEvtLastNLS_);
803 DipPVInfo_.push_back((
float)MaxPVs);
804 DipPVInfo_.push_back((
float)countTotPV_);
807 else{
for(
size_t i= 0;
i < 7;
i++){
if(
i>0)DipPVInfo_.push_back(0.);
808 else DipPVInfo_.push_back((
float)countEvtLastNLS_);}
817 const int countLS_bs =
hs[
"x0_lumi"]->getTH1()->GetEntries();
818 const int countLS_pv =
hs[
"PVx_lumi"]->getTH1()->GetEntries();
819 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: countLS_bs = " << countLS_bs <<
" ; countLS_pv = " << countLS_pv << std::endl;
820 int LSgap_bs = currentlumi/
fitNLumi_ - countLS_bs;
821 int LSgap_pv = currentlumi/
fitPVNLumi_ - countLS_pv;
826 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: LSgap_bs = " << LSgap_bs <<
" ; LSgap_pv = " << LSgap_pv << std::endl;
828 for (
int ig = 0; ig < LSgap_bs; ig++) {
832 hs[
"sigmaX0_lumi"]->ShiftFillLast( 0., 0.,
fitNLumi_ );
833 hs[
"sigmaY0_lumi"]->ShiftFillLast( 0., 0.,
fitNLumi_ );
834 hs[
"sigmaZ0_lumi"]->ShiftFillLast( 0., 0.,
fitNLumi_ );
837 for (
int ig = 0; ig < LSgap_pv; ig++) {
843 for (
int i=1;
i < (currentlumi - previousLS);
i++)
861 bool doPVFit =
false;
886 std::unique_ptr<TF1> fgaus{
new TF1(
"fgaus",
"gaus") };
888 fgaus->SetLineColor(4);
890 mean = fgaus->GetParameter(1);
891 width = fgaus->GetParameter(2);
892 meanErr = fgaus->GetParError(1);
893 widthErr = fgaus->GetParError(2);
897 hs[
"PVx_lumi_all"]->setBinContent(currentlumi,mean);
898 hs[
"PVx_lumi_all"]->setBinError(currentlumi,width);
901 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: Event time outside current range of time histograms!" << std::endl;
903 hs[
"PVx_time"]->setBinContent(nthBin,mean);
904 hs[
"PVx_time"]->setBinError(nthBin,width);
908 hs[
"PVx_time_all"]->setBinContent(jthBin,mean);
909 hs[
"PVx_time_all"]->setBinError(jthBin,width);
921 tmphisto =
static_cast<TH1D *
>((
h_PVx[0]->
getTH1())->Clone(
"tmphisto"));
922 h_PVx[1]->
getTH1()->SetBins(tmphisto->GetNbinsX(),tmphisto->GetXaxis()->GetXmin(),tmphisto->GetXaxis()->GetXmax());
928 mean = fgaus->GetParameter(1);
929 width = fgaus->GetParameter(2);
930 meanErr = fgaus->GetParError(1);
931 widthErr = fgaus->GetParError(2);
933 hs[
"PVy_lumi_all"]->setBinContent(currentlumi,mean);
934 hs[
"PVy_lumi_all"]->setBinError(currentlumi,width);
936 hs[
"PVy_time"]->setBinContent(nthBin,mean);
937 hs[
"PVy_time"]->setBinError(nthBin,width);
940 hs[
"PVy_time_all"]->setBinContent(jthBin,mean);
941 hs[
"PVy_time_all"]->setBinError(jthBin,width);
949 tmphisto =
static_cast<TH1D *
>((
h_PVy[0]->
getTH1())->Clone(
"tmphisto"));
950 h_PVy[1]->
getTH1()->SetBins(tmphisto->GetNbinsX(),tmphisto->GetXaxis()->GetXmin(),tmphisto->GetXaxis()->GetXmax());
957 mean = fgaus->GetParameter(1);
958 width = fgaus->GetParameter(2);
959 meanErr = fgaus->GetParError(1);
960 widthErr = fgaus->GetParError(2);
962 hs[
"PVz_lumi_all"]->setBinContent(currentlumi,mean);
963 hs[
"PVz_lumi_all"]->setBinError(currentlumi,width);
965 hs[
"PVz_time"]->setBinContent(nthBin,mean);
966 hs[
"PVz_time"]->setBinError(nthBin,width);
969 hs[
"PVz_time_all"]->setBinContent(jthBin,mean);
970 hs[
"PVz_time_all"]->setBinError(jthBin,width);
978 tmphisto =
static_cast<TH1D *
>((
h_PVz[0]->
getTH1())->Clone(
"tmphisto"));
979 h_PVz[1]->
getTH1()->SetBins(tmphisto->GetNbinsX(),tmphisto->GetXaxis()->GetXmin(),tmphisto->GetXaxis()->GetXmax());
999 size_t PreviousRecords=0;
1002 size_t SizeToRemove=0;
1003 std::map<int, std::size_t>::iterator rmls=
mapLSBSTrkSize.begin();
1004 SizeToRemove = rmls->second;
1005 if(
debug_)
edm::LogInfo(
"BeamMonitor")<<
" The size to remove is = "<< SizeToRemove << endl;
1006 int changedAfterThis=0;
1008 if(changedAfterThis > 0 ){(rmLS->second) = (rmLS->second)-SizeToRemove;
1009 if((
mapLSBSTrkSize.size()- (size_t)changedAfterThis) == 2 )PreviousRecords = (rmLS->second);
1027 if(
debug_)
edm::LogInfo(
"BeamMonitor")<<
"FitAndFill:: Size of theBSViector.size() After =" << theBSvector.size() << endl;
1031 bool countFitting =
false;
1032 if (theBSvector.size() >= PreviousRecords && theBSvector.size() >=
min_Ntrks_) {
1033 countFitting =
true;
1040 const TH1F& cutFlowToSubtract =
mapLSCF.begin()->second;
1042 std::map<int, TH1F>::iterator cf =
mapLSCF.begin();
1044 for(; cf !=
mapLSCF.end(); ++cf) {
1045 cf->second.Add(&cutFlowToSubtract, -1);
1065 unsigned int itrk = 0;
1066 for (vector<BSTrkParameters>::const_iterator BSTrk = theBSvector.begin();
1067 BSTrk != theBSvector.end(); ++BSTrk, ++itrk){
1070 double vx = BSTrk->vx();
1071 double vy = BSTrk->vy();
1072 double z0 = BSTrk->z0();
1085 if (countFitting)
edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: Num of tracks collected = " <<
nthBSTrk_ << endl;
1106 <<
"; address = " << &
refBStime[0] << std::endl;
1108 <<
"; address = " << &
refBStime[1] << std::endl;
1117 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: [BeamFitter] Do BeamSpot Fit for LS = " << fitLS.first <<
" to " << fitLS.second << std::endl;
1126 edm::LogInfo(
"BeamMonitor") <<
"\n RESULTS OF DEFAULT FIT:" << endl;
1128 edm::LogInfo(
"BeamMonitor") <<
"[BeamFitter] fitting done \n" << endl;
1136 hs[
"x0_lumi_all"]->setBinContent(currentlumi,bs.
x0());
1137 hs[
"x0_lumi_all"]->setBinError(currentlumi,bs.
x0Error());
1138 hs[
"y0_lumi_all"]->setBinContent(currentlumi,bs.
y0());
1139 hs[
"y0_lumi_all"]->setBinError(currentlumi,bs.
y0Error());
1140 hs[
"z0_lumi_all"]->setBinContent(currentlumi,bs.
z0());
1141 hs[
"z0_lumi_all"]->setBinError(currentlumi,bs.
z0Error());
1142 hs[
"sigmaX0_lumi_all"]->setBinContent(currentlumi, bs.
BeamWidthX());
1144 hs[
"sigmaY0_lumi_all"]->setBinContent(currentlumi, bs.
BeamWidthY());
1146 hs[
"sigmaZ0_lumi_all"]->setBinContent(currentlumi, bs.
sigmaZ());
1147 hs[
"sigmaZ0_lumi_all"]->setBinError(currentlumi, bs.
sigmaZ0Error());
1151 hs[
"x0_time"]->setBinContent(nthBin, bs.
x0());
1152 hs[
"y0_time"]->setBinContent(nthBin, bs.
y0());
1153 hs[
"z0_time"]->setBinContent(nthBin, bs.
z0());
1154 hs[
"sigmaX0_time"]->setBinContent(nthBin, bs.
BeamWidthX());
1155 hs[
"sigmaY0_time"]->setBinContent(nthBin, bs.
BeamWidthY());
1156 hs[
"sigmaZ0_time"]->setBinContent(nthBin, bs.
sigmaZ());
1157 hs[
"x0_time"]->setBinError(nthBin, bs.
x0Error());
1158 hs[
"y0_time"]->setBinError(nthBin, bs.
y0Error());
1159 hs[
"z0_time"]->setBinError(nthBin, bs.
z0Error());
1167 hs[
"x0_time_all"]->setBinContent(jthBin, bs.
x0());
1168 hs[
"y0_time_all"]->setBinContent(jthBin, bs.
y0());
1169 hs[
"z0_time_all"]->setBinContent(jthBin, bs.
z0());
1170 hs[
"sigmaX0_time_all"]->setBinContent(jthBin, bs.
BeamWidthX());
1171 hs[
"sigmaY0_time_all"]->setBinContent(jthBin, bs.
BeamWidthY());
1172 hs[
"sigmaZ0_time_all"]->setBinContent(jthBin, bs.
sigmaZ());
1173 hs[
"x0_time_all"]->setBinError(jthBin, bs.
x0Error());
1174 hs[
"y0_time_all"]->setBinError(jthBin, bs.
y0Error());
1175 hs[
"z0_time_all"]->setBinError(jthBin, bs.
z0Error());
1184 if (bs.
type() > 0) {
1192 double alpha = std::atan2(bs.
y0(),bs.
x0());
1193 std::unique_ptr<TF1>
f1{
new TF1(
"f1",
"[0]*sin(x-[1])",-3.14,3.14) };
1194 f1->SetParameters(amp,alpha);
1195 f1->SetParLimits(0,amp-0.1,amp+0.1);
1196 f1->SetParLimits(1,alpha-0.577,alpha+0.577);
1197 f1->SetLineColor(4);
1202 std::unique_ptr<TF1> fgaus{
new TF1(
"fgaus",
"gaus") };
1203 fgaus->SetParameters(mean,width);
1204 fgaus->SetLineColor(4);
1211 sprintf(tmpTitle,
"%s %i %s %i",
"Fitted Beam Spot (cm) of LS: ",LSRange.first,
" to ",LSRange.second);
1219 if (bs.
type() > 0) {
1234 if (bs.
type() > 0) {
1257 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: [BeamMonitor] Beam fit fails!!! \n" << endl;
1258 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: [BeamMonitor] Output beam spot for DIP \n" << endl;
1277 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: [BeamMonitor] No fitting \n" << endl;
1278 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: [BeamMonitor] Output fake beam spot for DIP \n" << endl;
1317 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: The flag is ON for running average Beam Spot fit"<<endl;
1333 if(
debug_)
edm::LogInfo(
"BeamMonitor") <<
" RestartingFitting:: Restart Beami everything to a fresh start !!! because Gap is > 10 LS" <<endl;
1393 char offsetTime[64];
1395 TDatime
da(offsetTime);
1397 double val = h->GetBinContent(
lastNZbin);
1398 double valErr = h->GetBinError(
lastNZbin);
1400 h->GetXaxis()->SetTimeOffset(da.Convert(kTRUE));
1402 h->SetBinContent(bin,val);
1403 h->SetBinError(bin,valErr);
1407 h->GetXaxis()->SetTimeOffset(da.Convert(kTRUE));
1414 bool scroll_ =
false;
1417 edm::LogInfo(
"BeamMonitor") <<
"testScroll:: Reset Time Offset" << std::endl;
1420 if (
hs[
"x0_time"]->getBinContent(
bin) > 0) {
1427 edm::LogInfo(
"BeamMonitor") <<
"testScroll:: Time difference too large since last readout" << std::endl;
1432 edm::LogInfo(
"BeamMonitor") <<
"testScroll:: Offset to last record" << std::endl;
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context)
LuminosityBlockID id() const
T getParameter(std::string const &) const
BeamMonitor(const edm::ParameterSet &)
edm::EDGetTokenT< edm::TriggerResults > hltSrc_
double z0() const
z coordinate
T getUntrackedParameter(std::string const &, T const &) const
const std::string & getName(void) const
get name of ME
unsigned int minNrVertices_
virtual edm::TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const
void setBinContent(int binx, double content)
set content of bin (1-D)
double sigmaZ0Error() const
error on sigma z
MonitorElement * reportSummary
void analyze(const edm::Event &e, const edm::EventSetup &c)
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
MonitorElement * cutFlowTable
double dydzError() const
error on dydz
MonitorElement * h_PVz[2]
bool testScroll(std::time_t &, std::time_t &)
std::vector< BSTrkParameters > getBSvector()
#define DEFINE_FWK_MODULE(type)
std::map< int, std::vector< float > > mapPVx
void subtractFromCutFlow(const TH1F *toSubtract)
edm::EDGetTokenT< reco::VertexCollection > pvSrc_
std::vector< Track > TrackCollection
collection of Tracks
std::size_t getPVvectorSize()
void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
edm::TimeValue_t ftimestamp
edm::LuminosityBlockNumber_t luminosityBlock() const
void update(void)
Mark the object updated.
Timestamp const & beginTime() const
MonitorElement * h_sigmaZ0
MonitorElement * h_nTrk_lumi
std::map< int, std::size_t > mapLSBSTrkSize
double getMean(int axis=1) const
get mean value of histogram along x, y or z axis (axis=1, 2, 3 respectively)
MonitorElement * fitResults
std::vector< std::string > jetTrigger_
void readEvent(const edm::Event &iEvent)
MonitorElement * h_sigmaY0
double getMeanError(int axis=1) const
std::map< int, std::vector< float > > mapPVz
std::map< int, std::time_t > mapBeginPVTime
std::map< int, std::vector< int > > mapNPV
LuminosityBlockNumber_t luminosityBlock() const
std::map< int, std::time_t > mapBeginBSTime
double dydz() const
dydz slope
void ShiftFillLast(double y, double ye=0., int32_t xscale=1)
double dxdzError() const
error on dxdz
unsigned int triggerIndex(std::string const &name) const
edm::EDGetTokenT< reco::TrackCollection > tracksLabel_
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
Timestamp const & endTime() const
void beginRun(const edm::Run &r, const edm::EventSetup &c)
void formatFitTime(char *, const std::time_t &)
MonitorElement * pvResults
MonitorElement * h_nVtx_lumi
double BeamWidthX() const
beam width X
void setFitLSRange(int ls0, int ls1)
TH1F * getTH1F(std::string name, std::string process, std::string rootfolder, DQMStore *dbe_, bool verb, bool clone)
std::pair< time_t, time_t > getRefTime()
double BeamWidthYError() const
error on beam width Y, assume error in X = Y
static std::string const triggerResults
double BeamWidthXError() const
error on beam width X, assume error in X = Y
double z0Error() const
error on z
unsigned long long TimeValue_t
double dxdz() const
dxdz slope
std::map< int, TH1F > mapLSCF
void SetPVInfo(const std::vector< float > &v1_)
double x0Error() const
error on x
double y0Error() const
error on y
MonitorElement * h_nVtx_lumi_all
static const char *const trigNames[]
double getRMSError(int axis=1) const
get RMS uncertainty of histogram along x, y or z axis(axis=1,2,3 respectively)
void FitAndFill(const edm::LuminosityBlock &lumiSeg, int &, int &, int &)
Float_t summaryContent_[3]
MonitorElement * h_sigmaX0
edm::EDGetTokenT< reco::BeamSpot > bsSrc_
MonitorElement * h_nVtx_st
T const * product() const
MonitorElement * h_PVy[2]
void resizeBSvector(unsigned int nsize)
std::string const & triggerName(unsigned int index) const
MonitorElement * reportSummaryContents[3]
double sigmaZ() const
sigma z
double BeamWidthY() const
beam width Y
LuminosityBlockNumber_t luminosityBlock() const
MonitorElement * h_trk_z0
std::map< int, int > mapBeginBSLS
Timestamp const & beginTime() const
edm::ParameterSet parameters_
double getRMS(int axis=1) const
get RMS of histogram along x, y or z axis (axis=1, 2, 3 respectively)
void resizePVvector(unsigned int npvsize)
TProfile * getTProfile(void) const
double y0() const
y coordinate
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
void setRefTime(time_t t0, time_t t1)
volatile std::atomic< bool > shutdown_flag false
TH2F * getTH2F(void) const
BeamFitter * theBeamFitter
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
MonitorElement * h_PVx[2]
std::pair< int, int > getFitLSRange()
void Reset(void)
reset ME (ie. contents, errors, etc)
std::map< int, int > mapBeginPVLS
void endRun(const edm::Run &r, const edm::EventSetup &c)
TimeValue_t value() const
std::map< int, std::vector< float > > mapPVy
MonitorElement * h_d0_phi0
reco::BeamSpot getBeamSpot()
void scrollTH1(TH1 *, std::time_t)
BeamType type() const
return beam type
MonitorElement * reportSummaryMap
double x0() const
x coordinate
std::map< TString, MonitorElement * > hs
std::map< int, size_t > mapLSPVStoreSize