Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_FDC_online.cc File Reference
#include <stdint.h>
#include <vector>
#include "JEventProcessor_FDC_online.h"
#include <JANA/JApplication.h>
#include "FDC/DFDCHit.h"
#include "FDC/DFDCWireDigiHit.h"
#include "FDC/DFDCCathodeDigiHit.h"
#include "FDC/DFDCPseudo.h"
#include "DAQ/Df125PulsePedestal.h"
#include <DAQ/Df125PulseTime.h>
#include <TMath.h>
#include <TDirectory.h>
#include <TH2.h>
#include <TH1.h>

Go to the source code of this file.

Macros

#define PI   3.14159265
 
#define TDC_v3BIN_SIZE   0.1118
 

Functions

void InitPlugin (JApplication *app)
 

Variables

static TH1I * fdc_wire_occ [4][6]
 
static TH1I * fdc_cathode_occ [2][4][6]
 
static TH2I * fdc_cathode_time [2][4][6]
 
static TH2I * fdc_cathode_pulse_height [2][4][6]
 
static TH2F * fdc_occ_plane [24]
 
static TH1I * fdc_num_events
 
static TH2I * fdcow
 
static TH2I * fdcos
 

Macro Definition Documentation

#define PI   3.14159265

Definition at line 30 of file JEventProcessor_FDC_online.cc.

Referenced by JEventProcessor_FDC_online::init().

#define TDC_v3BIN_SIZE   0.1118

Definition at line 31 of file JEventProcessor_FDC_online.cc.

Referenced by JEventProcessor_FDC_online::evnt().

Function Documentation

void InitPlugin ( JApplication *  app)

Definition at line 49 of file JEventProcessor_FDC_online.cc.

Variable Documentation

TH1I* fdc_cathode_occ[2][4][6]
static
TH2I* fdc_cathode_pulse_height[2][4][6]
static
TH2I* fdc_cathode_time[2][4][6]
static
TH1I* fdc_num_events
static
TH2F* fdc_occ_plane[24]
static
TH1I* fdc_wire_occ[4][6]
static
TH2I* fdcos
static
TH2I* fdcow
static