Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloEmbedding
CaloReco
centrality
ClusterIso
compressor
decayfinder
epd
eventplaneinfo
Eventplaneinfo.cc
Eventplaneinfo.h
EventplaneinfoLinkDef.h
EventplaneinfoMap.cc
EventplaneinfoMap.h
EventplaneinfoMapLinkDef.h
EventplaneinfoMapv1.cc
EventplaneinfoMapv1.h
EventplaneinfoMapv1LinkDef.h
Eventplaneinfov1.cc
Eventplaneinfov1.h
Eventplaneinfov1LinkDef.h
EventPlaneReco.cc
EventPlaneReco.h
globalvertex
Half
HFTrackEfficiency
intt
jetbackground
jetbase
KFParticle_sPHENIX
mbd
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
QAUtils
rawtodst
ResonanceJetTagging
tpc
tpccalib
tpcdaq
TPCHitTrackDisplay
trackbase
trackbase_historic
TrackerMillepedeAlignment
TrackingDiagnostics
trackreco
trigger
vararray
QA
simulation
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Eventplaneinfo.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Eventplaneinfo.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef EVENTPLANEINFO_H
4
#define EVENTPLANEINFO_H
5
6
#include <
phool/PHObject.h
>
7
8
#include <cmath>
9
#include <iostream>
10
11
class
Eventplaneinfo
:
public
PHObject
12
{
13
public
:
14
~Eventplaneinfo
()
override
{}
15
16
void
identify
(std::ostream&
os
= std::cout)
const override
17
{
18
os
<<
"Eventplaneinfo base class"
<< std::endl;
19
}
20
21
PHObject
*
CloneMe
()
const override
{
return
nullptr
; }
22
23
virtual
void
set_qvector
(std::vector<std::pair<double, double>>
/*Qvec*/
) {
return
; }
24
virtual
void
set_shifted_psi
(std::vector<double>
/*Psi_Shifted*/
) {
return
; }
25
virtual
std::pair<double, double>
get_qvector
(
int
/*order*/
)
const
{
return
std::make_pair(NAN, NAN); }
26
virtual
double
get_psi
(
int
/*order*/
)
const
{
return
NAN; }
27
virtual
double
get_shifted_psi
(
int
/*order*/
)
const
{
return
NAN; }
28
virtual
double
GetPsi
(
const
double
/*Qx*/
,
const
double
/*Qy*/
,
const
unsigned
int
/*order*/
)
const
{
return
NAN; }
29
30
31
protected
:
32
Eventplaneinfo
() {}
33
34
private
:
35
ClassDefOverride
(
Eventplaneinfo
, 1);
36
};
37
38
#endif
coresoftware
blob
master
offline
packages
eventplaneinfo
Eventplaneinfo.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:05
using
1.8.2 with
sPHENIX GitHub integration