Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
photon.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DEventProcessor_photoneff_hists.h
4 // Created: Thu Feb 12 09:43:13 EST 2009
5 // Creator: davidl (on Darwin harriet.jlab.org 9.6.0 i386)
6 //
7 
8 #ifndef _photon_
9 #define _photon_
10 
11 #include <TObject.h>
12 #include <TVector3.h>
13 
14 
15 class photon:public TObject{
16 
17  public:
18 
19  TVector3 pthrown;
20  TVector3 pfit;
21  double chisq;
22  int Ndof;
24  double delta_theta; // mrad
25  double delta_phi; // mrad
27  int Nbcal;
28  int Nfcal;
29  unsigned long event;
30 
31  private:
32  ClassDef(photon,1);
33 
34 };
35 
36 #endif // _photon_
37 
double delta_theta
Definition: photon.h:24
Definition: photon.h:15
int Nfcal
Definition: photon.h:28
double delta_phi
Definition: photon.h:25
double chisq
Definition: photon.h:21
int Nbcal
Definition: photon.h:27
TVector3 pfit
Definition: photon.h:20
unsigned long event
Definition: photon.h:29
TVector3 pthrown
Definition: photon.h:19
double delta_E_over_E
Definition: photon.h:23
bool isreconstructable
Definition: photon.h:26
int Ndof
Definition: photon.h:22
ClassDef(photon, 1)