/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
MagneticField/VolumeBasedEngine/doc/VolumeBasedEngine.doc
51 строка
2 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
/*! \page MagneticField_VolumeBasedEngine Package MagneticField/VolumeBasedEngine <center> <small> <!-- @CVS_TAG@ will be substituted at build time, no need to touch --> <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/MagneticField/VolumeBasedEngine/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> - <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/MagneticField/VolumeBasedEngine/.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 --> Engine for the volume-based magnetic field. For details, see CMS CR-2005/011. \subsection interface Public interface <!-- List the classes that are provided for use in other packages (if any) --> No class is directly exposed to the user: field engines are accessed via the MagneticField interface. The internal implementation is based on the following classes: - VolumeBasedMagneticField : the concrete MagneticField engine. - MagGeometry : the class handling the field volume geometry; normally not used directly by end users. \subsection modules Modules <!-- Describe modules implemented in this package and their parameter set --> - VolumeBasedMagneticFieldESProducer. To use this engine you should include in the cfi: <pre> include "Configuration/StandardSequences/data/MagneticField.cff" </pre> \subsection tests Unit tests and examples <!-- Describe cppunit tests and example configuration files --> An example of field access using this engine is provided in MagneticField/Engine/test/testMagneticField.cfg. \section status Status and planned development <!-- e.g. completed, stable, missing features --> Stable. <hr> Last updated: @DATE@ Author: N. Amapane (CERN) */