Hall C ROOT/C++ Analyzer (hcana)
Loading...
Searching...
No Matches
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 "Textvars.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

◆ addE()

Double_t addE ( Double_t  x,
THcShowerHit h 
)

Definition at line 922 of file THcShower.cxx.

◆ addEneg()

Double_t addEneg ( Double_t  x,
THcShowerHit h 
)

Definition at line 946 of file THcShower.cxx.

◆ addEpos()

Double_t addEpos ( Double_t  x,
THcShowerHit h 
)

Definition at line 942 of file THcShower.cxx.

◆ addEpr()

Double_t addEpr ( Double_t  x,
THcShowerHit h 
)

Definition at line 938 of file THcShower.cxx.

◆ addX()

Double_t addX ( Double_t  x,
THcShowerHit h 
)

Definition at line 926 of file THcShower.cxx.

◆ addY()

Double_t addY ( Double_t  x,
THcShowerHit h 
)

Definition at line 930 of file THcShower.cxx.

◆ addZ()

Double_t addZ ( Double_t  x,
THcShowerHit h 
)

Definition at line 934 of file THcShower.cxx.

◆ clE()

Double_t clE ( THcShowerCluster cluster)

Definition at line 981 of file THcShower.cxx.

◆ clEplane()

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

Definition at line 997 of file THcShower.cxx.

◆ clEpr()

Double_t clEpr ( THcShowerCluster cluster)

Definition at line 987 of file THcShower.cxx.

◆ clX()

Double_t clX ( THcShowerCluster cluster)

Definition at line 963 of file THcShower.cxx.

◆ clY()

Double_t clY ( THcShowerCluster cluster)

Definition at line 954 of file THcShower.cxx.

◆ clZ()

Double_t clZ ( THcShowerCluster cluster)

Definition at line 973 of file THcShower.cxx.