Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_FCAL_LED_shifts.cc File Reference
#include "JEventProcessor_FCAL_LED_shifts.h"
#include <JANA/JApplication.h>
#include "FCAL/DFCALShower.h"
#include "FCAL/DFCALGeometry.h"
#include "FCAL/DFCALHit.h"
#include "FCAL/DFCALDigiHit.h"
#include "FCAL/DFCALCluster.h"
#include "TRACKING/DTrackTimeBased.h"
#include "PID/DVertex.h"
#include "DVector3.h"
#include "ANALYSIS/DAnalysisUtilities.h"
#include <TTree.h>
#include "PID/DParticleID.h"
#include "TRIGGER/DTrigger.h"
#include "GlueX.h"
#include <vector>
#include <map>
#include <deque>
#include <string>
#include <iostream>
#include <algorithm>
#include <fstream>
#include <stdio.h>
#include <stdlib.h>
#include <TDirectory.h>
#include <TH1I.h>
#include <TH2F.h>
#include <TFile.h>
#include <TFitResult.h>
#include <TFitResultPtr.h>
#include <JANA/JFactory.h>

Go to the source code of this file.

Functions

void InitPlugin (JApplication *app)
 
static double CalcADCShift (double reference_time, double time)
 

Variables

const int numChannels = 2800
 
const int numCrates = 12
 
const int firstCrate = 11
 
const int numSlots = 16
 
const int firstSlot = 3
 

Function Documentation

static double CalcADCShift ( double  reference_time,
double  time 
)
static
void InitPlugin ( JApplication *  app)

Definition at line 50 of file JEventProcessor_FCAL_LED_shifts.cc.

Variable Documentation

const int firstCrate = 11
const int firstSlot = 3
const int numChannels = 2800
const int numCrates = 12
const int numSlots = 16