Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

mMuiEvalOPar.h

Go to the documentation of this file.
00001 #ifndef __MMUIEVALOPAR_H__
00002 #define __MMUIEVALOPAR_H__
00003 
00004 #include<MUIOO.h>
00005 #include<PHObject.h>
00006 #include<TMuiParBase.h>
00007 
00008 class mMuiEvalOPar : public TMuiParBase
00009 {
00010  public:
00013   mMuiEvalOPar() : 
00014     _pr_mode(NORMAL){}
00015  ~mMuiEvalOPar() {;}
00017 
00019   enum PRMode {PERFECT,NORMAL};
00021   PRMode get_pr_mode() const { return _pr_mode; } 
00023   void set_pr_mode(PRMode mode){_pr_mode = mode;}
00024 
00025  private:
00026 
00027   PRMode _pr_mode;
00028 
00029 };
00030 
00031 #endif /* __MMUIEVALOPAR_H__*/
00032 
00033 
00034 
00035 
00036 
00037 
00038 
00039 
00040 
00041 
00042 
00043 
00044 

MUIOO: PHENIX Muon Identifier Analysis Framework. Documentation by doxygen
Last modified: