Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
;
35
bool
good_upsilon
;
36
37
ClassDef(
PhotonPair
,9)
38
};
39
40
#endif
/* PhotonPair_H_ */
analysis
blob
master
EMCal-calibration
EMCalCalib
PhotonPair.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:51
using
1.8.2 with
sPHENIX GitHub integration