Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:38

0001 set colsep ','
0002 set echo off
0003 set feedback off
0004 set pagesize 0
0005 set trimspool on
0006 set headsep off
0007 set linesize 300
0008 set sqlprompt ''
0009 
0010 select 
0011 '"'||lhcfill||'","'||injectionscheme||'","'||ncollidingbunches||'"' from cms_runtime_logger.runtime_summary where injectionscheme is not null and injectionscheme!='no_value' order by lhcfill ;
0012 
0013 spool fillsummary.dat
0014 /
0015 
0016