Hall C ROOT/C++ Analyzer (hcana)
THcShower.cxx File Reference
#include "THcShower.h"
#include "THcHallCSpectrometer.h"
#include "THaEvData.h"
#include "THaDetMap.h"
#include "THcDetectorMap.h"
#include "THcGlobals.h"
#include "THaCutList.h"
#include "THcParmList.h"
#include "VarDef.h"
#include "VarType.h"
#include "THaTrack.h"
#include "TClonesArray.h"
#include "THaTrackProj.h"
#include "TMath.h"
#include "Helper.h"
#include <cstring>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <numeric>
#include <cassert>
Include dependency graph for THcShower.cxx:

Go to the source code of this file.

Functions

Double_t addE (Double_t x, THcShowerHit *h)
 
Double_t addEneg (Double_t x, THcShowerHit *h)
 
Double_t addEpos (Double_t x, THcShowerHit *h)
 
Double_t addEpr (Double_t x, THcShowerHit *h)
 
Double_t addX (Double_t x, THcShowerHit *h)
 
Double_t addY (Double_t x, THcShowerHit *h)
 
Double_t addZ (Double_t x, THcShowerHit *h)
 
Double_t clE (THcShowerCluster *cluster)
 
Double_t clEplane (THcShowerCluster *cluster, Int_t iplane, Int_t side)
 
Double_t clEpr (THcShowerCluster *cluster)
 
Double_t clX (THcShowerCluster *cluster)
 
Double_t clY (THcShowerCluster *cluster)
 
Double_t clZ (THcShowerCluster *cluster)
 

Function Documentation

Double_t addE ( Double_t  x,
THcShowerHit h 
)

Definition at line 921 of file THcShower.cxx.

Double_t addEneg ( Double_t  x,
THcShowerHit h 
)

Definition at line 945 of file THcShower.cxx.

Double_t addEpos ( Double_t  x,
THcShowerHit h 
)

Definition at line 941 of file THcShower.cxx.

Double_t addEpr ( Double_t  x,
THcShowerHit h 
)

Definition at line 937 of file THcShower.cxx.

Double_t addX ( Double_t  x,
THcShowerHit h 
)

Definition at line 925 of file THcShower.cxx.

Double_t addY ( Double_t  x,
THcShowerHit h 
)

Definition at line 929 of file THcShower.cxx.

Double_t addZ ( Double_t  x,
THcShowerHit h 
)

Definition at line 933 of file THcShower.cxx.

Double_t clE ( THcShowerCluster cluster)

Definition at line 980 of file THcShower.cxx.

Double_t clEplane ( THcShowerCluster cluster,
Int_t  iplane,
Int_t  side 
)

Definition at line 996 of file THcShower.cxx.

Double_t clEpr ( THcShowerCluster cluster)

Definition at line 986 of file THcShower.cxx.

Double_t clX ( THcShowerCluster cluster)

Definition at line 962 of file THcShower.cxx.

Double_t clY ( THcShowerCluster cluster)

Definition at line 953 of file THcShower.cxx.

Double_t clZ ( THcShowerCluster cluster)

Definition at line 972 of file THcShower.cxx.