EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "BEmcProfile.h"
#include "BEmcCluster.h"
#include <TFile.h>
#include <TH1.h>
#include <TMath.h>
#include <TROOT.h>
#include <boost/format.hpp>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <memory>
Go to the source code of this file.
Variables | |
const int | NP = 4 |
const int NP = 4 |
Definition at line 18 of file BEmcProfile.cc.
View newest version in sPHENIX GitHub at line 18 of file BEmcProfile.cc
Referenced by BEmcProfile::BEmcProfile(), BEmcProfile::GetProb(), BEmcRec::GetProb(), BEmcProfile::PredictEnergy(), and BEmcProfile::~BEmcProfile().