Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /OnlineDB/SiStripO2O/test/O2O_Validation/README is written in an unsupported language. File is not indexed.

0001 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
0002 !!! PLEASE READ CAREFULY BEFORE EXECUTING THIS SCRIPT !!!
0003 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
0004 
0005 This folder contains all tools necessary to validate an O2O procedure
0006 for the following conditions: SiStripFEDCabling, Noise, Pedestal.
0007 To do a full validation please run the following script. 
0008 
0009 Full validation
0010 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0011 ./run_full_valdation.sh  "tag_orcoff" "tag_sqlite" "dbfile"
0012 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0013 
0014 If You only want to da a validation of some single Objects You can run the single 
0015 standalone scripts.
0016 
0017 
0018 FEDCabling validation:
0019 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0020 ./fedcabling_validation.sh "sqlite_file.db" runnr "offline_tag"
0021 
0022 FEDCabling validation relys on only a sqlite file which has to be present
0023 in the directory You run the script. Apart from that make sure that the following
0024 variables are set correctly: $TNS_ADMIN, $CONFDB, also make sure that the correct 
0025 path to the tnsnames.ora is set and finally open a tunnel to the P5 machine where 
0026 the DB is running!
0027 Time estimation per run: ~2 minutes
0028 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0029 
0030 Pedestal & Noise Validation:
0031 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0032 This is c++ and has to be compiled before using. ROOT 5.20/00 is mandatory!
0033 make
0034 ./pednoise_validation runnr_1 runnr_2 tag_1 tag_2 > anyoutfile.txt
0035 
0036 Pedestal & Noise validation relys on the files created by DQM processes. Both files
0037 of a run containing old and new tags have to be present in the script folder to do 
0038 the validation. Since a validation for 10M strips takes its time, this procedure is 
0039 quite lenghty.
0040 Time estimation per run: ~1 1/2 hours
0041 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0042 
0043 
0044 
0045 
0046 
0047