10 #ifndef LArShapeCompleteMakerAlg_H 
   11 #define LArShapeCompleteMakerAlg_H 
   14 #include "GaudiKernel/ToolHandle.h" 
   58   unsigned int m_nSamples = 0U;
 
   59   unsigned int m_nPhases  = 0U;
 
   60   unsigned int m_iPhase   = 0U;
 
   63   Gaudi::Property<int> m_minNPulses{
this,
"minNPulses",0}; 
 
   64   Gaudi::Property<std::string> m_shapeErrorFileName{
this,
"shapeErrorFileName", {} };
 
   65   Gaudi::Property<std::string> m_outputTemplateFileName{
this,
"outputTemplateFileName", {} };
 
   66   Gaudi::Property<std::string> m_outputFileName{
this,
"outputFileName", {} };
 
   67   Gaudi::Property<std::string> m_sgKey{
this,
"sgKey", {} };
 
   68   Gaudi::Property<std::string> m_groupingType{
this,
"groupingType", {} };
 
   74     { 
this, 
"LArOnOffIdMappingKey", 
"LArOnOffIdMapping", 
"LArOnOffIdMapping key" };