Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_pedestal_online.cc File Reference
#include <stdint.h>
#include <vector>
#include <cmath>
#include "JEventProcessor_pedestal_online.h"
#include <JANA/JApplication.h>
#include <JANA/JFactory.h>
#include <DAQ/DF1TDCHit.h>
#include <DAQ/Df250PulseIntegral.h>
#include <DAQ/Df250PulseData.h>
#include <DAQ/JEventSource_EVIO.h>
#include <TTAB/DTranslationTable.h>
#include <TDirectory.h>
#include <TH2.h>
#include <TH1.h>
#include <TProfile.h>
#include <TProfile2D.h>
#include <TTree.h>
#include <TROOT.h>

Go to the source code of this file.

Functions

void InitPlugin (JApplication *app)
 

Variables

static const int highcratenum =100
 
static TProfile * pedestal_vevent [highcratenum]
 
static TTree * pedestal_vtime_tree [highcratenum]
 
static TH1F * pedestal_vtime_hist [highcratenum]
 
int treetime
 
int pednumsamps
 
float pedmean
 
float pedrms
 
float treepedestal [highcratenum]
 
long int recentwalltime =0
 
static const time_t periodlength =30
 
long int globalstarttime =0
 
long int globalstoptime =0
 
long int periodstarttime [highcratenum]
 

Function Documentation

void InitPlugin ( JApplication *  app)

Definition at line 56 of file JEventProcessor_pedestal_online.cc.

Variable Documentation

long int globalstarttime =0
long int globalstoptime =0
TH1F* pedestal_vtime_hist[highcratenum]
static
const time_t periodlength =30
static
float treepedestal[highcratenum]

Definition at line 43 of file JEventProcessor_pedestal_online.cc.