Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_TPOL_online.cc File Reference
#include <stdint.h>
#include <vector>
#include "JEventProcessor_TPOL_online.h"
#include <JANA/JApplication.h>
#include <DAQ/Df250WindowRawData.h>
#include <DAQ/Df250PulseData.h>
#include <TRIGGER/DL1Trigger.h>
#include <TPOL/DTPOLSectorDigiHit.h>
#include <TPOL/DTPOLHit.h>
#include <TPOL/DTPOLHit_factory.h>
#include <TDirectory.h>
#include <TH1.h>
#include <TH2.h>
#include <TProfile.h>

Go to the source code of this file.

Functions

void InitPlugin (JApplication *app)
 

Variables

const int Nsectors = DTPOLHit_factory::NSECTORS
 
const int NmultBins = 25
 
static TH1I * tpol_num_events
 
static TH1I * hRaw_NHits
 
static TH1I * hHit_NHits
 
static TH1I * hHit_Occupancy
 
static TH1F * hHit_Phi
 
static TH1I * hHit_Peak
 
static TH2I * hHit_PeakVsSector
 
static TH1I * hHit_Integral
 
static TH2I * hHit_IntegralVsSector
 
static TH1I * hHit_Time
 
static TH2I * hHit_TimeVsSector
 
static TH2F * hHit_TimeVsPhi
 
static TH2I * hHit_TimeVsPeak
 
static TH2I * hHit_TimeVsIntegral
 
static TH1I * hDigiHit_NHits
 
static TH1I * hDigiHit_NSamplesPedestal
 
static TH1I * hDigiHit_Pedestal
 
static TProfile * hDigiHit_PedestalVsSector
 
static TH1I * hDigiHit_QualityFactor
 
static TH1I * hDigiHit_PulseNumber
 
static TH2I * hDigiHit_PulseNumberVsSector
 
static TH1I * hDigiHit_Occupancy
 
static TH1I * hDigiHit_RawPeak
 
static TH2I * hDigiHit_RawPeakVsSector
 
static TH1I * hDigiHit_RawIntegral
 
static TH2I * hDigiHit_RawIntegralVsSector
 
static TH1I * hDigiHit_NSamplesIntegral
 
static TH2I * hDigiHit_PeakVsSector
 
static TH2I * hDigiHit_IntegralVsPeak
 
static TH2I * hDigiHit_IntegralVsSector
 
static TH1I * hDigiHit_PulseTime
 
static TH1I * hDigiHit_Time
 
static TH2I * hDigiHit_TimeVsSector
 
static TH2I * hDigiHit_TimeVsPeak
 
static TH2I * hDigiHit_TimeVsIntegral
 

Function Documentation

void InitPlugin ( JApplication *  app)

Definition at line 66 of file JEventProcessor_TPOL_online.cc.

Variable Documentation

TH2I* hDigiHit_IntegralVsPeak
static
TH2I* hDigiHit_IntegralVsSector
static
TH1I* hDigiHit_NHits
static
TH1I* hDigiHit_NSamplesIntegral
static
TH1I* hDigiHit_NSamplesPedestal
static
TH1I* hDigiHit_Occupancy
static
TH2I* hDigiHit_PeakVsSector
static
TH1I* hDigiHit_Pedestal
static
TProfile* hDigiHit_PedestalVsSector
static
TH1I* hDigiHit_PulseNumber
static
TH2I* hDigiHit_PulseNumberVsSector
static
TH1I* hDigiHit_PulseTime
static
TH1I* hDigiHit_QualityFactor
static
TH1I* hDigiHit_RawIntegral
static
TH2I* hDigiHit_RawIntegralVsSector
static
TH1I* hDigiHit_RawPeak
static
TH2I* hDigiHit_RawPeakVsSector
static
TH1I* hDigiHit_Time
static
TH2I* hDigiHit_TimeVsIntegral
static
TH2I* hDigiHit_TimeVsPeak
static
TH2I* hDigiHit_TimeVsSector
static
TH1I* hHit_Integral
static
TH2I* hHit_IntegralVsSector
static
TH1I* hHit_NHits
static
TH1I* hHit_Occupancy
static
TH1I* hHit_Peak
static
TH2I* hHit_PeakVsSector
static
TH1F* hHit_Phi
static
TH1I* hHit_Time
static
TH2I* hHit_TimeVsIntegral
static
TH2I* hHit_TimeVsPeak
static
TH2F* hHit_TimeVsPhi
static
TH2I* hHit_TimeVsSector
static
TH1I* hRaw_NHits
static
const int NmultBins = 25

Definition at line 24 of file JEventProcessor_TPOL_online.cc.

TH1I* tpol_num_events
static