]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PMD/Readme.txt
Overlaps corrected, new shape of sectors
[u/mrichter/AliRoot.git] / PMD / Readme.txt
1 PMD Codes
2 ++++++++++++++++++++++++++
3 Author: Satyajit Jena
4 Tue Dec 16 17:12:47 CET 2014 
5 +++++++++++++++++++++++++
6
7 CMakeLists.txt : List of modules
8
9 PMDbase: PMD base classes        
10 PMDsim : Simulation Module        
11 PMDrec : Reconstructoin Module         
12 DA     : Detector Algorithm Module            
13
14 anal
15     : Analysis related codes, calibration, cleanup
16     : template reader
17            
18 info/
19     : To keep brief infos
20
21 data/ 
22     : Ascii mapping info + some default data           
23 macro/ 
24     : Contains all Example Files
25
26 ocdbmacro:/
27 It contains all macros that creates the default CDB 
28 objects we have in the repository's OCDB
29
30
31 MakePMDHotCDB.C             : OCDB/PMD/Calib/Hot     
32 MakePMDPedCDB.C             : OCDB/PMD/Calib/Ped
33 MakePMDGainCDB.C            : OCDB/PMD/Calib/Gain
34 MakePMDRecoParam.C          : OCDB/PMD/Calib/RecoParam 
35 MakePMDMappingCDB.C         : OCDB/PMD/Calib/Mapping
36 MakePMDDDLinfoCDB.C         : OCDB/PMD/Calib/Ddlinfo
37 MakePMDNoiseCutCDB.C        : OCDB/PMD/Calib/NoiseCut  
38 MakePMDResMisAlignment.C    : OCDB/PMD/Align/Data
39 MakePMDZeroMisAlignment.C   : OCDB/PMD/Align/Data
40 MakePMDFullMisAlignment.C   : OCDB/PMD/Align/Data
41
42
43
44 Readme.txt : This file    
45