Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4_HcalOut_ref.C File Reference
#include <GlobalVariables.C>
#include <QA.C>
#include <g4calo/HcalRawTowerBuilder.h>
#include <g4calo/RawTowerDigitizer.h>
#include <g4ohcal/PHG4OHCalSubsystem.h>
#include <g4detectors/PHG4HcalCellReco.h>
#include <g4detectors/PHG4OuterHcalSubsystem.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_HcalOut_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  G4HCALOUT
 

Macros

#define MACRO_G4HCALOUTREF_C
 

Enumerations

enum  G4HCALOUT::enu_HCalOut_clusterizer { G4HCALOUT::kHCalOutGraphClusterizer, G4HCALOUT::kHCalOutTemplateClusterizer, G4HCALOUT::kHCalOutGraphClusterizer, G4HCALOUT::kHCalOutTemplateClusterizer }
 

Functions

void HCalOuterInit ()
 
double HCalOuter (PHG4Reco *g4Reco, double radius, const int crossings)
 
void HCALOuter_Cells ()
 
void HCALOuter_Towers ()
 
void HCALOuter_Clusters ()
 
void HCALOuter_Eval (const std::string &outputfile, int start_event=0)
 
void HCALOuter_QA ()
 

Variables

bool Enable::HCALOUT_OLD = false
 
bool Enable::HCALOUT_G4Hit = true
 
double G4HCALOUT::phistart = NAN
 
double G4HCALOUT::tower_emin = NAN
 
int G4HCALOUT::light_scint_model = -1
 
int G4HCALOUT::tower_energy_source = -1
 

Macro Definition Documentation

#define MACRO_G4HCALOUTREF_C

Definition at line 2 of file G4_HcalOut_ref.C.

View newest version in sPHENIX GitHub at line 2 of file G4_HcalOut_ref.C

Function Documentation

void HCALOuter_Cells ( )

Definition at line 243 of file G4_HcalOut_ref.C.

View newest version in sPHENIX GitHub at line 243 of file G4_HcalOut_ref.C

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

+ Here is the call graph for this function:

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

Definition at line 377 of file G4_HcalOut_ref.C.

View newest version in sPHENIX GitHub at line 377 of file G4_HcalOut_ref.C

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

+ Here is the call graph for this function:

void HCALOuter_QA ( )

Definition at line 391 of file G4_HcalOut_ref.C.

View newest version in sPHENIX GitHub at line 391 of file G4_HcalOut_ref.C

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

+ Here is the call graph for this function:

void HCalOuterInit ( )