50 Gaudi::Property<std::vector<int>> m_calosample{this, "CaloSamples", {-1}}; // which CaloSamples to be filled (numbers from CaloSample enum in CaloCell_Base_ID
51 Gaudi::Property<std::vector<float>> m_value{this, "SampleValues", {1.0}}; // value to fill for every sample
52 Gaudi::Property<std::vector<int>> m_hvlines{this, "HVLines", {-1}}; // which hvlines should be changed in addition
53 Gaudi::Property<std::vector<float>> m_hvvalue{this, "HVvalues", {1.0}}; // value to fill for every hvline