Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:24

0001 #merge all summary tables of each test in a single ASCII file
0002 ./merge_peds.sh
0003 ./merge_gains.sh
0004 ./merge_matrix.sh
0005 ./merge_xtalk.sh
0006 
0007 #compile the validation files and execute + copy to new names.dat
0008 g++ readGains.cpp -o readGains
0009 ./readGains
0010 cp goodGains.dat gains.dat
0011 g++ readMatrix.cpp -o readMatrix
0012 ./readMatrix
0013 cp goodMatrix.dat matrix.dat
0014 g++ readPeds.cpp -o readPeds 
0015 ./readPeds
0016 cp goodPeds.dat peds.dat
0017 g++ readXtalk.cpp -o readXtalk
0018 ./readXtalk
0019 cp goodXtalk.dat xtalk.dat
0020 
0021 #read what is in DB already
0022 cmsRun readDBCrosstalk_cfg.py
0023 cmsRun readDBGains_cfg.py
0024 cmsRun readDBNoiseMatrix_cfg.py
0025 cmsRun readDBPedestals_cfg.py
0026 
0027 #replace with new data and transfer to DB
0028 cmsRun CSCDBGainsPopCon_cfg.py
0029 cmsRun CSCDBNoiseMatrixPopCon_cfg.py
0030 cmsRun CSCDBPedestalsPopCon_cfg.py
0031 cmsRun CSCDBCrosstalkPopCon_cfg.py