Hall C ROOT/C++ Analyzer (hcana)
THcShower.h File Reference
#include "TClonesArray.h"
#include "THaNonTrackingDetector.h"
#include "THcHitList.h"
#include "THcShowerPlane.h"
#include "THcShowerArray.h"
#include "THcShowerHit.h"
#include "TMath.h"
Include dependency graph for THcShower.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  THcShower
 Generic segmented shower detector. More...
 

Functions

Double_t addE (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 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.