All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
anaPix.cc File Reference
#include "anaPix.h"
#include "FPCCDPixelHit.h"
#include "FPCCDData.h"
#include <iostream>
#include <EVENT/LCCollection.h>
#include <IMPL/LCCollectionVec.h>
#include <EVENT/MCParticle.h>
#include <IMPL/TrackerHitImpl.h>
#include <gear/VXDParameters.h>
#include <gear/VXDLayerLayout.h>
#include <cmath>
#include <algorithm>
#include <sstream>
#include <map>
#include <vector>
#include <TFile.h>
#include <TTree.h>
Include dependency graph for anaPix.cc:

Go to the source code of this file.

Variables

static int g_event = 0
 
static double g_x = 0.
 
static double g_y = 0.
 
static double g_z = 0.
 
static int g_layer = 0
 
static int g_ladder = 0
 
static double g_zeta = 0.
 
static double g_xi = 0.
 
static double g_zeta2 = 0.
 
static double g_xi2 = 0.
 
static double g_dE = 0.
 
static double g_digi_dE = 0.
 
static int g_quality = 0
 
static int g_nparents = 0
 
anaPix aanaPix
 

Variable Documentation

anaPix aanaPix

Definition at line 42 of file anaPix.cc.

double g_dE = 0.
static

Definition at line 37 of file anaPix.cc.

double g_digi_dE = 0.
static

Definition at line 38 of file anaPix.cc.

int g_event = 0
static

Definition at line 27 of file anaPix.cc.

int g_ladder = 0
static

Definition at line 32 of file anaPix.cc.

int g_layer = 0
static

Definition at line 31 of file anaPix.cc.

int g_nparents = 0
static

Definition at line 40 of file anaPix.cc.

int g_quality = 0
static

Definition at line 39 of file anaPix.cc.

double g_x = 0.
static

Definition at line 28 of file anaPix.cc.

double g_xi = 0.
static

Definition at line 34 of file anaPix.cc.

double g_xi2 = 0.
static

Definition at line 36 of file anaPix.cc.

double g_y = 0.
static

Definition at line 29 of file anaPix.cc.

double g_z = 0.
static

Definition at line 30 of file anaPix.cc.

double g_zeta = 0.
static

Definition at line 33 of file anaPix.cc.

double g_zeta2 = 0.
static

Definition at line 35 of file anaPix.cc.