#include <TrtHitsTestTool.h>
Definition at line 11 of file TrtHitsTestTool.h.
◆ TrtHitsTestTool()
TrtHitsTestTool::TrtHitsTestTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ getPrimary()
◆ initialize()
StatusCode TrtHitsTestTool::initialize |
( |
| ) |
|
|
virtual |
Reimplemented from SimTestToolBase.
Definition at line 26 of file TrtHitsTestTool.cxx.
37 else { std::cerr<<
"unsupported CollectionName for "<< this->
name()<<std::endl; }
59 return StatusCode::SUCCESS;
◆ processEvent()
StatusCode TrtHitsTestTool::processEvent |
( |
| ) |
|
Definition at line 63 of file TrtHitsTestTool.cxx.
69 HepGeom::Point3D<double>
u = ghit.getGlobalPosition();
76 int particleId(hit.GetParticleEncoding());
77 if (particleId == 22 ||
static_cast<int>(abs(particleId)/100000) == 41 ||
static_cast<int>(abs(particleId)/10000000) == 1)
97 return StatusCode::SUCCESS;
◆ m_collection
std::string TrtHitsTestTool::m_collection |
|
private |
◆ m_histSvc
◆ m_hits_edep_nonphotons
TH1 * TrtHitsTestTool::m_hits_edep_nonphotons |
|
private |
◆ m_hits_edep_photons
TH1 * TrtHitsTestTool::m_hits_edep_photons |
|
private |
◆ m_hits_edep_zr_nonphotons
TH2 * TrtHitsTestTool::m_hits_edep_zr_nonphotons |
|
private |
◆ m_hits_edep_zr_photons
TH2* TrtHitsTestTool::m_hits_edep_zr_photons |
|
private |
◆ m_hits_log_barcode
TH1* TrtHitsTestTool::m_hits_log_barcode |
|
private |
◆ m_hits_time_nonphotons
TH1* TrtHitsTestTool::m_hits_time_nonphotons |
|
private |
◆ m_hits_time_photons
TH1* TrtHitsTestTool::m_hits_time_photons |
|
private |
◆ m_hits_xy
TH2* TrtHitsTestTool::m_hits_xy |
|
private |
◆ m_hits_zr
TH2 * TrtHitsTestTool::m_hits_zr |
|
private |
◆ m_indetBarrel
TH2* TrtHitsTestTool::m_indetBarrel |
|
private |
◆ m_indetLongView
TH2 * TrtHitsTestTool::m_indetLongView |
|
private |
◆ m_key
std::string SimTestToolBase::m_key |
|
protectedinherited |
◆ m_path
std::string SimTestHisto::m_path {"/truth/"} |
|
protectedinherited |
The documentation for this class was generated from the following files:
#define _TH2D(var, name, nbinx, xmin, xmax, nbiny, ymin, ymax)