Back to home page

Project CMSSW displayed by LXR

 
 

    


Last indexation completed on 2024-07-26 17:54:33 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
&quote;folder&quote; Parent directory - 2024-07-26 17:41:20  
&quote;folder&quote; analysis/ - 2024-07-26 17:41:20

SQL EXPLANATION
This SQL query returns the run, subrun, SM number, crystal number, and the number of events over the low and hi threshold as written by the DQM, given a minum number of events over the low and high thresholds.
SELECT riov.run_num run, miov.subrun_num subrun, rdat.id1 SM, cv.id2 crystal, occ.events_over_low_threshold n_lo, occ.events_over_high_threshold n_hi FROM run_iov riov JOIN run_tag rtag ON rtag.tag_id = riov.tag_id JOIN location_def ldef ON ldef.def_id = rtag.location_id JOIN (SELECT iov_id, cv.id1 FROM run_dat rdat JOIN channelview cv ON cv.logic_id = rdat.logic_id AND cv.name = cv.maps_to) rdat ON rdat.iov_id = riov.iov_id JOIN mon_run_iov miov ON miov.run_iov_id = riov.iov_id JOIN mon_occupancy_dat occ ON occ.iov_id = miov.iov_id JOIN channelview cv ON cv.logic_id = occ.logic_id AND cv.name = cv.maps_to WHERE ldef.location = 'H4B' AND occ.events_over_low_threshold >= ? AND occ.events_over_high_threshold >= ? ORDER BY run, SM, crystal


SEE ALSO: README

&quote;folder&quote; bin/ - 2024-07-26 17:41:20  
&quote;folder&quote; doc/ - 2024-07-26 17:41:20

EcalCondDB README
This code provides an interface to the Ecal Databases, using OCCI. For the moment see the header files and the examples in the test/ directory for documentation.


SEE ALSO: README

&quote;folder&quote; interface/ - 2024-07-26 17:41:20  
&quote;folder&quote; perl/ - 2024-07-26 17:41:20

Online Conditions Database Perl Utilities
These perl programs are used to create and administer the ECAL online conditions database. In order to use the programs, you must first define which machine/database you are connecting to with a ConnectionFile.pm file somewhere in your library path.

&quote;folder&quote; rootscripts/ - 2024-07-26 17:41:20

These ROOT scripts were created by Francesca to access the ECAL online DB via ROOT.
They can be taken as examples for further analysis using the DB. Please see the schema PDFs in the doc/ directory to see what is available in the DB.
- Ricky Egeland

&quote;folder&quote; sql/ - 2024-07-26 17:41:20  
&quote;folder&quote; src/ - 2024-07-26 17:41:20  
&quote;folder&quote; test/ - 2024-07-26 17:41:20  
&quote;folder&quote; webapp/ - 2024-07-26 17:41:20

ECAL Conditions Database Web Application
This PHP code allows the user to browse the ECAL conditions database and make plots.
(Reccommended) Requirements: PHP 5+ Apache 2+ CMSSW 0_7_0+
Expectations:
1. All PHP source files are in the same directory 2. Apache has rights to write into this directory 3. A CMSSW release was bootstrapped into the above directory, the package OnlineDB/EcalCondDB was checked out from CVS and built. This places the cmsecal_rootplot program in the CMSSW_*/bin/<arch>/ directory. 4. A directory called 'plotcache' exists and apache has rights to write there

BuildFile.xml 103 bytes 2020-05-05 12:41:47 -  
makefile.standalone 1432 bytes 2013-09-12 08:16:42 2024-04-06 12:23:16