54 static char ts[] =
"yyyy-Mm-dd hh:mm:ss";
57 int year = ptm->tm_year;
59 edm::LogError(
"BadTimeStamp") <<
"year reported is " << year <<
"!! resetting to 2011..." << std::endl;
62 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);
64 #ifdef STRIP_TRAILING_BLANKS_IN_TIMEZONE
65 unsigned int b = strlen(ts);
66 while (ts[--b] ==
' ') {ts[
b] = 0;}
78 countEvt_(0),countLumi_(0),nthBSTrk_(0),nFitElements_(3),resetHistos_(
false),StartAverage_(
false),firstAverageFit_(0),countGapLumi_(0) {
111 if (fitNLumi_ <= 0) fitNLumi_ = 1;
154 h_d0_phi0 =
dbe_->
bookProfile(
"d0_phi0",
"d_{0} vs. #phi_{0} (Selected Tracks)",phiBin,phiMin,phiMax,dxBin,dxMin,dxMax,
"");
158 h_vx_vy =
dbe_->
book2D(
"trk_vx_vy",
"Vertex (PCA) position of selected tracks",vxBin,vxMin,vxMax,vxBin,vxMin,vxMax);
164 TDatime *
da =
new TDatime();
165 gStyle->SetTimeOffset(da->Convert(kTRUE));
168 string coord[nvar_] = {
"x",
"y",
"z",
"sigmaX",
"sigmaY",
"sigmaZ"};
169 string label[nvar_] = {
"x_{0} (cm)",
"y_{0} (cm)",
"z_{0} (cm)",
170 "#sigma_{X_{0}} (cm)",
"#sigma_{Y_{0}} (cm)",
"#sigma_{Z_{0}} (cm)"};
171 for (
int i = 0;
i < 4;
i++) {
173 for (
int ic=0; ic<nvar_; ++ic) {
174 TString histName(coord[ic]);
175 TString histTitle(coord[ic]);
176 string ytitle(label[ic]);
179 bool createHisto =
true;
182 histName +=
"0_time";
183 xtitle =
"Time [UTC]";
185 histTitle +=
" coordinate of beam spot vs time (Fit)";
187 histTitle = histTitle.Insert(5,
" ") +
" of beam spot vs time (Fit)";
192 histName.Insert(0,
"PV");
194 histTitle.Insert(0,
"Avg. ");
195 histTitle +=
" position of primary vtx vs lumi";
196 xtitle =
"Lumisection";
197 ytitle.insert(0,
"PV");
198 ytitle +=
" #pm #sigma_{PV";
202 else createHisto =
false;
207 histName.Insert(0,
"PV");
209 histTitle.Insert(0,
"Avg. ");
210 histTitle +=
" position of primary vtx vs time";
211 xtitle =
"Time [UTC]";
212 ytitle.insert(0,
"PV");
213 ytitle +=
" #pm #sigma_{PV";
217 else createHisto =
false;
220 histName +=
"0_lumi";
221 xtitle =
"Lumisection";
223 histTitle +=
" coordinate of beam spot vs lumi (Fit)";
225 histTitle = histTitle.Insert(5,
" ") +
" of beam spot vs lumi (Fit)";
229 edm::LogInfo(
"BeamMonitor") <<
"hitsName = " << histName <<
"; histTitle = " << histTitle << std::endl;
230 hs[histName] =
dbe_->
book1D(histName,histTitle,40,0.5,40.5);
231 hs[histName]->setAxisTitle(xtitle,1);
232 hs[histName]->setAxisTitle(ytitle,2);
233 hs[histName]->getTH1()->SetOption(
"E1");
234 if (histName.Contains(
"time")) {
237 hs[histName]->setAxisTimeDisplay(1);
238 hs[histName]->setAxisTimeFormat(
"%H:%M:%S",1);
242 hs[histName] =
dbe_->
book1D(histName,histTitle,40,0.5,40.5);
243 hs[histName]->getTH1()->SetBit(TH1::kCanRebin);
244 hs[histName]->setAxisTitle(xtitle,1);
245 hs[histName]->setAxisTitle(ytitle,2);
246 hs[histName]->getTH1()->SetOption(
"E1");
247 if (histName.Contains(
"time")) {
250 hs[histName]->setAxisTimeDisplay(1);
251 hs[histName]->setAxisTimeFormat(
"%H:%M:%S",1);
261 h_vx_dz =
dbe_->
bookProfile(
"vx_dz",
"v_{x} vs. dz of selected tracks",dzBin,dzMin,dzMax,dxBin,dxMin,dxMax,
"");
265 h_vy_dz =
dbe_->
bookProfile(
"vy_dz",
"v_{y} vs. dz of selected tracks",dzBin,dzMin,dzMax,dxBin,dxMin,dxMax,
"");
269 h_x0 =
dbe_->
book1D(
"BeamMonitorFeedBack_x0",
"x coordinate of beam spot (Fit)",100,-0.01,0.01);
273 h_y0 =
dbe_->
book1D(
"BeamMonitorFeedBack_y0",
"y coordinate of beam spot (Fit)",100,-0.01,0.01);
277 h_z0 =
dbe_->
book1D(
"BeamMonitorFeedBack_z0",
"z coordinate of beam spot (Fit)",dzBin,dzMin,dzMax);
281 h_sigmaX0 =
dbe_->
book1D(
"BeamMonitorFeedBack_sigmaX0",
"sigma x0 of beam spot (Fit)",100,0,0.05);
285 h_sigmaY0 =
dbe_->
book1D(
"BeamMonitorFeedBack_sigmaY0",
"sigma y0 of beam spot (Fit)",100,0,0.05);
289 h_sigmaZ0 =
dbe_->
book1D(
"BeamMonitorFeedBack_sigmaZ0",
"sigma z0 of beam spot (Fit)",100,0,10);
294 h_trkPt=
dbe_->
book1D(
"trkPt",
"p_{T} of all reco'd tracks (no selection)",200,0.,50.);
297 h_trkVz=
dbe_->
book1D(
"trkVz",
"Z coordinate of PCA of all reco'd tracks (no selection)",dzBin,dzMin,dzMax);
320 h_nVtx =
dbe_->
book1D(
"vtxNbr",
"Reconstructed Vertices(non-fake) in all Event",20,-0.5,19.5);
324 h_nVtx_st =
dbe_->
book1D(
"vtxNbr_SelectedTriggers",
"Reconstructed Vertices(non-fake) in Events",20,-0.5,19.5);
328 h_PVx[0] =
dbe_->
book1D(
"PVX",
"x coordinate of Primary Vtx",50,-0.01,0.01);
332 h_PVy[0] =
dbe_->
book1D(
"PVY",
"y coordinate of Primary Vtx",50,-0.01,0.01);
336 h_PVz[0] =
dbe_->
book1D(
"PVZ",
"z coordinate of Primary Vtx",dzBin,dzMin,dzMax);
339 h_PVx[1] =
dbe_->
book1D(
"PVXFit",
"x coordinate of Primary Vtx (Last Fit)",50,-0.01,0.01);
343 h_PVy[1] =
dbe_->
book1D(
"PVYFit",
"y coordinate of Primary Vtx (Last Fit)",50,-0.01,0.01);
347 h_PVz[1] =
dbe_->
book1D(
"PVZFit",
"z coordinate of Primary Vtx (Last Fit)",dzBin,dzMin,dzMax);
383 case 0 : sprintf(histo,
"x0_status");
break;
384 case 1 : sprintf(histo,
"y0_status");
break;
385 case 2 : sprintf(histo,
"z0_status");
break;
420 std::cout <<
"TimeOffset = " << eventTime << std::endl;
421 TDatime
da(eventTime);
426 for (std::map<TString,MonitorElement*>::iterator it =
hs.begin();
427 it !=
hs.end(); ++it) {
428 if ((*it).first.Contains(
"time"))
429 (*it).second->getTH1()->GetXaxis()->SetTimeOffset(da.Convert(kTRUE));
438 const std::time_t ftmptime = fbegintimestamp >> 32;
540 edm::LogInfo(
"BeamMonitor") <<
" beginLuminosityBlock:: Begin of Lumi: " << nthlumi << endl;
548 edm::LogInfo(
"BeamMonitor") <<
"analyze:: Spilt event from previous lumi section!" << std::endl;
552 edm::LogInfo(
"BeamMonitor") <<
"analyze:: Spilt event from next lumi section!!!" << std::endl;
561 refBS = *recoBeamSpotHandle;
571 tmphisto->GetNbinsX(),
572 tmphisto->GetXaxis()->GetXmin(),
573 tmphisto->GetXaxis()->GetXmax());
576 for(
int n=0;
n < tmphisto->GetNbinsX();
n++)
584 for ( reco::TrackCollection::const_iterator track = tracks->begin();
585 track != tracks->end(); ++track ) {
592 bool JetTrigPass=
false;
595 for (
unsigned int i=0;
i< triggerResults->size();
i++){
598 if(JetTrigPass)
continue;
602 if(JetTrigPass)
continue;
605 size_t found = trigName.find(string_search);
607 if(found != string::npos){
609 if(triggerResults->accept(thisTrigger_))JetTrigPass =
true;
622 for (reco::VertexCollection::const_iterator pv = PVCollection->begin(); pv != PVCollection->end(); ++pv) {
624 if (pv->isFake() || pv->tracksSize()==0)
continue;
627 if(JetTrigPass)nPVcount_ST++;
661 map<int, std::vector<float> >::iterator itpvx=
mapPVx.begin();
662 map<int, std::vector<float> >::iterator itpvy=
mapPVy.begin();
663 map<int, std::vector<float> >::iterator itpvz=
mapPVz.begin();
665 map<int, std::vector<int> >::iterator itbspvinfo=
mapNPV.begin();
684 edm::LogInfo(
"BeamMonitor") <<
"endLuminosityBlock:: Lumi of the last event before endLuminosityBlock: " << nthlumi << endl;
688 const std::time_t fendtime = fendtimestamp >> 32;
699 int currentlumi = nextlumi;
700 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: Lumi of the current fit: " << currentlumi << endl;
701 lastlumi = currentlumi;
711 size_t SizeToRemovePV=0;
713 SizeToRemovePV= rmlspv->second;
714 int changedAfterThisPV=0;
716 if(changedAfterThisPV > 0 ){ (rmLSPV->second) = (rmLSPV->second)-SizeToRemovePV;}
728 bool resetHistoFlag_=
false;
734 resetHistoFlag_ =
true;
738 int countEvtLastNLS_=0;
741 std::map< int, std::vector<int> >::iterator mnpv=
mapNPV.begin();
742 std::map< int, std::vector<float> >::iterator mpv2=
mapPVy.begin();
743 std::map< int, std::vector<float> >::iterator mpv3=
mapPVz.begin();
745 for(
std::map<
int, std::vector<float> >::iterator mpv1=
mapPVx.begin(); mpv1 !=
mapPVx.end(); ++mpv1, ++mpv2, ++mpv3, ++mnpv)
747 std::vector<float>::iterator mpvs2 = (mpv2->second).
begin();
748 std::vector<float>::iterator mpvs3 = (mpv3->second).
begin();
749 for(std::vector<float>::iterator mpvs1=(mpv1->second).begin(); mpvs1 !=(mpv1->second).
end(); ++mpvs1, ++mpvs2, ++mpvs3){
758 for(std::vector<int>::iterator mnpvs = (mnpv->second).begin(); mnpvs != (mnpv->second).
end(); ++mnpvs){
759 if((*mnpvs > 0) && (resetHistoFlag_) )
h_nVtx_st->
Fill( (*mnpvs)*(1.0) );
761 countTotPV_ += (*mnpvs);
762 if((*mnpvs) > MaxPVs) MaxPVs = (*mnpvs);
767 char tmpTitlePV[100];
771 std::vector<float> DipPVInfo_;
774 if(countTotPV_ != 0 ){
775 DipPVInfo_.push_back((
float)countEvtLastNLS_);
780 DipPVInfo_.push_back((
float)MaxPVs);
781 DipPVInfo_.push_back((
float)countTotPV_);
784 else{
for(
size_t i= 0;
i < 7;
i++){
if(
i>0)DipPVInfo_.push_back(0.);
785 else DipPVInfo_.push_back((
float)countEvtLastNLS_);}
794 const int countLS_bs =
hs[
"x0_lumi"]->getTH1()->GetEntries();
795 const int countLS_pv =
hs[
"PVx_lumi"]->getTH1()->GetEntries();
796 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: countLS_bs = " << countLS_bs <<
" ; countLS_pv = " << countLS_pv << std::endl;
797 int LSgap_bs = currentlumi/
fitNLumi_ - countLS_bs;
798 int LSgap_pv = currentlumi/
fitPVNLumi_ - countLS_pv;
803 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: LSgap_bs = " << LSgap_bs <<
" ; LSgap_pv = " << LSgap_pv << std::endl;
805 for (
int ig = 0; ig < LSgap_bs; ig++) {
809 hs[
"sigmaX0_lumi"]->ShiftFillLast( 0., 0.,
fitNLumi_ );
810 hs[
"sigmaY0_lumi"]->ShiftFillLast( 0., 0.,
fitNLumi_ );
811 hs[
"sigmaZ0_lumi"]->ShiftFillLast( 0., 0.,
fitNLumi_ );
813 for (
int ig = 0; ig < LSgap_pv; ig++) {
819 for (
int i=1;
i < (currentlumi - previousLS);
i++)
837 bool doPVFit =
false;
862 TF1 *fgaus =
new TF1(
"fgaus",
"gaus");
864 fgaus->SetLineColor(4);
866 mean = fgaus->GetParameter(1);
867 width = fgaus->GetParameter(2);
868 meanErr = fgaus->GetParError(1);
869 widthErr = fgaus->GetParError(2);
873 hs[
"PVx_lumi_all"]->setBinContent(currentlumi,mean);
874 hs[
"PVx_lumi_all"]->setBinError(currentlumi,width);
877 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: Event time outside current range of time histograms!" << std::endl;
879 hs[
"PVx_time"]->setBinContent(nthBin,mean);
880 hs[
"PVx_time"]->setBinError(nthBin,width);
884 hs[
"PVx_time_all"]->setBinContent(jthBin,mean);
885 hs[
"PVx_time_all"]->setBinError(jthBin,width);
897 tmphisto =
static_cast<TH1D *
>((
h_PVx[0]->
getTH1())->Clone(
"tmphisto"));
898 h_PVx[1]->
getTH1()->SetBins(tmphisto->GetNbinsX(),tmphisto->GetXaxis()->GetXmin(),tmphisto->GetXaxis()->GetXmax());
904 mean = fgaus->GetParameter(1);
905 width = fgaus->GetParameter(2);
906 meanErr = fgaus->GetParError(1);
907 widthErr = fgaus->GetParError(2);
909 hs[
"PVy_lumi_all"]->setBinContent(currentlumi,mean);
910 hs[
"PVy_lumi_all"]->setBinError(currentlumi,width);
912 hs[
"PVy_time"]->setBinContent(nthBin,mean);
913 hs[
"PVy_time"]->setBinError(nthBin,width);
916 hs[
"PVy_time_all"]->setBinContent(jthBin,mean);
917 hs[
"PVy_time_all"]->setBinError(jthBin,width);
925 tmphisto =
static_cast<TH1D *
>((
h_PVy[0]->
getTH1())->Clone(
"tmphisto"));
926 h_PVy[1]->
getTH1()->SetBins(tmphisto->GetNbinsX(),tmphisto->GetXaxis()->GetXmin(),tmphisto->GetXaxis()->GetXmax());
933 mean = fgaus->GetParameter(1);
934 width = fgaus->GetParameter(2);
935 meanErr = fgaus->GetParError(1);
936 widthErr = fgaus->GetParError(2);
938 hs[
"PVz_lumi_all"]->setBinContent(currentlumi,mean);
939 hs[
"PVz_lumi_all"]->setBinError(currentlumi,width);
941 hs[
"PVz_time"]->setBinContent(nthBin,mean);
942 hs[
"PVz_time"]->setBinError(nthBin,width);
945 hs[
"PVz_time_all"]->setBinContent(jthBin,mean);
946 hs[
"PVz_time_all"]->setBinError(jthBin,width);
954 tmphisto =
static_cast<TH1D *
>((
h_PVz[0]->
getTH1())->Clone(
"tmphisto"));
955 h_PVz[1]->
getTH1()->SetBins(tmphisto->GetNbinsX(),tmphisto->GetXaxis()->GetXmin(),tmphisto->GetXaxis()->GetXmax());
974 size_t PreviousRecords=0;
977 size_t SizeToRemove=0;
979 SizeToRemove = rmls->second;
980 if(
debug_)
edm::LogInfo(
"BeamMonitor")<<
" The size to remove is = "<< SizeToRemove << endl;
981 int changedAfterThis=0;
983 if(changedAfterThis > 0 ){(rmLS->second) = (rmLS->second)-SizeToRemove;
984 if((
mapLSBSTrkSize.size()- (size_t)changedAfterThis) == 2 )PreviousRecords = (rmLS->second);
1002 if(
debug_)
edm::LogInfo(
"BeamMonitor")<<
"FitAndFill:: Size of theBSViector.size() After =" << theBSvector.size() << endl;
1006 bool countFitting =
false;
1007 if (theBSvector.size() >= PreviousRecords && theBSvector.size() >=
min_Ntrks_) {
1008 countFitting =
true;
1015 const TH1F& cutFlowToSubtract =
mapLSCF.begin()->second;
1017 std::map<int, TH1F>::iterator cf =
mapLSCF.begin();
1019 for(; cf !=
mapLSCF.end(); ++cf) {
1020 cf->second.Add(&cutFlowToSubtract, -1);
1040 unsigned int itrk = 0;
1041 for (vector<BSTrkParameters>::const_iterator BSTrk = theBSvector.begin();
1042 BSTrk != theBSvector.end(); ++BSTrk, ++itrk){
1045 double vx = BSTrk->vx();
1046 double vy = BSTrk->vy();
1047 double z0 = BSTrk->z0();
1060 if (countFitting)
edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: Num of tracks collected = " <<
nthBSTrk_ << endl;
1081 <<
"; address = " << &
refBStime[0] << std::endl;
1083 <<
"; address = " << &
refBStime[1] << std::endl;
1088 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: [BeamFitter] Do BeamSpot Fit for LS = " << fitLS.first <<
" to " << fitLS.second << std::endl;
1097 edm::LogInfo(
"BeamMonitor") <<
"\n RESULTS OF DEFAULT FIT:" << endl;
1099 edm::LogInfo(
"BeamMonitor") <<
"[BeamFitter] fitting done \n" << endl;
1107 hs[
"x0_lumi_all"]->setBinContent(currentlumi,bs.
x0());
1108 hs[
"x0_lumi_all"]->setBinError(currentlumi,bs.
x0Error());
1109 hs[
"y0_lumi_all"]->setBinContent(currentlumi,bs.
y0());
1110 hs[
"y0_lumi_all"]->setBinError(currentlumi,bs.
y0Error());
1111 hs[
"z0_lumi_all"]->setBinContent(currentlumi,bs.
z0());
1112 hs[
"z0_lumi_all"]->setBinError(currentlumi,bs.
z0Error());
1113 hs[
"sigmaX0_lumi_all"]->setBinContent(currentlumi, bs.
BeamWidthX());
1115 hs[
"sigmaY0_lumi_all"]->setBinContent(currentlumi, bs.
BeamWidthY());
1117 hs[
"sigmaZ0_lumi_all"]->setBinContent(currentlumi, bs.
sigmaZ());
1118 hs[
"sigmaZ0_lumi_all"]->setBinError(currentlumi, bs.
sigmaZ0Error());
1122 hs[
"x0_time"]->setBinContent(nthBin, bs.
x0());
1123 hs[
"y0_time"]->setBinContent(nthBin, bs.
y0());
1124 hs[
"z0_time"]->setBinContent(nthBin, bs.
z0());
1125 hs[
"sigmaX0_time"]->setBinContent(nthBin, bs.
BeamWidthX());
1126 hs[
"sigmaY0_time"]->setBinContent(nthBin, bs.
BeamWidthY());
1127 hs[
"sigmaZ0_time"]->setBinContent(nthBin, bs.
sigmaZ());
1128 hs[
"x0_time"]->setBinError(nthBin, bs.
x0Error());
1129 hs[
"y0_time"]->setBinError(nthBin, bs.
y0Error());
1130 hs[
"z0_time"]->setBinError(nthBin, bs.
z0Error());
1138 hs[
"x0_time_all"]->setBinContent(jthBin, bs.
x0());
1139 hs[
"y0_time_all"]->setBinContent(jthBin, bs.
y0());
1140 hs[
"z0_time_all"]->setBinContent(jthBin, bs.
z0());
1141 hs[
"sigmaX0_time_all"]->setBinContent(jthBin, bs.
BeamWidthX());
1142 hs[
"sigmaY0_time_all"]->setBinContent(jthBin, bs.
BeamWidthY());
1143 hs[
"sigmaZ0_time_all"]->setBinContent(jthBin, bs.
sigmaZ());
1144 hs[
"x0_time_all"]->setBinError(jthBin, bs.
x0Error());
1145 hs[
"y0_time_all"]->setBinError(jthBin, bs.
y0Error());
1146 hs[
"z0_time_all"]->setBinError(jthBin, bs.
z0Error());
1155 if (bs.
type() > 0) {
1163 double alpha = std::atan2(bs.
y0(),bs.
x0());
1164 TF1 *
f1 =
new TF1(
"f1",
"[0]*sin(x-[1])",-3.14,3.14);
1165 f1->SetParameters(amp,alpha);
1166 f1->SetParLimits(0,amp-0.1,amp+0.1);
1167 f1->SetParLimits(1,alpha-0.577,alpha+0.577);
1168 f1->SetLineColor(4);
1173 TF1 *fgaus =
new TF1(
"fgaus",
"gaus");
1174 fgaus->SetParameters(mean,width);
1175 fgaus->SetLineColor(4);
1176 h_trk_z0->
getTH1()->Fit(
"fgaus",
"QLRM",
"",mean-3*width,mean+3*width);
1182 sprintf(tmpTitle,
"%s %i %s %i",
"Fitted Beam Spot (cm) of LS: ",LSRange.first,
" to ",LSRange.second);
1190 if (bs.
type() > 0) {
1205 if (bs.
type() > 0) {
1228 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: [BeamMonitor] Beam fit fails!!! \n" << endl;
1229 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: [BeamMonitor] Output beam spot for DIP \n" << endl;
1248 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: [BeamMonitor] No fitting \n" << endl;
1249 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: [BeamMonitor] Output fake beam spot for DIP \n" << endl;
1288 edm::LogInfo(
"BeamMonitor") <<
"FitAndFill:: The flag is ON for running average Beam Spot fit"<<endl;
1304 if(
debug_)
edm::LogInfo(
"BeamMonitor") <<
" RestartingFitting:: Restart Beami everything to a fresh start !!! because Gap is > 10 LS" <<endl;
1365 TDatime
da(offsetTime);
1367 double val = h->GetBinContent(
lastNZbin);
1368 double valErr = h->GetBinError(
lastNZbin);
1370 h->GetXaxis()->SetTimeOffset(da.Convert(kTRUE));
1372 h->SetBinContent(bin,val);
1373 h->SetBinError(bin,valErr);
1377 h->GetXaxis()->SetTimeOffset(da.Convert(kTRUE));
1384 bool scroll_ =
false;
1387 edm::LogInfo(
"BeamMonitor") <<
"testScroll:: Reset Time Offset" << std::endl;
1390 if (
hs[
"x0_time"]->getBinContent(
bin) > 0) {
1397 edm::LogInfo(
"BeamMonitor") <<
"testScroll:: Time difference too large since last readout" << std::endl;
1402 edm::LogInfo(
"BeamMonitor") <<
"testScroll:: Offset to last record" << std::endl;
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context)
LuminosityBlockID id() const
const char * formatFitTime(const std::time_t &)
T getParameter(std::string const &) const
BeamMonitor(const edm::ParameterSet &)
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)
MonitorElement * book1D(const char *name, const char *title, int nchX, double lowX, double highX)
Book 1D histogram.
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)
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
MonitorElement * bookFloat(const char *name)
Book float.
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
Timestamp const & endTime() const
void removeElement(const std::string &name)
void beginRun(const edm::Run &r, const edm::EventSetup &c)
MonitorElement * pvResults
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()
MonitorElement * bookProfile(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const char *option="s")
double BeamWidthYError() const
error on beam width Y, assume error in X = Y
unsigned int offset(bool)
MonitorElement * get(const std::string &path) const
get ME from full pathname (e.g. "my/long/dir/my_histo")
double BeamWidthXError() const
error on beam width X, assume error in X = Y
double z0Error() const
error on z
unsigned long long TimeValue_t
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
double dxdz() const
dxdz slope
std::map< int, TH1F > mapLSCF
double x0Error() const
error on x
double y0Error() const
error on y
static const char *const trigNames[]
TimeValue_t value() const
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
MonitorElement * h_nVtx_st
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
T const * product() const
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 SetPVInfo(std::vector< float > v1_)
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
void setRefTime(time_t t0, time_t t1)
TH2F * getTH2F(void) const
MonitorElement * book2D(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
Book 2D histogram.
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
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)
std::map< int, std::vector< float > > mapPVy
MonitorElement * h_d0_phi0
edm::InputTag tracksLabel_
reco::BeamSpot getBeamSpot()
void setCurrentFolder(const std::string &fullpath)
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