]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/AliHLTCommonCDBEntries.h
coveritiy
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTCommonCDBEntries.h
1 // $Id$
2
3 #ifndef ALIHLTCOMMONCDBENTRIES_H
4 #define ALIHLTCOMMONCDBENTRIES_H
5 //* This file is property of and copyright by the ALICE HLT Project        * 
6 //* ALICE Experiment at CERN, All rights reserved.                         *
7 //* See cxx source for full Copyright notice                               *
8
9 /** @file   AliHLTCommonCDBEntries.h
10     @author Matthias Richter
11     @date   
12     @brief  Common CDB Entries for the ALICE HLT
13 */
14
15 /**
16  * @defgroup alihlt_component_cdb Common CDB Entries
17  * @ingroup alihlt_component
18  */
19  
20
21 /**
22  * Uniform magnetic field of the solenoid.
23  * @ingroup alihlt_component_cdb
24  */
25 #define kAliHLTCDBSolenoidBz "HLT/ConfigHLT/SolenoidBz"
26
27 #endif