]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Documentation implemented
authorcheynis <cheynis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Feb 2008 15:25:33 +0000 (15:25 +0000)
committercheynis <cheynis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Feb 2008 15:25:33 +0000 (15:25 +0000)
VZERO/VZEROda.cxx

index 29b59ee93b092db4b50495166f9ca64f2a835231..1d69484f954732a08276e4cb173f3126aaa63eee 100755 (executable)
@@ -1,16 +1,29 @@
-/********************************************************************************
-*                                                                               *
-* VZERO Detector Algorithm used for extracting calibration parameters           *
-*                                                                               *
-* This program reads the DDL data file passed as argument using the monitoring  *
-* library.                                                                      *
-* It computes calibration parameters, populates local "./V0_Ped_Width_Gain.dat" *           
-* file and exports it to the FES.                                               *
-* We have 128 channels instead of 64 as expected for V0 due to the two sets of  *
-* charge integrators which are used by the FEE ...                              *
-* The program reports about its processing progress.                            *
-*                                                                               *
-*********************************************************************************/
+/*********************************************************************************
+- Contact:    Brigitte Cheynis     b.cheynis@ipnl.in2p3.fr
+- Link:       /afs/cern.ch/user/c/cheynis/public/run546.dat
+- Run Type:   PHYSICS
+- DA Type:    LDC
+- Number of events needed: >=100
+- Input Files:  raw_data_file_on_LDC
+- Output Files: local files  V00Log.txt, VZERO_Histos.root, V0_Ped_Width_Gain.dat
+                FXS file     V0_Ped_Width_Gain.dat
+- Trigger types used:
+**********************************************************************************/
+
+
+/**********************************************************************************
+*                                                                                 *
+* VZERO Detector Algorithm used for extracting calibration parameters             *
+*                                                                                 *
+* This program reads the DDL data file passed as argument using the monitoring    *
+* library.                                                                        *
+* It computes calibration parameters, populates local "./V0_Ped_Width_Gain.dat"   *            
+* file and exports it to the FES.                                                 *
+* We have 128 channels instead of 64 as expected for V0 due to the two sets of    *
+* charge integrators which are used by the FEE ...                                *
+* The program reports about its processing progress.                              *
+*                                                                                 *
+***********************************************************************************/
 
 // DATE
 #include "event.h"
@@ -28,7 +41,8 @@
 #include <stdlib.h>
 
 //ROOT
-
+#include "TROOT.h"
+#include "TPluginManager.h"
 #include <TFile.h>
 #include <TH1F.h>
 #include <TMath.h>