Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DEventProcessor_fcal_charged.cc File Reference
#include "DEventProcessor_fcal_charged.h"
#include <TLorentzVector.h>
#include "TMath.h"
#include "DANA/DApplication.h"
#include "BCAL/DBCALShower.h"
#include "BCAL/DBCALTruthShower.h"
#include "BCAL/DBCALCluster.h"
#include "BCAL/DBCALPoint.h"
#include "BCAL/DBCALHit.h"
#include "FCAL/DFCALShower.h"
#include "FCAL/DFCALCluster.h"
#include "TRACKING/DMCThrown.h"
#include "ANALYSIS/DAnalysisUtilities.h"
#include "GlueX.h"
#include "BCAL/DBCALGeometry.h"
#include "FCAL/DFCALGeometry.h"
#include "TOF/DTOFPoint.h"
#include "DVector3.h"
#include <vector>
#include <deque>
#include <string>
#include <iostream>
#include <algorithm>
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void InitPlugin (JApplication *locApplication)
 

Variables

DFCALGeometry fcalgeom
 
static TH1I * h1_stats = NULL
 
static TH1I * h1_deltaX = NULL
 
static TH1I * h1_deltaY = NULL
 
static TH1I * h1_deltaX_tof = NULL
 
static TH1I * h1_deltaY_tof = NULL
 
static TH1I * h1_Efcal = NULL
 
static TH1I * h1_Ebcal = NULL
 
static TH1I * h1_tfcal = NULL
 
static TH1I * h1_intOverPeak = NULL
 
static TH1I * h1_N9 = NULL
 
static TH1I * h1_E9 = NULL
 
static TH1I * h1_t9 = NULL
 
static TH1I * h1_t9sigma = NULL
 
static TH1I * h1_N1 = NULL
 
static TH1I * h1_E1 = NULL
 
static TH1I * h1_t1 = NULL
 
static TH1I * h1_t1sigma = NULL
 
static TH2I * h2_dEdx_vsp = NULL
 
static TH2I * h2_dEdx9_vsp = NULL
 
static TH2I * h2_YvsX9 = NULL
 
static TH2I * h2_YvsXcheck = NULL
 
static TH2I * h2_YvsX1 = NULL
 
static TH2I * h2_E9vsp = NULL
 
static TH2I * h2_E1vsp = NULL
 
static TH2I * h2_E2vsp = NULL
 
static TH2I * h2_E1vspPos = NULL
 
static TH2I * h2_dEdxvsE9 = NULL
 
static TH2I * h2_intOverPeak_vsEfcal = NULL
 
static TH2I * h2_E1_vsintOverPeak = NULL
 
static TH2I * h2_E1peak_vsp = NULL
 
static TH2I * h2_E1vsRlocal = NULL
 
static TH2I * h2_E9_vsTheta = NULL
 
static TH2I * h2_E9_vsPhi = NULL
 
static TH2I * h2_E1_vsTheta = NULL
 
static TH2I * h2_E1_vsPhi = NULL
 
static TH2D * h2_E9_vsThetaPhiw = NULL
 
static TH2D * h2_E1_vsThetaPhiw = NULL
 
static TH2D * h2_E1_vsThetaPhi = NULL
 

Function Documentation

void InitPlugin ( JApplication *  locApplication)

Definition at line 89 of file DEventProcessor_fcal_charged.cc.

Variable Documentation

DFCALGeometry fcalgeom

Definition at line 38 of file DEventProcessor_fcal_charged.cc.

TH1I* h1_deltaX = NULL
static
TH1I* h1_deltaX_tof = NULL
static
TH1I* h1_deltaY = NULL
static
TH1I* h1_deltaY_tof = NULL
static
TH1I* h1_E1 = NULL
static
TH1I* h1_E9 = NULL
static
TH1I* h1_Ebcal = NULL
static
TH1I* h1_Efcal = NULL
static
TH1I* h1_intOverPeak = NULL
static
TH1I* h1_N1 = NULL
static
TH1I* h1_N9 = NULL
static
TH1I* h1_stats = NULL
static
TH1I* h1_t1 = NULL
static
TH1I* h1_t1sigma = NULL
static
TH1I* h1_t9 = NULL
static
TH1I* h1_t9sigma = NULL
static
TH1I* h1_tfcal = NULL
static
TH2I* h2_dEdx9_vsp = NULL
static
TH2I* h2_dEdx_vsp = NULL
static
TH2I* h2_dEdxvsE9 = NULL
static
TH2I* h2_E1_vsintOverPeak = NULL
static
TH2I* h2_E1_vsPhi = NULL
static
TH2I* h2_E1_vsTheta = NULL
static
TH2D* h2_E1_vsThetaPhi = NULL
static
TH2D* h2_E1_vsThetaPhiw = NULL
static
TH2I* h2_E1peak_vsp = NULL
static
TH2I* h2_E1vsp = NULL
static
TH2I* h2_E1vspPos = NULL
static
TH2I* h2_E1vsRlocal = NULL
static
TH2I* h2_E2vsp = NULL
static
TH2I* h2_E9_vsPhi = NULL
static
TH2I* h2_E9_vsTheta = NULL
static
TH2D* h2_E9_vsThetaPhiw = NULL
static
TH2I* h2_E9vsp = NULL
static
TH2I* h2_intOverPeak_vsEfcal = NULL
static
TH2I* h2_YvsX1 = NULL
static
TH2I* h2_YvsX9 = NULL
static
TH2I* h2_YvsXcheck = NULL
static