![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <GlobalVariables.C>#include <g4calo/RawTowerDigitizer.h>#include <g4eiccalos/PHG4LFHcalSubsystem.h>#include <g4eiccalos/RawTowerBuilderByHitIndexLHCal.h>#include <g4eval/CaloEvaluator.h>#include <g4main/PHG4Reco.h>#include <eiccaloreco/RawClusterBuilderkMA.h>#include <eiccaloreco/RawClusterBuilderHelper.h>#include <caloreco/RawClusterBuilderFwd.h>#include <caloreco/RawClusterBuilderTemplate.h>#include <caloreco/RawTowerCalibration.h>#include <fun4all/Fun4AllServer.h>
Include dependency graph for G4_LFHCAL.C:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Enable |
| namespace | G4LFHCAL |
| namespace | G4LFHCAL::SETTING |
Macros | |
| #define | MACRO_G4LFHCAL_C |
Enumerations | |
| enum | G4LFHCAL::enu_FHcal_clusterizer { G4LFHCAL::kFHcalGraphClusterizer, G4LFHCAL::kFHcalTemplateClusterizer } |
Functions | |
| TString | GetMappingFile () |
| void | LFHCALInit () |
| void | LFHCALSetup (PHG4Reco *g4Reco) |
| void | LFHCAL_Cells (int verbosity=0) |
| void | LFHCAL_Towers () |
| void | LFHCAL_Clusters () |
| void | LFHCAL_Eval (const std::string &outputfile) |
Variables | |
| bool | Enable::LFHCAL = false |
| bool | Enable::LFHCAL_ABSORBER = false |
| bool | Enable::LFHCAL_CELL = false |
| bool | Enable::LFHCAL_TOWER = false |
| bool | Enable::LFHCAL_CLUSTER = false |
| bool | Enable::LFHCAL_EVAL = false |
| bool | Enable::LFHCAL_OVERLAPCHECK = false |
| int | Enable::LFHCAL_VERBOSITY = 0 |
| double | G4LFHCAL::Gz0 = 400. |
| double | G4LFHCAL::Gdz = 100. |
| double | G4LFHCAL::outer_radius = 265. |
| enu_FHcal_clusterizer | G4LFHCAL::FHcal_clusterizer = kFHcalTemplateClusterizer |
| bool | G4LFHCAL::SETTING::FullEtaAcc = false |
| bool | G4LFHCAL::SETTING::HC2x = false |
| bool | G4LFHCAL::SETTING::asymmetric = true |
| bool | G4LFHCAL::SETTING::wDR = false |
| bool | G4LFHCAL::SETTING::FwdSquare = false |
| bool | G4LFHCAL::SETTING::FwdConfig = false |
| bool | G4LFHCAL::SETTING::longer = true |
| bool | G4LFHCAL::SETTING::tailcatcher = true |
| #define MACRO_G4LFHCAL_C |
Definition at line 2 of file G4_LFHCAL.C.
View newest version in sPHENIX GitHub at line 2 of file G4_LFHCAL.C
| TString GetMappingFile | ( | ) |
Definition at line 69 of file G4_LFHCAL.C.
View newest version in sPHENIX GitHub at line 69 of file G4_LFHCAL.C
References G4LFHCAL::SETTING::asymmetric, G4LFHCAL::SETTING::FwdConfig, G4LFHCAL::SETTING::FwdSquare, G4LFHCAL::SETTING::HC2x, Enable::IP6, G4LFHCAL::SETTING::longer, G4LFHCAL::SETTING::tailcatcher, and G4LFHCAL::SETTING::wDR.
Referenced by LFHCAL_Towers(), and LFHCALSetup().
Here is the caller graph for this function:Definition at line 176 of file G4_LFHCAL.C.
View newest version in sPHENIX GitHub at line 176 of file G4_LFHCAL.C
| void LFHCAL_Clusters | ( | ) |
Definition at line 217 of file G4_LFHCAL.C.
View newest version in sPHENIX GitHub at line 217 of file G4_LFHCAL.C
References RawClusterBuilderHelper::Detector(), Fun4AllServer::instance(), Fun4AllServer::registerSubsystem(), RawClusterBuilderHelper::set_agg_e(), and RawClusterBuilderHelper::set_seed_e().
Referenced by Fun4All_G4_ECCEModular(), Fun4All_G4_EICDetector(), and Fun4All_G4_EICDetector_AnaTutorial().
Here is the call graph for this function:
Here is the caller graph for this function:| void LFHCAL_Eval | ( | const std::string & | outputfile | ) |
Definition at line 230 of file G4_LFHCAL.C.
View newest version in sPHENIX GitHub at line 230 of file G4_LFHCAL.C
References Fun4AllServer::instance(), Enable::LFHCAL_VERBOSITY, max, Fun4AllServer::registerSubsystem(), Enable::VERBOSITY, and Fun4AllBase::Verbosity().
Here is the call graph for this function:| void LFHCAL_Towers | ( | ) |
Definition at line 181 of file G4_LFHCAL.C.
View newest version in sPHENIX GitHub at line 181 of file G4_LFHCAL.C
References RawTowerDigitizer::Detector(), RawTowerCalibration::Detector(), RawTowerBuilderByHitIndexLHCal::Detector(), RawTowerBuilderByHitIndexLHCal::GeometryTableFile(), GetMappingFile(), Fun4AllServer::instance(), RawTowerDigitizer::kNo_digitization, RawTowerCalibration::kSimple_linear_calibration, Enable::LFHCAL_VERBOSITY, max, Fun4AllServer::registerSubsystem(), RawTowerCalibration::set_calib_algorithm(), RawTowerCalibration::set_calib_const_GeV_ADC(), RawTowerDigitizer::set_digi_algorithm(), RawTowerCalibration::set_pedstal_ADC(), RawTowerBuilderByHitIndexLHCal::set_sim_tower_node_prefix(), Enable::VERBOSITY, and Fun4AllBase::Verbosity().
Referenced by Fun4All_G4_ECCEModular(), Fun4All_G4_EICDetector(), and Fun4All_G4_EICDetector_AnaTutorial().
Here is the call graph for this function:
Here is the caller graph for this function:| void LFHCALInit | ( | ) |
Definition at line 134 of file G4_LFHCAL.C.
View newest version in sPHENIX GitHub at line 134 of file G4_LFHCAL.C
References cm, G4LFHCAL::SETTING::FullEtaAcc, G4LFHCAL::Gdz, G4LFHCAL::Gz0, G4LFHCAL::SETTING::HC2x, G4LFHCAL::SETTING::longer, max, BlackHoleGeometry::max_radius, BlackHoleGeometry::max_z, min, BlackHoleGeometry::min_z, and G4LFHCAL::outer_radius.
Referenced by G4Init().
Here is the caller graph for this function:Use dedicated LFHCAL module
Definition at line 152 of file G4_LFHCAL.C.
View newest version in sPHENIX GitHub at line 152 of file G4_LFHCAL.C
References Enable::ABSORBER, GetMappingFile(), Fun4AllServer::instance(), Enable::LFHCAL_ABSORBER, Enable::LFHCAL_OVERLAPCHECK, Enable::OVERLAPCHECK, PHG4DetectorSubsystem::OverlapCheck(), PHG4Reco::registerSubsystem(), PHG4DetectorSubsystem::SetAbsorberActive(), PHG4DetectorSubsystem::SetActive(), PHG4LFHcalSubsystem::SetTowerMappingFile(), and PHG4DetectorSubsystem::SuperDetector().
Referenced by G4Setup().
Here is the call graph for this function:
Here is the caller graph for this function: