1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
/*!
<!-- Substitute SUBSYSTEM and PACKAGE with the proper names! -->
\page CalibCalorimetry_HcalPlugins Package CalibCalorimetry/HcalPlugins
<center>
<small>
<!-- @PROJ_VERS@ will be substituted at build time, no need to touch -->
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/CalibCalorimetry/HcalPlugins/?cvsroot=CMSSW&only_with_tag=@PROJ_VERS@>CVS</a> -
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/CalibCalorimetry/HcalPlugins/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
</small>
</center>
\section desc Description
<!-- Short description of what this package is supposed to provide -->
Producers immediately related with HCAL calibrations
\subsection interface Public interface
<!-- List the classes that are provided for use in other packages (if any) -->
None
\subsection modules Modules
<!-- Describe modules implemented in this package and their parameter set -->
- HcalDbProducer: Produce HcalDbService - general HCAL calibrations referral,
combining different types of HCAL calibrations
- HcalHardcodeCalibrations: Produces HCAL calibrations using default values
<pre>
\htmlinclude hardwired_conditions.cfi
</pre>
- HcalTextCalibrations: Produces HcalCalibrations using text file inputs
Note: Regular calibrations stored in POOL DB are accessed using generic PoolDBESSource module.
\subsection tests Unit tests and examples
<!-- Describe cppunit tests and example configuration files -->
- HcalDbAnalyzer: example to access HCAL calibrations and printing out some of its values
- HcalDbEventSetupTestASCII.cfg: example how to read calibrations from plain files
- HcalDbEventSetupTestHardcode.cfg: example how to set calibrations to default values
- HcalDbEventSetupTestPool.cfg: example how to read calibrations from POOL DB
\section status Status and planned development
<!-- e.g. completed, stable, missing features -->
Stable
<hr>
Last updated:
@DATE@ F.Ratnikov
*/
|