StFms  0.0.0
FMS software in the STAR framework
StFmsFittedPhoton.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // $Log$
13 #ifndef STROOT_STFMSPOINTMAKER_STFMSFITTEDPHOTON_H_
14 #define STROOT_STFMSPOINTMAKER_STFMSFITTEDPHOTON_H_
15 
16 #include "Rtypes.h" // For ClassDef macro
17 
18 namespace FMSCluster { // $NMSPC
27  StFmsFittedPhoton(Float_t x = -1., Float_t y = -1., Float_t e = 0.,
28  Float_t xerr = -1., Float_t yerr = -1., Float_t eerr = -1.);
29  // Use default copy constructor and assignment operator
33  void Clear();
34  Float_t energy;
35  Float_t errEne;
36  Float_t xPos;
37  Float_t errXPos;
38  Float_t yPos;
39  Float_t errYPos;
40  ClassDef(StFmsFittedPhoton, 0)
41 }; // class StFmsFittedPhoton
42 } // namespace FMSCluster
43 
44 #endif // STROOT_STFMSPOINTMAKER_STFMSFITTEDPHOTON_H_
StFmsFittedPhoton(Float_t x=-1., Float_t y=-1., Float_t e=0., Float_t xerr=-1., Float_t yerr=-1., Float_t eerr=-1.)
Float_t xPos
Fitted (relative) x-position.
Float_t energy
Fitted energy.
Float_t errEne
Energy fit error.
Float_t errXPos
x-position fit error
Float_t errYPos
y-position fit error
Float_t yPos
Fitted (relative) y-position.