Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hdv_mainframe.cc File Reference
#include <iostream>
#include <iomanip>
#include <sstream>
#include <cmath>
#include <fstream>
#include <unistd.h>
#include <pthread.h>
#include <sys/time.h>
#include <TRACKING/DMCThrown.h>
#include "hdv_mainframe.h"
#include "hdview2.h"
#include "MyProcessor.h"
#include "FDC/DFDCGeometry.h"
#include "FCAL/DFCALGeometry.h"
#include "TOF/DTOFGeometry.h"
#include "DVector2.h"
#include "HDGEOMETRY/DGeometry.h"
#include <PID/DNeutralParticle.h>
#include <DAQ/DEPICSvalue.h>
#include <TPolyMarker.h>
#include <TLine.h>
#include <TMarker.h>
#include <TBox.h>
#include <TVector3.h>
#include <TGeoVolume.h>
#include <TGeoManager.h>
#include <TGLabel.h>
#include <TGComboBox.h>
#include <TGButton.h>
#include <TGButtonGroup.h>
#include <TGTextEntry.h>
#include <TArrow.h>
#include <TLatex.h>
#include <TColor.h>
#include <TMath.h>
#include <TArc.h>

Go to the source code of this file.

Variables

JApplication * japp
 
int GO
 
bool SKIP_EPICS_EVENTS
 
static float BCAL_Rmin =65.0
 
static float BCAL_Rmax = 87.46
 
static float BCAL_MIDRAD = 77.0
 
static float BCAL_Zlen = 390.0
 
static float BCAL_Zmin = 212.0 - BCAL_Zlen/2.0
 
static float BCAL_MODS = 48
 
static float BCAL_LAYS1 = 3
 
static float BCAL_SECS1 = 4
 
static float BCAL_SECS2 = 4
 
static float BCAL_PHI_SHIFT = 0.0
 
static float FCAL_Zlen = 45.0
 
static float FCAL_Zmin = 622.8
 
static float FCAL_Rmin = 6.0
 
static float FCAL_Rmax = 212.0/2.0
 
static float CCAL_Zlen = 18.0
 
static float CCAL_Zmin = 876.106
 
static float CCAL_Rmin = 2.0
 
static float CCAL_Rmax = 24.0
 
static float CDC_Rmin = 9.0
 
static float CDC_Rmax = 59.0
 
static float CDC_Zlen = 150.0
 
static float CDC_Zmin = 17.0
 
static float TOF_Rmax = 125.0
 
static float TOF_Rmin = 6.0
 
static float TOF_Zlen = 2.54
 
static float TOF_Zmin = 618.8
 
static float FDC_Rmin = 3.5
 
static float FDC_Rmax = 48.5
 
static float TARGET_Zmid = 65.0
 
static float TARGET_Zlen = 30.0
 
static DFCALGeometryfcalgeom = new DFCALGeometry
 
static DTOFGeometrytofgeom = NULL
 
static vector< vector
< DFDCWire * > > 
fdcwires
 

Variable Documentation

float BCAL_LAYS1 = 3
static

Definition at line 59 of file hdv_mainframe.cc.

Referenced by hdv_mainframe::DrawDetectorsXY().

float BCAL_MIDRAD = 77.0
static

Definition at line 55 of file hdv_mainframe.cc.

Referenced by hdv_mainframe::DrawDetectorsXY().

float BCAL_MODS = 48
static

Definition at line 58 of file hdv_mainframe.cc.

Referenced by hdv_mainframe::DrawDetectorsXY().

float BCAL_PHI_SHIFT = 0.0
static
float BCAL_Rmax = 87.46
static
float BCAL_Rmin =65.0
static
float BCAL_SECS1 = 4
static

Definition at line 61 of file hdv_mainframe.cc.

Referenced by hdv_mainframe::DrawDetectorsXY().

float BCAL_SECS2 = 4
static

Definition at line 62 of file hdv_mainframe.cc.

Referenced by hdv_mainframe::DrawDetectorsXY().

float BCAL_Zlen = 390.0
static
float BCAL_Zmin = 212.0 - BCAL_Zlen/2.0
static
float CCAL_Rmax = 24.0
static

Definition at line 71 of file hdv_mainframe.cc.

Referenced by hdv_mainframe::DrawDetectorsXY().

float CCAL_Rmin = 2.0
static

Definition at line 70 of file hdv_mainframe.cc.

Referenced by hdv_mainframe::DrawDetectorsXY().

float CCAL_Zlen = 18.0
static

Definition at line 68 of file hdv_mainframe.cc.

Referenced by hdv_mainframe::DrawDetectorsXY().

float CCAL_Zmin = 876.106
static

Definition at line 69 of file hdv_mainframe.cc.

Referenced by hdv_mainframe::DrawDetectorsXY().

float CDC_Rmax = 59.0
static
float CDC_Rmin = 9.0
static
float CDC_Zlen = 150.0
static
float CDC_Zmin = 17.0
static
float FCAL_Rmax = 212.0/2.0
static
float FCAL_Rmin = 6.0
static
float FCAL_Zlen = 45.0
static
float FCAL_Zmin = 622.8
static
DFCALGeometry* fcalgeom = new DFCALGeometry
static

Definition at line 87 of file hdv_mainframe.cc.

float FDC_Rmax = 48.5
static
float FDC_Rmin = 3.5
static
int GO

Definition at line 10 of file hdview2.cc.

JApplication* japp
bool SKIP_EPICS_EVENTS

Definition at line 12 of file hdview2.cc.

Referenced by hdv_mainframe::DoNext().

float TARGET_Zlen = 30.0
static
float TARGET_Zmid = 65.0
static
float TOF_Rmax = 125.0
static
float TOF_Rmin = 6.0
static
float TOF_Zlen = 2.54
static
float TOF_Zmin = 618.8
static
DTOFGeometry* tofgeom = NULL
static

Definition at line 90 of file hdv_mainframe.cc.

Referenced by hdv_mainframe::hdv_mainframe().