Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TridControl.cxx File Reference

#include "TridControl.h"
#include "TridModel.h"
#include "TridPage.h"
#include "MessageService/MsgService.h"
#include "Midad/Base/PageDisplay.h"
#include "Conventions/Munits.h"
#include <sigc++/sigc++.h>
#include <sigc++/class_slot.h>
#include <TStyle.h>
#include <TColor.h>
#include <TROOT.h>
#include <TSystem.h>
#include <TFile.h>
#include <TTimer.h>
#include <TEnv.h>
#include <TOrdCollection.h>
#include <THashList.h>
#include <math.h>
#include <algorithm>

Go to the source code of this file.

Functions

 CVSID ("$Id: TridControl.cxx,v 1.26 2007/02/01 22:24:00 rhatcher Exp $")

Variables

const char * kColorModeNames [TridControl::kNumColorModes]
const char * kTransModeNames [TridControl::kNumTransModes]
const double kColorModeStartRanges [TridControl::kNumColorModes][2]
const double kTransModeStartRanges [TridControl::kNumTransModes][2]


Function Documentation

CVSID "$Id: TridControl cxx,
v 1.26 2007/02/01 22:24:00 rhatcher Exp $" 
 


Variable Documentation

const char* kColorModeNames[TridControl::kNumColorModes]
 

Initial value:

 
  {
    "Charge (MIPs)",
    "Charge (ADC Counts)",
    "Charge (PEs)",
    "Mean Time (raw) (ns)",
    "Mean Time (-t0) (ns)",
    "Earliest Time (raw) (ns)",
    "Earliest Time (-t0) (ns)",
    "Occupancy"
  }

Definition at line 35 of file TridControl.cxx.

Referenced by TridControl::GetColorModeName(), TridHistoPage::Init(), and TridControl::TridControl().

const double kColorModeStartRanges[TridControl::kNumColorModes][2]
 

Initial value:

 
   {{ 0, 20   },
    { 0, 2000 },
    { 0, 20   },
    { 0, 200  },
    { 0, 200  },
    { 0, 200  },
    { 0, 200  },
    { 0, 4    }
  }

Definition at line 59 of file TridControl.cxx.

Referenced by TridControl::TridControl().

const char* kTransModeNames[TridControl::kNumTransModes]
 

Initial value:

 
  {
    "None",
    "Constant",
    "Charge (MIPs)",
    "Charge (ADC Counts)",
    "Charge (PEs)",
    "Mean Time (raw) (ns)",
    "Mean Time (-t0) (ns)",
  }

Definition at line 47 of file TridControl.cxx.

Referenced by TridControl::GetTransModeName(), and TridTransHistoPage::Init().

const double kTransModeStartRanges[TridControl::kNumTransModes][2]
 

Initial value:

 
  { { 0, 1.2  },
    { 0, 1.2, },
    { 0, 20 },
    { 0, 2000 },
    { 0, 20 },
    { 0, 200 },
    { 0, 200 },
  }

Definition at line 70 of file TridControl.cxx.

Referenced by TridControl::TridControl().


Generated on Thu Nov 1 11:56:02 2007 for loon by  doxygen 1.3.9.1