Analysis Software
Documentation for sPHENIX simulation software
|
#include <analysis/blob/master/sPhenixAj/src/PseudoJetPlus.h>
Public Member Functions | |
PseudoJetPlusUserInfoBase (int qc, TString Type) | |
Standard Constructor. | |
int | GetQuarkCharge () const |
Get charge in units of e/3. | |
void | SetQuarkCharge (const int qc) |
Set charge in units of e/3. | |
double | GetCharge () const |
Set charge in units of e. | |
void | SetCharge (const double c) |
Set charge in units of e. | |
TString | GetType () |
Private Attributes | |
int | quarkcharge |
Charge in units of e/3. | |
const TString | Type |
Could use something like an enum instead. | |
Userinfo base, for all kinds of constituents. Should have a type identifier, to ascertain what info is available, plus some things that should be defined for all kinds.
Definition at line 21 of file PseudoJetPlus.h.
View newest version in sPHENIX GitHub at line 21 of file PseudoJetPlus.h
|
inline |
Standard Constructor.
Definition at line 24 of file PseudoJetPlus.h.
View newest version in sPHENIX GitHub at line 24 of file PseudoJetPlus.h
|
inline |
Set charge in units of e.
Definition at line 35 of file PseudoJetPlus.h.
View newest version in sPHENIX GitHub at line 35 of file PseudoJetPlus.h
References quarkcharge.
|
inline |
Get charge in units of e/3.
Definition at line 30 of file PseudoJetPlus.h.
View newest version in sPHENIX GitHub at line 30 of file PseudoJetPlus.h
References quarkcharge.
|
inline |
Type. Using, e.g., TString::Contains() one can find out what more info is available
Definition at line 41 of file PseudoJetPlus.h.
View newest version in sPHENIX GitHub at line 41 of file PseudoJetPlus.h
|
inline |
Set charge in units of e.
Definition at line 37 of file PseudoJetPlus.h.
View newest version in sPHENIX GitHub at line 37 of file PseudoJetPlus.h
References Acts::PhysicalConstants::c, and quarkcharge.
|
inline |
Set charge in units of e/3.
Definition at line 32 of file PseudoJetPlus.h.
View newest version in sPHENIX GitHub at line 32 of file PseudoJetPlus.h
References quarkcharge.
|
private |
Charge in units of e/3.
Definition at line 41 of file PseudoJetPlus.h.
View newest version in sPHENIX GitHub at line 41 of file PseudoJetPlus.h
Referenced by GetCharge(), GetQuarkCharge(), SetCharge(), and SetQuarkCharge().
|
private |
Could use something like an enum instead.
Definition at line 45 of file PseudoJetPlus.h.
View newest version in sPHENIX GitHub at line 45 of file PseudoJetPlus.h