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

◆ addE()

Double_t addE ( Double_t  x,
THcShowerHit h 
)

Definition at line 922 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.