5 #ifndef NSWCalibSmearingTool_h
6 #define NSWCalibSmearingTool_h
10 #include "GaudiKernel/ServiceHandle.h"
57 Gaudi::Property<std::vector<double>>
m_timeSmear {
this,
"TimeSmear" ,{8.,8.,8.,8.,8.,8.,8.,8.}};
58 Gaudi::Property<std::vector<double>>
m_chargeSmear {
this,
"ChargeSmear" ,{0.,0.,0.,0.,0.,0.,0.,0.}};
60 Gaudi::Property<std::vector<double>>
m_channelEfficiency {
this,
"ChannelEfficiency", {1.,1.,1.,1.,1.,1.,1.,1.}};
61 Gaudi::Property<std::vector<double>>
m_clusterEfficiency {
this,
"ClusterEfficiency", {1.,1.,1.,1.,1.,1.,1.,1.}};
63 Gaudi::Property<std::vector<double>>
m_gainFraction {
this,
"GainFraction", {1.,1.,1.,1.,1.,1.,1.,1.}};
65 Gaudi::Property<std::vector<bool>>
m_phiSectors {
this,
"PhiSectors", {
true,
true,
true,
true,
true,
true,
true,
true}};
66 Gaudi::Property<std::vector<bool>>
m_etaSectors {
this,
"EtaSectors", {}};
70 Gaudi::Property<std::string>
m_fileName{
this,
"FileName",
""};