Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4_HcalIn_ref.C File Reference
#include <GlobalVariables.C>
#include <QA.C>
#include <g4calo/HcalRawTowerBuilder.h>
#include <g4calo/RawTowerDigitizer.h>
#include <g4ihcal/PHG4IHCalSubsystem.h>
#include <g4detectors/PHG4CylinderSubsystem.h>
#include <g4detectors/PHG4HcalCellReco.h>
#include <g4detectors/PHG4InnerHcalSubsystem.h>
#include <g4eval/CaloEvaluator.h>
#include <g4main/PHG4Reco.h>
#include <caloreco/RawClusterBuilderGraph.h>
#include <caloreco/RawClusterBuilderTemplate.h>
#include <caloreco/RawTowerCalibration.h>
#include <qa_modules/QAG4SimulationCalorimeter.h>
#include <fun4all/Fun4AllServer.h>
+ Include dependency graph for G4_HcalIn_ref.C:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Enable
 
namespace  G4HCALIN
 

Macros

#define MACRO_G4HCALINREF_C
 

Enumerations

enum  G4HCALIN::enu_HCalIn_clusterizer { G4HCALIN::kHCalInGraphClusterizer, G4HCALIN::kHCalInTemplateClusterizer, G4HCALIN::kHCalInGraphClusterizer, G4HCALIN::kHCalInTemplateClusterizer }
 

Functions

void HCalInnerInit (const int iflag=0)
 
double HCalInner (PHG4Reco *g4Reco, double radius, const int crossings)
 
void HCALInner_Cells ()
 
void HCALInner_Towers ()
 
void HCALInner_Clusters ()
 
void HCALInner_Eval (const std::string &outputfile, int start_event=0)
 
void HCALInner_QA ()
 

Variables

bool Enable::HCALIN_OLD = false
 
bool Enable::HCALIN_G4Hit = true
 
double G4HCALIN::inch = 2.54
 
double G4HCALIN::support_ring_z = 175.375 * inch / 2
 
double G4HCALIN::phistart = NAN
 
double G4HCALIN::tower_emin = NAN
 
int G4HCALIN::light_scint_model = -1
 
int G4HCALIN::tower_energy_source = -1
 

Macro Definition Documentation

#define MACRO_G4HCALINREF_C

Definition at line 3 of file G4_HcalIn_ref.C.

View newest version in sPHENIX GitHub at line 3 of file G4_HcalIn_ref.C

Function Documentation

void HCALInner_Cells ( )

Definition at line 222 of file G4_HcalIn_ref.C.

View newest version in sPHENIX GitHub at line 222 of file G4_HcalIn_ref.C

References PHG4HcalCellReco::Detector(), Enable::HCALIN_G4Hit, Enable::HCALIN_VERBOSITY, Fun4AllServer::instance(), Fun4AllServer::registerSubsystem(), verbosity, Enable::VERBOSITY, and Fun4AllBase::Verbosity().

+ Here is the call graph for this function:

void HCALInner_Eval ( const std::string &  outputfile,
int  start_event = 0 
)

Definition at line 356 of file G4_HcalIn_ref.C.

View newest version in sPHENIX GitHub at line 356 of file G4_HcalIn_ref.C

References Enable::HCALIN_VERBOSITY, Fun4AllServer::instance(), Fun4AllServer::registerSubsystem(), CaloEvaluator::set_event(), verbosity, Enable::VERBOSITY, and Fun4AllBase::Verbosity().

+ Here is the call graph for this function:

void HCALInner_QA ( )

Definition at line 369 of file G4_HcalIn_ref.C.

View newest version in sPHENIX GitHub at line 369 of file G4_HcalIn_ref.C

References Enable::HCALIN_VERBOSITY, Fun4AllServer::instance(), Enable::QA_VERBOSITY, Fun4AllServer::registerSubsystem(), verbosity, and Fun4AllBase::Verbosity().

+ Here is the call graph for this function:

void HCalInnerInit ( const int  iflag = 0)