- General information
- Data readiness
- Calibration
- BeamLine Constraint
- Run 10, Au+Au 200 GeV
- Run 10, Au+Au 39 GeV
- Run 11
- Run 12
- Run 13
- Run 15 pAu200
- Run 15 pp200
- Run 2 (200 GeV pp)
- Run 3 (200 GeV dAu and pp)
- Run 4 (pp)
- Run 5
- Run 6 (pp)
- Run 6: Issues with 2006 BeamLine calibration
- Run 7 (200GeV AuAu)
- Run 8 (200 GeV dAu and pp)
- Run 8 (9GeV AuAu)
- Run 9 (pp500 and pp200)
- Run 9, pp200 GeV Full Field (FF) - new calibration (May 2012)
- Calibration Run preparation
- Calibration Schedules
- Calibration topics by dataset
- Docs
- STAR Automated Calibration Project
- SVT Calibrations
- TPC Calibrations
- BeamLine Constraint
- Databases
- Quality Assurance
- Calibration
- Grid and Cloud
- Infrastructure
- Machine Learning
- Offline Software
- Production
- S&C internal group meetings
- Test tree
queryNevtsPerRun.txt
Updated on Wed, 2009-03-18 18:17. Originally created by genevb on 2009-03-18 18:17.
Under:
-- N evts per run, where N is the numerator at the end of the last line select floor(bi.blueFillNumber) as fill, sum(ts.numberOfEvents/ds.numberOfFiles) as gdEvtPerFile, ds.numberOfFiles, sum(dt.numberOfEvents*ts.numberOfEvents/ds.numberOfEvents) as gdInFile, dt.file, rd.glbSetupName -- -- from daqFileTag as dt left join l0TriggerSet as ts on ts.runNumber=dt.run left join runDescriptor as rd on rd.runNumber=dt.run left join daqSummary as ds on ds.runNumber=dt.run left join beamInfo as bi on bi.runNumber=dt.run left join detectorSet as de on de.runNumber=dt.run left join runStatus as rs on rs.runNumber=dt.run left join magField as mf on mf.runNumber=dt.run -- -- -- where (bi.blueFillNumber=3458 or bi.blueFillNumber=3459) where rd.runNumber>6083000 and ds.numberOfFiles>1 and de.detectorID=0 and mf.scaleFactor!=0 -- USING pp-minbias triggers to identify nevents/file and (ts.name='ppMinBias' or ts.name='bemc-ht1-mb' or ts.name='bemc-ht2-mb' or ts.name='bemc-jp1-mb' or ts.name='bemc-jp2-mb' or ts.name='eemc-ht1-mb' or ts.name='eemc-ht2-mb' or ts.name='eemc-jp1-mb-a' or ts.name='eemc-jp2-mb-a' or ts.name='upsilon' or ts.name='Jpsi') -- and rs.shiftLeaderStatus=0 and rs.shiftLeaderStatus<=0 and bi.entryTag=0 -- USE DAQ100 filestreams and ((dt.fileStream between 101 and 104) or (dt.fileStream between 201 and 204)) -- and dt.file like 'st_physics_6%' -- USE these trigger setups and (rd.glbSetupName='ppProduction' or rd.glbSetupName='ppProductionMinBias') -- -- group by dt.file having (@t4:=sum(dt.numberOfEvents*ts.numberOfEvents/ds.numberOfEvents))>60 and (@t3:=mod(avg(dt.filesequence+(10*dt.fileStream)),(@t2:=floor(sum(ts.numberOfEvents)/10000.0)+1)))=0 ;
»
- Printer-friendly version
- Login or register to post comments