All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
G2CD.cc File Reference
#include <G2CD.hh>
#include <EVENT/LCCollection.h>
#include <EVENT/MCParticle.h>
#include <EVENT/SimCalorimeterHit.h>
#include <EVENT/CalorimeterHit.h>
#include <EVENT/LCFloatVec.h>
#include <EVENT/LCParameters.h>
#include <IMPL/CalorimeterHitImpl.h>
#include <IMPL/LCCollectionVec.h>
#include <IMPL/LCFlagImpl.h>
#include <IMPL/LCRelationImpl.h>
#include "UTIL/CellIDDecoder.h"
#include <limits.h>
#include <string>
#include <iostream>
#include <cmath>
#include <stdexcept>
#include <sstream>
#include <TFile.h>
#include <TTree.h>
#include <Rtypes.h>
#include <TMath.h>
#include <TF1.h>
#include <TRandom.h>
#include <TVector3.h>
Include dependency graph for G2CD.cc:

Go to the source code of this file.

Classes

struct  DigiHit
 

Variables

const float pi = acos(-1.0)
 
std::map< int, std::pair
< float, float > > 
WeightVector
 
float ChanceOfKink = 0.1
 
float KinkHitChargeBoost = 2.2
 
G2CD aG2CD
 

Variable Documentation

G2CD aG2CD

Definition at line 55 of file G2CD.cc.

float ChanceOfKink = 0.1

Definition at line 52 of file G2CD.cc.

float KinkHitChargeBoost = 2.2

Definition at line 53 of file G2CD.cc.

const float pi = acos(-1.0)

Definition at line 34 of file G2CD.cc.

std::map<int, std::pair<float, float> > WeightVector

Definition at line 50 of file G2CD.cc.