Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hdview2/MyProcessor.cc File Reference
#include <iostream>
#include <vector>
#include <string>
#include <TLorentzVector.h>
#include <TLorentzRotation.h>
#include <TEllipse.h>
#include <TArc.h>
#include <TBox.h>
#include <TLine.h>
#include <TText.h>
#include <TVector3.h>
#include <TColor.h>
#include <TLegend.h>
#include <particleType.h>
#include "hdview2.h"
#include "hdv_mainframe.h"
#include "hdv_debugerframe.h"
#include "MyProcessor.h"
#include "TRACKING/DTrackHit.h"
#include "TRACKING/DQuickFit.h"
#include "TRACKING/DMagneticFieldStepper.h"
#include "TRACKING/DTrackCandidate_factory.h"
#include "TRACKING/DMCTrackHit.h"
#include "TRACKING/DMCThrown.h"
#include "TRACKING/DTrackWireBased.h"
#include "TRACKING/DTrackTimeBased.h"
#include "PID/DChargedTrack.h"
#include "TRACKING/DReferenceTrajectory.h"
#include "JANA/JGeometry.h"
#include "TRACKING/DMCTrajectoryPoint.h"
#include "FCAL/DFCALHit.h"
#include "CCAL/DCCALHit.h"
#include "CCAL/DCCALShower.h"
#include "TOF/DTOFGeometry.h"
#include "TOF/DTOFHit.h"
#include "TOF/DTOFTDCDigiHit.h"
#include "TOF/DTOFDigiHit.h"
#include "TOF/DTOFPaddleHit.h"
#include "TOF/DTOFPoint.h"
#include "FDC/DFDCGeometry.h"
#include "CDC/DCDCTrackHit.h"
#include "FDC/DFDCPseudo.h"
#include "FDC/DFDCIntersection.h"
#include "HDGEOMETRY/DGeometry.h"
#include "FCAL/DFCALGeometry.h"
#include "PID/DNeutralParticle.h"
#include "PID/DNeutralShower.h"
#include "BCAL/DBCALHit.h"
#include "BCAL/DBCALIncidentParticle.h"
#include "START_COUNTER/DSCHit.h"
#include "DVector2.h"
#include "TRIGGER/DL1Trigger.h"

Go to the source code of this file.

Functions

bool DMCTrajectoryPoint_track_cmp (const DMCTrajectoryPoint *a, const DMCTrajectoryPoint *b)
 

Variables

hdv_mainframehdvmf
 
static float FCAL_Zmin = 622.8
 
static float FCAL_Rmin = 6.0
 
static float FCAL_Rmax = 212.0/2.0
 
static float BCAL_Rmin = 65.0
 
static float BCAL_Zlen = 390.0
 
static float BCAL_Zmin = 212.0 - BCAL_Zlen/2.0
 
static vector< vector
< DFDCWire * > > 
fdcwires
 
MyProcessorgMYPROC =NULL
 

Function Documentation

bool DMCTrajectoryPoint_track_cmp ( const DMCTrajectoryPoint a,
const DMCTrajectoryPoint b 
)

Variable Documentation

float BCAL_Rmin = 65.0
static

Definition at line 71 of file hdview2/MyProcessor.cc.

Referenced by MyProcessor::GetIntersectionWithCalorimeter().

float BCAL_Zlen = 390.0
static

Definition at line 72 of file hdview2/MyProcessor.cc.

Referenced by MyProcessor::GetIntersectionWithCalorimeter().

float BCAL_Zmin = 212.0 - BCAL_Zlen/2.0
static

Definition at line 73 of file hdview2/MyProcessor.cc.

Referenced by MyProcessor::GetIntersectionWithCalorimeter().

float FCAL_Rmax = 212.0/2.0
static

Definition at line 70 of file hdview2/MyProcessor.cc.

Referenced by MyProcessor::GetIntersectionWithCalorimeter().

float FCAL_Rmin = 6.0
static

Definition at line 69 of file hdview2/MyProcessor.cc.

Referenced by MyProcessor::GetIntersectionWithCalorimeter().

float FCAL_Zmin = 622.8
static
vector<vector <DFDCWire *> > fdcwires
static

Definition at line 76 of file hdview2/MyProcessor.cc.

Referenced by MyProcessor::FillGraphics().