12#ifndef MINBIASSCINTILLATOR_MINBIASSCINTILLATORSDTOOL_H
13#define MINBIASSCINTILLATOR_MINBIASSCINTILLATORSDTOOL_H
27 virtual StatusCode
Gather() override final;
38 Gaudi::Property<double>
m_timeCut{
this,
"TimeCut", 350.5};
39 Gaudi::Property<bool>
m_tileTB{
this,
"TileTB",
false};
40 Gaudi::Property<bool>
m_doBirk{
this,
"DoBirk",
true};
41 Gaudi::Property<double>
m_birk1{
this,
"Birk1", 0.0130 * CLHEP::g / (CLHEP::MeV * CLHEP::cm2)};
42 Gaudi::Property<double>
m_birk2{
this,
"Birk2", 9.6e-6 * CLHEP::g / (CLHEP::MeV * CLHEP::cm2) * CLHEP::g / (CLHEP::MeV * CLHEP::cm2)};
Support class for PropertyMgr.
SensitiveDetectorBase(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
=============================================================================