|
ATLAS Offline Software
|
Go to the documentation of this file.
18 #ifndef HGTD_DIGITZATION_HGTD_DIGITZATIONTOOL_H
19 #define HGTD_DIGITZATION_HGTD_DIGITZATIONTOOL_H
25 #include "GaudiKernel/ServiceHandle.h"
26 #include "GaudiKernel/ToolHandle.h"
45 class HepRandomEngine;
106 BooleanProperty
m_onlyUseContainerName{
this,
"OnlyUseContainerName",
true,
"Don't use the ReadHandleKey directly. Just extract the container name from it."};
119 ToolHandle<IFrontEnd>
m_hgtd_front_end_tool{
this,
"FrontEnd",
"HGTD_FrontEndTool",
"Tool for pulse shape simulation"};
120 ToolHandle<IHGTD_SurfaceChargesGenerator>
m_hgtd_surf_charge_gen{
this,
"SurfaceChargesGenerator",
"HGTD_SurfaceChargesGenerator",
"Choice of using a more detailed charge drift model"};
136 static const InterfaceID IID_IHGTD_DigitizationTool(
"HGTD_DigitizationTool", 1, 0);
138 return IID_IHGTD_DigitizationTool;
141 #endif // HGTD_DIGITZATION_HGTD_DIGITZATIONTOOL_H
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
Property holding a SG store/key/clid from which a ReadHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
the preferred mechanism to access information from the different event stores in a pileup job.