StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StFmsFittedPhoton.h
Go to the documentation of this file.
1 // $Id: StFmsFittedPhoton.h,v 1.1 2015/03/10 14:38:54 jeromel Exp $
2 //
3 // $Log: StFmsFittedPhoton.h,v $
4 // Revision 1.1 2015/03/10 14:38:54 jeromel
5 // First version of FmsUtil from Yuxi Pan - reviewd 2015/02
6 //
16 #ifndef STROOT_STFMSPOINTMAKER_STFMSFITTEDPHOTON_H_
17 #define STROOT_STFMSPOINTMAKER_STFMSFITTEDPHOTON_H_
18 
19 namespace FMSCluster { // $NMSPC
28  StFmsFittedPhoton(double xx = -1., double yy = -1., double e = 0.)
29  : energy(e), x(xx), y(yy) { }
30  // Use default copy constructor and assignment operator
33  double energy;
34  double x;
35  double y;
36 }; // class StFmsFittedPhoton
37 } // namespace FMSCluster
38 
39 #endif // STROOT_STFMSPOINTMAKER_STFMSFITTEDPHOTON_H_
StFmsFittedPhoton(double xx=-1., double yy=-1., double e=0.)
double x
Fitted (relative) x-position.
double energy
Fitted energy.
double y
Fitted (relative) y-position.