]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/READMEmchview.txt
o updates (Alla, Filip)
[u/mrichter/AliRoot.git] / MUON / READMEmchview.txt
index 03fc3dedeb9abbc87afe70619b4e2c1d904074be..922829052b092de5532a338c8c06e2c18eb31946 100644 (file)
@@ -2,23 +2,23 @@
 
 /*! \page README_mchview Tracker visualisation program
 
-A visualisation program, mchview, is now available to display, in two dimensions
+A visualisation program, \link mchview.cxx mchview \endlink, is now available to display, in two dimensions
  (3D visu being done within the EVE framework), the tracker chambers. 
  
 \section mchview_install Installing the program
 
-mchview should be installed together with the rest of AliRoot. Two points should be noted though.
- mchview is using two external files to run properly. One is a resource file $HOME/.mchviewrc, used
+\em mchview should be installed together with the rest of AliRoot. Two points should be noted though.
\em mchview is using two external files to run properly. One is a resource file $HOME/.mchviewrc, used
  to "configure" the program and keep some history of the user interaction with it (e.g. the list of recent
  data sources used). The other one is a Root file, padstore.root (default name, can be changed with the resource file), 
  which contains lots of precomputed information (like the contours that are being displayed, the geometry transformations,
- etc...). By default, mchview will look for this file in the current directory. If it's not there, it will
+ etc...). By default, \em mchview will look for this file in the current directory. If it's not there, it will
  ask if it's OK to create it. Be warned that this will take a while (but is only done once). 
- If you install a new version of mchview, it is recommended to delete this file first, before lauching mchview again.
+ If you install a new version of \em mchview, it is recommended to delete this file first, before lauching \em mchview again.
  
 \section mchview_navigation Navigating the display
 
-When starting mchview (and after the padstore.root file has been created for the first time), 
+When starting \em mchview (and after the padstore.root file has been created for the first time), 
 you'll be presented with two tabs. The first one allow to navigate within the detector, and the 
 second one to select data sources to be displayed.
 The first tab offers a global view of the 10 tracking chambers. On the right you'll see
@@ -27,7 +27,7 @@ The first tab offers a global view of the 10 tracking chambers. On the right you
  view things for a given cathode or for a given plane. Note that in some instances those buttons maybe inactive.
 On the bottom are three groups of radio buttons, labelled "responder", "outline" and "plot", followed by data source buttons (see later) :
  Each group will contain a number of buttons corresponding to different view levels of the detector (e.g. detection element, manu, buspatch, etc...).
- In mchview jargon, what is displayed on screen is called a "painter". The meaning of responder, outline and plot is as follow :
+ In \em mchview jargon, what is displayed on screen is called a "painter". The meaning of responder, outline and plot is as follow :
  
  - responder (only one selected at a time) is the type of painter that responds to mouse events. When you mouse over responder painters, they'll
  be highlighted (bold yellow line around them), and some information about them will be displayed in the top right corner.
@@ -44,13 +44,13 @@ On the bottom left is a group button used to select which data source should be
 Next to it will be a list of buttons to select exactly what to plot from a data source (once you've selected a data source only).
 
 Note that whenever you click on a painter and get a new view, you get use the navigation buttons (top left) to go forward and backward, as in 
-a web browser for instance. Note also that the mchview menu bar contains a "History" menu where you can see (and pick a view) all the views that were opened.
+a web browser for instance. Note also that the \em mchview menu bar contains a "History" menu where you can see (and pick a view) all the views that were opened.
 
 Even before selecting something to plot, at this stage you could use the program to familiarize yourself with the detector structure (aka mapping).
 
 \section mchview_datasource Specifying the data source
 
-The second tab of the mchview allows to select one or several data sources. 
+The second tab of the \em mchview allows to select one or several data sources. 
 Each data source, in turn, will provide one or more "things" to be plotted.
 The number of "things" actually depends on the data source.
 For instance, a raw data source will allow to plot the mean and the sigma of the pad charges.
@@ -61,8 +61,11 @@ From top to bottom, you'll see group of frames used to :
 
 - select from a list of recently used source
 
-- select a raw data source (either by typing in its full pathname, or opening a file dialog). The second text field in this group is to specify the
-location of the OCDB to be used (if any). If that field is not empty (and the corresponding entry is correct, of course), the raw data will be calibrated.
+- select a raw data source (either by typing in its full pathname, or opening a file dialog). 
+The second line in this group is to specify that you want to calibrate the data. Check one of the calibrate buttons, and specify the
+location of the OCDB to be used. If that field is not empty (and the corresponding entry is correct, of course), 
+the raw data will be calibrated.
+The last line in that group is a single check button, to instruct the program to produce histograms of the data (see \ref mchview_histogramming)
 
 - select an OCDB data source (pedestals, gains, capacitances)
 
@@ -70,18 +73,25 @@ In all the frames, once you've selected or entered the needed information, you'l
 and a new data source line will appear in the bottom of that tab (and in also in the first tab, that data source will now 
 be selectable for plotting). Each data source line indicates the short name of the data source, the full path, and a list of buttons to run, stop, rewind and
 remove. Run/Stop/Rewind is only selectable for data sources where the notion of event means something (e.g. for pedestals it won't).
+The short name of the data source is as follow :
 
-Note that all the file paths can be local ones or alien ones, if you have a correctly installed alien, and you use a short wrapped to call the mchview program.
-For instance :
+- RAW# : raw data for run #
+- RAW(#) : raw data for simulated run (where run number is always 0, so # here is the number of such data sources opened at the same time)
+- HRAW# (or HRAW(#)) : as above, but with histogramming turned on
+- (H)CALZ# (or (H)CALZ(#)): as above, but for data where pedestal subtraction has been done (and no gain correction whatsoever)
+- (H)CALG# : for data where pedestal subtraction and gain correction has been applied (but no channel-per-channel capacitance correction done)
+- (H)CALC# : for data where pedestal subtraction and full gain correction (including channel-dependent capacitance correction) applied
 
+Note that all the file paths can be local ones or alien ones, if you have a correctly installed alien, and you use a short wrapped to call the \em mchview program.
+For instance :
+<pre>
 alias mchl $HOME/mchview.alien
+</pre>
 
 where mchview.alien is a little script :
-
+<pre>
 #!/bin/sh
-
 test=`alien-token-info | grep -c expired`
-
 if [ $test -gt 0 ]; then
   echo "Token expired. Getting a new token"
   alien-token-destroy
@@ -90,27 +100,57 @@ elif [ ! -e /tmp/gclient_env_$UID ]; then
   echo "Getting a token"
   alien-token-init
 fi
-
 if [ ! -e /tmp/gclient_env_$UID ]; then
   echo "No token. Exiting"
   exit
 fi
-
 source /tmp/gclient_env_$UID
-
 export alien_API_USER=youralienuserid # only needed if different from your local username
-
 mchview $*
-
----------
+</pre>
+
+\section mchview_histogramming Histogramming
+
+Starting at version 0.9 of the \em mchview program, you can now produce histograms of the raw adc values, while running over the
+data. For this you have to check the "histogram" button when creating the data source. Please note that turning on the histogram will slow down
+a bit the data reading. 
+Histograms produced by the program are as compact as possible in order to fit in memory (so they are *not* plain TH1 objects).
+Plain TH1 objects are produced later on (on request only), and should be deleted as soon as possible (you have to realize that
+1 million TH1 of 4096 channels has no chance to fit in memory...)
+Access to the histograms can be done through the GUI, using the right click on any painter.
+For extra flexibily, you can also use the root prompt (of the \em mchview program itself).
+First get the data object, and then ask the data object to create the histogram(s) you want. Remember to delete those histograms as soon
+as you no longer need them :
+
+<pre>
+AliMUONPainterRegistry* reg = AliMUONPainterRegistry::Instance();
+reg->Print();
+AliMUONVTrackerData* data = reg->FindDataSource("HRAW(1)");
+TH1* h = data->CreateChannelHisto(707,1025,63);
+h->Draw();
+delete h;
+h = data->CreateManuHisto(707,1025);
+etc...
+</pre>
+
+You can get histograms for all levels (except PCB) : channel, manu, bus patch, detection element, chamber. See AliMUONVTrackerData doc. for the methods.
+
+\section mchview_savingprinting Saving and printing
+
+From the File menu of the \em mchview application, you can use SaveAs and PrintAs popups to respectively save the current data sources (meaning you can quit
+the program and start again with the same filled data sources, without having to rerun on the source) and print the current display.
+Printing needs a little bit of polishing (e.g. getting a nice and descriptive title would help a lot), but it's better than nothing.
+Note that the \em mchview application now has a \em --use option to reload a previously saved .root file (same effect as using the File/Open menu).
+
+\section mchview_warnings Important warnings. Please read.
 
 IMPORTANT WARNINGS
 
-The remove button is currently not working...
-
 In principle, you could have several raw data sources running at the same time. This is NOT currently working. You can have several data sources opened
  at the same time, but not running at the same time. (this has to do with AliRawReader not being thread-safe for the moment).
  
 Once you have one or more data sources added, you can go back to first tab and start looking at the data ;-)
 
+This chapter is defined in the READMEmchview.txt file.
+
 */