10 gSystem->Load(
"libfun4all.so");
11 gSystem->Load(
"libg4detectors.so");
14 PHG4ForwardCalCellReco *hc =
new PHG4ForwardCalCellReco(
"FHCALCellReco");
15 hc->Detector(
"FHCAL");
25 gSystem->Load(
"libg4detectors.so");
30 PHG4ForwardHcalSubsystem *hhcal =
new PHG4ForwardHcalSubsystem(
"FHCAL");
32 ostringstream mapping_hhcal;
35 mapping_hhcal << getenv(
"CALIBRATIONROOT") ;
36 mapping_hhcal <<
"/ForwardHcal/mapping/towerMap_FHCAL_v004.txt";
37 cout << mapping_hhcal.str() << endl;
40 hhcal->SetTowerMappingFile( mapping_hhcal.str() );
43 if (absorberactive) hhcal->SetAbsorberActive();
51 gSystem->Load(
"libfun4all.so");
52 gSystem->Load(
"libg4detectors.so");
55 ostringstream mapping_fhcal;
56 mapping_fhcal << getenv(
"CALIBRATIONROOT") <<
57 "/ForwardHcal/mapping/towerMap_FHCAL_v004.txt";
111 gSystem->Load(
"libfun4all.so");
112 gSystem->Load(
"libg4detectors.so");
115 RawClusterBuilderFwd* ClusterBuilder =
new RawClusterBuilderFwd(
"FHCALRawClusterBuilderFwd");
116 ClusterBuilder->Detector(
"FHCAL");
118 ClusterBuilder->set_threshold_energy(0.100);
126 gSystem->Load(
"libfun4all.so");
127 gSystem->Load(
"libg4eval.so");