Difference between revisions of "MySQL database"

From Hall A Wiki
Jump to: navigation, search
(Insert analysis information into MySQL database of QuasiFamily)
 
(2 intermediate revisions by the same user not shown)
Line 35: Line 35:
  
  
= You can find the QuasiFamily MySQL database here: [http://hallaweb.jlab.org/experiment/E05-102/db_QuasiFamily/index.php]
+
* You can find the QuasiFamily MySQL database here: [http://hallaweb.jlab.org/experiment/E05-102/db_QuasiFamily/index.php], check the analysis information which you insert

Latest revision as of 03:34, 29 April 2009

Insert analysis information into MySQL database of QuasiFamily

  • Find the script setAnalysisInfo.pl in directory:
  /adaqfs/home/adaq/e05102/script
  • Call command
  ./setAnalysisInfo.pl to run this script
  • You will see this:
  Connection successful: handle: DBI::db=HASH(0x8ffdd34)
  Need some run numbers, dude!
  Usage:
      setAnalysisInfo.pl [OPTION]
   Command-line options:
  -r, --runnum [LOW NUMBER]-[HIGH NUMBER]
      Specify the range of runnumbers to modify.  One number will work
      for single run modifications.
  -u, --username [USERNAME]
      Specify the name of the person making the modification
  -t, --type [RUNTYPE]
      Specify the type of run (calibration, scan, junk)
  -k, --kinematic [KINEMATIC]
      Specify the kinematic name.
  -p, --production [0,1]
      Specify if the run is production (1) or not (0)
  -b, --beampol [BEAM POLARIZATION]
      Specify the beam polarization
  -h, --heTargpol [TARGET POLARIZATION]
      Specify the target polarization
  -c, --comment "[COMMENT]"
      Add a comment.  For best results, put the entire comment in 
      quotation marks.
  -v, --verbose
      Be verbose.
  • insert analysis information into database
   Here is an example:
   ./setAnalysisInfo.pl -r 20522 -u yawei -t test -p 0 -h 90.3% -c "test run"


  • You can find the QuasiFamily MySQL database here: [1], check the analysis information which you insert