Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_BCAL_point_time.cc File Reference
#include <stdint.h>
#include <vector>
#include "JEventProcessor_BCAL_point_time.h"
#include <JANA/JApplication.h>
#include <JANA/JFactory.h>
#include "BCAL/DBCALPoint.h"
#include "TRACKING/DMCThrown.h"
#include <TDirectory.h>
#include <TH2.h>
#include <TH1.h>
#include <TProfile.h>
#include <TProfile2D.h>
#include <TTree.h>
#include <TStyle.h>
#include <TROOT.h>

Go to the source code of this file.

Functions

void InitPlugin (JApplication *app)
 

Variables

static const double degperrad = 180/3.14159265
 
static const int nummodule =48
 
static const int numlayer =4
 
static const int numsector =4
 
static TH2I * hitus_TimeVsZ_layer [numlayer]
 
static TH2I * hitds_TimeVsZ_layer [numlayer]
 
static TH2I * hit_TimediffVsZ_layer [numlayer]
 
static TH2I * hit_TimesumVsZ_layer [numlayer]
 
static TH2I * point_TimeVsZ_chan [nummodule][numlayer][numsector]
 
static TH2I * point_TimeVsZ_layer [numlayer]
 
static TH1I * point_NVsZ_layer [numlayer]
 
static TH1I * point_NVsTheta_layer [numlayer]
 
static TH1I * thrown_NVsZ
 
static TH1I * thrown_NVsTheta
 
static TH1F * point_NormVsZ_layer [numlayer]
 
static TH1F * point_NormVsTheta_layer [numlayer]
 
static TH2I * test_coords
 
static TProfile * hitus_TimeVsZ_layer_prof [numlayer]
 
static TProfile * hitds_TimeVsZ_layer_prof [numlayer]
 
static TProfile * hit_TimediffVsZ_layer_prof [numlayer]
 
static TProfile * hit_TimesumVsZ_layer_prof [numlayer]
 
static TProfile * point_TimeVsZ_layer_prof [numlayer]
 

Function Documentation

void InitPlugin ( JApplication *  app)

Definition at line 63 of file JEventProcessor_BCAL_point_time.cc.

Variable Documentation

const double degperrad = 180/3.14159265
static
TH2I* hit_TimediffVsZ_layer[numlayer]
static
TProfile* hit_TimediffVsZ_layer_prof[numlayer]
static
TH2I* hit_TimesumVsZ_layer[numlayer]
static
TProfile* hit_TimesumVsZ_layer_prof[numlayer]
static
TH2I* hitds_TimeVsZ_layer[numlayer]
static
TProfile* hitds_TimeVsZ_layer_prof[numlayer]
static
TH2I* hitus_TimeVsZ_layer[numlayer]
static
TProfile* hitus_TimeVsZ_layer_prof[numlayer]
static
TH1F* point_NormVsTheta_layer[numlayer]
static
TH1F* point_NormVsZ_layer[numlayer]
static
TH2I* point_TimeVsZ_layer[numlayer]
static
TProfile* point_TimeVsZ_layer_prof[numlayer]
static
TH2I* test_coords
static