Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_CDC_online.cc File Reference
#include <stdint.h>
#include <vector>
#include <TMath.h>
#include "JEventProcessor_CDC_online.h"
#include <JANA/JApplication.h>
#include "CDC/DCDCHit.h"
#include "CDC/DCDCDigiHit.h"
#include "DAQ/Df125PulseIntegral.h"
#include "DAQ/Df125PulsePedestal.h"
#include "DAQ/Df125WindowRawData.h"
#include "DAQ/Df125CDCPulse.h"
#include "DAQ/Df125Config.h"
#include "TRIGGER/DTrigger.h"
#include <TDirectory.h>
#include <TH2.h>
#include <TH1.h>

Go to the source code of this file.

Functions

void InitPlugin (JApplication *app)
 

Variables

static TH1I * cdc_num_events = NULL
 
static TH2I * cdc_o = NULL
 
static TH2D * cdc_occ_ring [29]
 
static TH1I * cdc_raw_amp = NULL
 
static TH2I * cdc_raw_amp_vs_n = NULL
 
static TH1I * cdc_raw_t
 
static TH2I * cdc_raw_t_vs_n
 
static TH1I * cdc_raw_intpp
 
static TH2I * cdc_raw_intpp_vs_n
 
static TH1I * cdc_raw_int
 
static TH2I * cdc_raw_int_vs_n
 
static TH1I * cdc_ped = NULL
 
static TH2I * cdc_ped_vs_n = NULL
 
static TH1I * cdc_windata_ped = NULL
 
static TH2I * cdc_windata_ped_vs_n = NULL
 

Function Documentation

void InitPlugin ( JApplication *  app)

Definition at line 69 of file JEventProcessor_CDC_online.cc.

Variable Documentation

TH2I* cdc_o = NULL
static
TH1I* cdc_ped = NULL
static

Definition at line 55 of file JEventProcessor_CDC_online.cc.

TH2I* cdc_ped_vs_n = NULL
static

Definition at line 56 of file JEventProcessor_CDC_online.cc.

TH1I* cdc_raw_amp = NULL
static
TH2I* cdc_raw_amp_vs_n = NULL
static
TH1I* cdc_raw_int
static
TH2I* cdc_raw_int_vs_n
static
TH1I* cdc_raw_intpp
static

Definition at line 49 of file JEventProcessor_CDC_online.cc.

TH2I* cdc_raw_intpp_vs_n
static

Definition at line 50 of file JEventProcessor_CDC_online.cc.

TH1I* cdc_raw_t
static

Definition at line 46 of file JEventProcessor_CDC_online.cc.

TH2I* cdc_raw_t_vs_n
static

Definition at line 47 of file JEventProcessor_CDC_online.cc.

TH1I* cdc_windata_ped = NULL
static

Definition at line 58 of file JEventProcessor_CDC_online.cc.

TH2I* cdc_windata_ped_vs_n = NULL
static

Definition at line 59 of file JEventProcessor_CDC_online.cc.