Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_ST_online_tracking.cc File Reference
#include "JEventProcessor_ST_online_tracking.h"
#include <JANA/JApplication.h>
#include <JANA/JFactory.h>
#include <TDirectory.h>
#include <TH1.h>
#include <TH2.h>
#include "START_COUNTER/DSCHit.h"
#include "START_COUNTER/DSCDigiHit.h"
#include <stdint.h>
#include <vector>
#include <stdio.h>
#include "PID/DDetectorMatches.h"
#include "PID/DParticleID.h"
#include "PID/DChargedTrack.h"
#include "TRACKING/DTrackTimeBased.h"
#include "TRIGGER/DTrigger.h"

Go to the source code of this file.

Functions

void InitPlugin (JApplication *app)
 

Variables

const double RAD2DEG = 57.29577951
 
const uint32_t NCHANNELS = 30
 
static TH2I * h2_r_vs_z
 
static TH2I * h2_y_vs_x
 
static TH2I * h2_phi_vs_sector
 
static TH2I * h2_dphi_sector
 
static TH2I * h2_dedx_P_mag
 
static TH2I * h2_dedx_P_mag_postv
 
static TH2I * h2_dedx_P_mag_negtv
 

Function Documentation

void InitPlugin ( JApplication *  app)

Definition at line 49 of file JEventProcessor_ST_online_tracking.cc.

Variable Documentation

TH2I* h2_phi_vs_sector
static
const uint32_t NCHANNELS = 30

Definition at line 36 of file JEventProcessor_ST_online_tracking.cc.

const double RAD2DEG = 57.29577951

Definition at line 35 of file JEventProcessor_ST_online_tracking.cc.