EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Experiment.h File Reference
#include "Rtypes.h"
+ Include dependency graph for Experiment.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Experiment
 

Typedefs

typedef enum
Experiment::EExperiment 
Experiment::Experiment_t
 

Enumerations

enum  Experiment::EExperiment {
  Experiment::kUnknown = 0x00, Experiment::kS001 = 0x01, Experiment::kS002 = 0x02, Experiment::kS003 = 0x04,
  Experiment::kS004 = 0x08, Experiment::kS005 = 0x10, Experiment::kS006 = 0x11
}
 

Functions

Int_t Experiment::FullMask ()
 
const Char_t * Experiment::AsString (Experiment_t detector)
 
Experiment::Experiment_t Experiment::CharToEnum (Char_t c)
 
Char_t * Experiment::MaskToString (Int_t mask)
 
Experiment::Experiment_t Experiment::StringToEnum (const Char_t *chars, Int_t maxChar=0)
 
Int_t Experiment::StringToMask (const Char_t *chars, Int_t maxChar=0)