#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] |
|
||||||||||||
|
|
|
|
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(). |
|
|
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(). |
|
|
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(). |
|
|
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(). |
1.3.9.1