Analysis Software
Documentation for sPHENIX simulation software
|
#include "CaloAna.h"
#include <TLorentzVector.h>
#include <g4main/PHG4Hit.h>
#include <g4main/PHG4HitContainer.h>
#include <g4detectors/PHG4Cell.h>
#include <g4detectors/PHG4CellContainer.h>
#include <calobase/RawCluster.h>
#include <calobase/RawClusterContainer.h>
#include <calobase/RawClusterUtility.h>
#include <calobase/RawTower.h>
#include <calobase/RawTowerContainer.h>
#include <calobase/RawTowerGeom.h>
#include <calobase/RawTowerGeomContainer.h>
#include <calobase/TowerInfo.h>
#include <calobase/TowerInfoContainer.h>
#include <calobase/TowerInfoDefs.h>
#include <fun4all/Fun4AllHistoManager.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <phool/getClass.h>
#include <globalvertex/GlobalVertex.h>
#include <globalvertex/GlobalVertexMap.h>
#include <mbd/BbcGeom.h>
#include <mbd/MbdPmtContainerV1.h>
#include <mbd/MbdPmtHit.h>
#include <TFile.h>
#include <TH1.h>
#include <TH2.h>
#include <TNtuple.h>
#include <TTree.h>
#include <TProfile2D.h>
#include <Event/Event.h>
#include <Event/packet.h>
#include <cassert>
#include <sstream>
#include <string>
Go to the source code of this file.
Functions | |
TH2F * | LogYHist2D (const char *name, const char *title, int xbins_in, double_t xmin, double_t xmax, int ybins_in, double_t ymin, double_t ymax) |
TH2F * LogYHist2D | ( | const char * | name, |
const char * | title, | ||
int | xbins_in, | ||
double_t | xmin, | ||
double_t | xmax, | ||
int | ybins_in, | ||
double_t | ymin, | ||
double_t | ymax | ||
) |
Definition at line 600 of file CaloAna.cc.
View newest version in sPHENIX GitHub at line 600 of file CaloAna.cc
Referenced by CaloAna::Init().