Skip to content

Commit

Permalink
Add missing newline at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Feb 27, 2024
1 parent 21f01fd commit 9fa1d0d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion RecoLuminosity/LumiDB/doc/computestatistics.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ exec dbms_stats.gather_table_stats('','LSTRG',no_invalidate=>false);
exec dbms_stats.gather_table_stats('','LUMISUMMARYV2',no_invalidate=>false);
exec dbms_stats.gather_table_stats('','CMSRUNSUMMARY',no_invalidate=>false);
exec dbms_stats.gather_table_stats('','HLTDATA',no_invalidate=>false);
exec dbms_stats.gather_table_stats('','LSHLT',no_invalidate=>false);
exec dbms_stats.gather_table_stats('','LSHLT',no_invalidate=>false);
2 changes: 1 addition & 1 deletion RecoLuminosity/LumiDB/doc/norm_HFV2c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ amodetag=PROTPHYS
egev=1380
corrector=fPoly:a0
a0=10.20
comment=2013
comment=2013
2 changes: 1 addition & 1 deletion RecoLuminosity/LumiDB/doc/norm_PIXELV1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ amodetag=PROTPHYS
egev=4000
corrector=fPoly:afterglow
afterglow=[(35,0.999),(72,0.991),(470,0.985),(618,0.984),(807,0.985),(1051,0.981),(1331,0.979)]
comment=2012
comment=2012
2 changes: 1 addition & 1 deletion RecoLuminosity/LumiDB/doc/norm_PIXELV2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ amodetag=PROTPHYS
egev=4000
corrector=fPoly:afterglow
afterglow=[(35,0.999),(60,0.992),(72,0.991),(249,0.990),(471,0.984),(618,0.983),(1051,0.980),(1368,0.977)]
comment=2012full
comment=2012full
2 changes: 1 addition & 1 deletion RecoLuminosity/LumiDB/doc/patchbx.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
update lumidata set "NCOLLIDINGBUNCHES"=(select "NCOLLIDINGBUNCHES" from cmsrunsummary where cmsrunsummary.runnum=lumidata.runnum) ;
update lumidata set "NCOLLIDINGBUNCHES"=(select "NCOLLIDINGBUNCHES" from cmsrunsummary where cmsrunsummary.runnum=lumidata.runnum) ;
2 changes: 1 addition & 1 deletion RecoLuminosity/LumiDB/doc/pixellumitables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ PARTITION PIXELLUMISUMMARYV2_THEREST VALUES LESS THAN(MAXVALUE)
);
CREATE INDEX PIXELLUMISUMMARYV2_DATA_ID_IDX ON PIXELLUMISUMMARYV2(DATA_ID) LOCAL;
GRANT SELECT ON "PIXELLUMISUMMARYV2" TO PUBLIC;
GRANT SELECT,INSERT,DELETE,UPDATE ON "PIXELLUMISUMMARYV2" TO CMS_LUMI_WRITER;
GRANT SELECT,INSERT,DELETE,UPDATE ON "PIXELLUMISUMMARYV2" TO CMS_LUMI_WRITER;
2 changes: 1 addition & 1 deletion RecoLuminosity/LumiDB/doc/qqs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ select cmslsnum,inputcount,acceptcount,prescale from hlt where runnum=:runnum an
select cmslsnum,inputcount,acceptcount,prescale,hltpath from hlt where runnum=:runnum
select s.cmslsnum,d.bxlumivalue,d.bxlumierror,d.bxlumiquality from LUMIDETAIL d,LUMISUMMARY s where s.runnum=:runnumber and d.algoname=:algoname and s.lumisummary_id=d.lumisummary_id order by s.startorbit
select s.cmslsnum,d.bxlumivalue,d.bxlumierror,d.bxlumiquality,d.algoname from LUMIDETAIL d,LUMISUMMARY s where s.runnum=:runnumber and s.lumisummary_id=d.lumisummary_id order by s.startorbit,d.algoname
select trghltmap.hltpathname,trghltmap.l1seed from cmsrunsummary,trghltmap where cmsrunsummary.runnum=:runnum and trghltmap.hltkey=cmsrunsummary.hltkey
select trghltmap.hltpathname,trghltmap.l1seed from cmsrunsummary,trghltmap where cmsrunsummary.runnum=:runnum and trghltmap.hltkey=cmsrunsummary.hltkey
2 changes: 1 addition & 1 deletion RecoLuminosity/LumiDB/doc/trghltmaptables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PARTITIONS 4
STORE IN (CMS_LUMI_PROD_DATA,CMS_LUMI_PROD_DATA,CMS_LUMI_PROD_DATA,CMS_LUMI_PROD_DATA)
;
GRANT SELECT ON "TRGHLTMAP" TO PUBLIC;
GRANT SELECT,INSERT,DELETE,UPDATE ON "TRGHLTMAP" TO CMS_LUMI_WRITER;
GRANT SELECT,INSERT,DELETE,UPDATE ON "TRGHLTMAP" TO CMS_LUMI_WRITER;

0 comments on commit 9fa1d0d

Please sign in to comment.