Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /EventFilter/GctRawToDigi/test/README is written in an unsupported language. File is not indexed.

0001 
0002 EventFilter/GctRawToDigi Test Suite
0003 
0004 In all cases, need to check the *ErrorFlag histograms output by the job.  For test 3, 
0005 need to compare this with output from current release version.
0006 
0007 
0008 1. test_RawToDigi_RelVal.py
0009         Unpack raw data in RelVal sample, and compare output with original sim digis. 
0010 Verifies backwards compatibility with existing MC raw.
0011 
0012 
0013 2. test_DigiToRaw_RawToDigi_RelVal.py
0014         Run digi2raw-raw2digi on sim digis in RelVal sample, and compare output with 
0015 original sim digis.  Verifies packer-unpacker consistency in new version.
0016 
0017 
0018 3. test_RawToDigi_Emulator_Data.py
0019         Unpack real data, and run emulator comparison.  Verify unpacker compatibility 
0020 with existing raw data.
0021 
0022 
0023 
0024 EventFilter/GctRawToDigi Examples
0025 
0026 Some of these could probably do with a clean up.
0027 
0028 1. gctDigiToRaw_cfg.py
0029         Packer example
0030 
0031 2. gctRawToDigi_cfg.py
0032         Unpacker example
0033 
0034 3. gctVmeDigiDump_cfg.py
0035         Read VME text file, run unpacker and print GCT digis
0036 
0037 4. gctVmeDoAll_cfg.py
0038         Read VME text file, run unpacker, DQM and emulator DQM
0039 
0040 5. gctVmeDqm_cfg.py
0041         Read VME text file, run unpacker and DQM
0042 
0043