Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PhotonPair.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PhotonPair.h
1 // $Id: $
2 
11 #ifndef PhotonPair_H_
12 #define PhotonPair_H_
13 
14 #include <phool/PHObject.h>
15 #include <phool/phool.h>
16 
20 class PhotonPair : public PHObject
21 {
22 public:
23  PhotonPair();
24  virtual
25  ~PhotonPair();
26 
27  virtual void
28  Clear(Option_t *option = "");
29 
30  virtual void
31  Reset();
32 
33  float gmass;
34  float mass;
36 
37 ClassDef(PhotonPair,9)
38 };
39 
40 #endif /* PhotonPair_H_ */