Warning, /L1Trigger/RPCTechnicalTrigger/doc/README is written in an unsupported language. File is not indexed.
0001 * Sep 14 2009: Andres Osorio
0002
0003 Notes on the hardware-pseudoconfig.txt and hardware-pseudoconfig-TTU-X.txt files:
0004
0005 The "hardware-pseudoconfig.txt" describe some of the RPC-TT hardware configuration needed to run the emulator. It is equivalent in content to the
0006 sqlite file also included in this /test area.
0007
0008 Contents:
0009
0010 First part: RBC configuration x 30
0011
0012 line1: rbc_id wheel_id BCN0_delay Majority LogicName
0013 line2: masked OR inputs
0014 line3: forced OR inputs
0015
0016
0017 Second block: TTU configuration x 3
0018
0019 line1: ttu_id run_type trigger_mode firmware_ver length_fiber delay max_wheels wheel_id1 wheel_id2 logic_name track_length
0020 line2: masked sectors
0021 line3: forced sectors
0022
0023 Default:
0024
0025 How to use it:
0026
0027
0028 ----------------------------
0029
0030 The test area also include two other configurations: hardware-pseudoconfig-TTU-3.txt and hardware-pseudoconfig-TTU-5.txt where the -X value says the
0031 majority level used for all the Logics.
0032
0033 ----------------------------
0034
0035 * October 24 2009
0036
0037 Description of provided test cfg files:
0038
0039 rpcTechnicalTrigger_cfg.py: basic cfg file: can run on RelVal physics samples
0040 rpcTechnicalTriggerData_cfg.py: example of running on data (CRAFT2)
0041 rpcTechnicalTriggerCosmics_cfg.py: example of running on Cosmic MC samples: the base digi collection changes in this case to RPCSimLinks as instructed in this line:
0042 "process.rpcTechnicalTrigger.UseRPCSimLink = cms.untracked.int32(1) "
0043
0044 ----------------------------