Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_FCALpedestals.cc File Reference
#include "JEventProcessor_FCALpedestals.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 <stdio.h>
#include <stdlib.h>
#include <TDirectory.h>
#include <TH1I.h>
#include <TH2F.h>
#include <JANA/JFactory.h>

Go to the source code of this file.

Functions

void InitPlugin (JApplication *app)
 

Variables

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

Function Documentation

void InitPlugin ( JApplication *  app)

Definition at line 42 of file JEventProcessor_FCALpedestals.cc.

Variable Documentation

const int nChan = 2800

Definition at line 36 of file JEventProcessor_FCALpedestals.cc.