EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <cmath>
#include <fstream>
#include <iostream>
#include <memory>
#include <sstream>
#include <TF1.h>
#include <TF2.h>
#include <TLorentzVector.h>
#include <TMath.h>
#include <TRandom3.h>
#include <TROOT.h>
#include <TString.h>
#include <TSystem.h>
#include <TVector2.h>
#include "eicsmear/erhic/Kinematics.h"
#include "eicsmear/erhic/Particle.h"
#include "eicsmear/erhic/ParticleIdentifier.h"
#include "eicsmear/erhic/VirtualParticle.h"
#include "eicsmear/smear/SmearConstants.h"
#include "eicsmear/smear/ParticleMCS.h"
Go to the source code of this file.
Namespaces | |
namespace | Smear |
Functions | |
int | Smear::PGenre (const erhic::VirtualParticle &prt) |
double | Smear::FixTheta (double theta) |
double | Smear::FixPhi (double phi) |
double | Smear::GetVariable (const erhic::VirtualParticle &prt, KinType kin) |
bool | Smear::IsCoreType (KinType kin) |
int | Smear::ParseInputFunction (TString &s, KinType &kin1, KinType &kin2) |