Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_FCALpulsepeak.cc File Reference
#include "JEventProcessor_FCALpulsepeak.h"
#include <JANA/JApplication.h>
#include <JANA/JFactory.h>
#include <stdint.h>
#include <vector>
#include <iostream>
#include "FCAL/DFCALHit.h"
#include "FCAL/DFCALDigiHit.h"
#include "FCAL/DFCALGeometry.h"
#include "FCAL/DFCALCluster.h"
#include "FCAL/DFCALShower.h"
#include "DAQ/Df250PulseIntegral.h"
#include "DAQ/Df250PulsePedestal.h"
#include "DAQ/Df250PulseData.h"
#include "units.h"
#include "DLorentzVector.h"
#include "DVector3.h"
#include "HDGEOMETRY/DGeometry.h"
#include "DANA/DApplication.h"
#include "TRIGGER/DTrigger.h"
#include <algorithm>
#include <stdio.h>
#include <stdlib.h>
#include <TDirectory.h>
#include <TH1I.h>
#include <TH2F.h>
#include "HistogramTools.h"

Go to the source code of this file.

Functions

void InitPlugin (JApplication *app)
 

Variables

const int nChan = 2800
 
static TH1I * pulsepeak [nChan]
 

Function Documentation

void InitPlugin ( JApplication *  app)

Definition at line 50 of file JEventProcessor_FCALpulsepeak.cc.

Variable Documentation

const int nChan = 2800

Definition at line 43 of file JEventProcessor_FCALpulsepeak.cc.

TH1I* pulsepeak[nChan]
static