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

Go to the source code of this file.

Functions

void InitPlugin (JApplication *app)
 

Variables

static TH1F * cdc_time = NULL
 
static TH1I * cdc_rawtime = NULL
 
static TTree * tfit = NULL
 
static TTree * rtfit = NULL
 
static bool FIT_TIME = true
 

Function Documentation

void InitPlugin ( JApplication *  app)

Definition at line 52 of file JEventProcessor_CDC_drift.cc.

Variable Documentation

TH1I* cdc_rawtime = NULL
static
TH1F* cdc_time = NULL
static
bool FIT_TIME = true
static
TTree* rtfit = NULL
static
TTree* tfit = NULL
static