Running the Tracker Data Quality Monitoring ORCA code

Requires you to have downloaded all the software using the getOrcaNew and getOrcaFed9U scripts from here.

It can run either the standard Tracker Data Quality Monitoring code (formally TT6 analysis) or the simple test-beam analysis example.  These are descibed on the test-beam software web page in under `TT6 Analysis' and `General.cpp' respectively. The standard monitoring code is now in sub-system TrackerMonitoring. Documentation on the code structure there is in TrackerMonitoring/doc/

The analysis programs are in TrackerMonitoring/FrameworkSiStripMon/test/. The important files are:

None of these files contain any code. They are just linked to different libraries in the BuildFile and these create the analysis object (via PkBuilder) which then observe events dispatched via COBRA.

For analysing real data or MC, you need to use the .orcarc cards in orcarc_cobradriven_data or orcarc_cobradriven_mc respectively. Note that you also need to source the script setGeom.csh ince DaqPrototype still expects to know where the CMSIM geometry is (in case it needs the B-field map).

Warnings: