////////////////////////////////////////////////////////////////////// /// (C)opyright 2004 /// /// Institute of Computer Science V /// Prof. Männer /// University of Mannheim, Germany /// /// ******************************************************************* /// /// Designer(s): Steinle /// /// ******************************************************************* /// /// Project: Trackfinder for CBM-Project at GSI-Darmstadt, Germany /// /// ******************************************************************* /// /// Description: /// /// file: /// - global definition of structs, defines and enums for project /// /// ******************************************************************* /// /// $Author: csteinle $ /// $Date: 2008-08-14 12:29:24 $ /// $Revision: 1.4 $ /// ////////////////////////////////////////////////////////////////////// #ifndef _MAGNETFIELDFACTORANALYSISDEF_H #define _MAGNETFIELDFACTORANALYSISDEF_H #define MAGNETFIELDFACTOREVENTMODIFIER "Event" /**< Defines the text to display in the header of a histogram for an event */ #define STSMAGNETFIELDFACTORANALYSISDIR "StsAnalysis" /**< This defines the name of the directory where the analysis is placed. */ #define MAGNETFIELDFACTORSAVINGDIRECTORY "MagnetfieldFactor" /**< Defines the name of the saving directory */ #define displayName "MagnetfieldFactor" /**< Defines the name for the display */ #define displayTitle "MagnetfieldFactor" /**< Defines the title for the display */ #define MAGNETFIELDFACTORXAXITITLE "B [kG]" /**< Defines the text to display for the title of the x-axi for the display */ #define MAGNETFIELDFACTORYAXITITLE "Distance [cells]" /**< Defines the text to display for the title of the y-axi for the display */ #endif