Hall C ROOT/C++ Analyzer (hcana)
|
#include "TClonesArray.h"
#include "THaNonTrackingDetector.h"
#include "THcHitList.h"
#include "THcShowerPlane.h"
#include "THcShowerArray.h"
#include "THcShowerHit.h"
#include "TMath.h"
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) |
Double_t addE | ( | Double_t | x, |
THcShowerHit * | h | ||
) |
Definition at line 922 of file THcShower.cxx.
Double_t addEpr | ( | Double_t | x, |
THcShowerHit * | h | ||
) |
Definition at line 938 of file THcShower.cxx.
Double_t addX | ( | Double_t | x, |
THcShowerHit * | h | ||
) |
Definition at line 926 of file THcShower.cxx.
Double_t addY | ( | Double_t | x, |
THcShowerHit * | h | ||
) |
Definition at line 930 of file THcShower.cxx.
Double_t addZ | ( | Double_t | x, |
THcShowerHit * | h | ||
) |
Definition at line 934 of file THcShower.cxx.
Double_t clE | ( | THcShowerCluster * | cluster | ) |
Definition at line 981 of file THcShower.cxx.
Double_t clEplane | ( | THcShowerCluster * | cluster, |
Int_t | iplane, | ||
Int_t | side | ||
) |
Definition at line 997 of file THcShower.cxx.
Double_t clEpr | ( | THcShowerCluster * | cluster | ) |
Definition at line 987 of file THcShower.cxx.
Double_t clX | ( | THcShowerCluster * | cluster | ) |
Definition at line 963 of file THcShower.cxx.
Double_t clY | ( | THcShowerCluster * | cluster | ) |
Definition at line 954 of file THcShower.cxx.
Double_t clZ | ( | THcShowerCluster * | cluster | ) |
Definition at line 973 of file THcShower.cxx.