Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PhotonPair.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PhotonPair.C
1 // $Id: $
2 
11 #include "PhotonPair.h"
12 #include <cmath>
13 
14 using namespace std;
15 
17 
19 {
20  Reset();
21 }
22 
24 {
25  // TODO Auto-generated destructor stub
26 }
27 
28 void
30 {
31 
32  gmass = NAN;
33  mass = NAN;
34  good_upsilon = false;
35 
36 }
37 
38 void
39 PhotonPair::Clear(Option_t *option)
40 {
41  PHObject::Clear(option);
42 
43  Reset();
44 }