Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EpFinderEval.cc File Reference
#include "EpFinderEval.h"
#include <phool/phool.h>
#include <phool/getClass.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/PHTFileServer.h>
#include <fun4all/Fun4AllServer.h>
#include <g4main/PHG4HitContainer.h>
#include <g4main/PHG4Hit.h>
#include <g4main/PHG4TruthInfoContainer.h>
#include <g4main/PHG4VtxPoint.h>
#include <g4main/PHG4Particle.h>
#include <calobase/RawTowerDefs.h>
#include <calobase/RawTowerContainer.h>
#include <calobase/RawTower.h>
#include <calobase/RawTowerGeomContainer.h>
#include <calobase/RawTowerGeom.h>
#include <calobase/RawClusterContainer.h>
#include <calobase/RawCluster.h>
#include <phhepmc/PHHepMCGenEventMap.h>
#include <phhepmc/PHHepMCGenEvent.h>
#include <HepMC/GenEvent.h>
#include <HepMC/GenParticle.h>
#include <HepMC/HeavyIon.h>
#include <TTree.h>
#include <TH2D.h>
#include <TVector3.h>
#include <TRandom3.h>
#include <TMath.h>
#include <iostream>
#include <utility>
#include "EpFinder.h"
+ Include dependency graph for EpFinderEval.cc:

Go to the source code of this file.

Macros

#define TOWER_E_CUT   0.0
 

Functions

double XYtoPhi (double x, double y)
 
double XYtoPhi_02PI (double x, double y)
 
double getEta (double pt, double pz)
 
double DeltaPhi (double phi1, double phi2)
 

Macro Definition Documentation

#define TOWER_E_CUT   0.0

Definition at line 40 of file EpFinderEval.cc.

View newest version in sPHENIX GitHub at line 40 of file EpFinderEval.cc

Referenced by EpFinderEval::fill_tree().

Function Documentation

double DeltaPhi ( double  phi1,
double  phi2 
)

Definition at line 70 of file EpFinderEval.cc.

View newest version in sPHENIX GitHub at line 70 of file EpFinderEval.cc

References INTTVtxZ::dphi, and TwoPi.

double getEta ( double  pt,
double  pz 
)

Definition at line 64 of file EpFinderEval.cc.

View newest version in sPHENIX GitHub at line 64 of file EpFinderEval.cc

References eta, ActsTests::PropagationDatasets::theta, and XYtoPhi().

+ Here is the call graph for this function:

double XYtoPhi ( double  x,
double  y 
)

Definition at line 46 of file EpFinderEval.cc.

View newest version in sPHENIX GitHub at line 46 of file EpFinderEval.cc

References ActsTests::PropagationDatasets::phi, and TwoPi.

Referenced by getEta().

+ Here is the caller graph for this function:

double XYtoPhi_02PI ( double  x,
double  y 
)

Definition at line 55 of file EpFinderEval.cc.

View newest version in sPHENIX GitHub at line 55 of file EpFinderEval.cc

References ActsTests::PropagationDatasets::phi, and TwoPi.