116"Count saturated Qfactor cells above this energy cut (absolute value)"};
117
118 Gaudi::Property<unsigned int> m_SaturatedCellTightCut{this, "SaturatedCellTightCut", 20, "min number of saturated Qfactor cells to declare an event bad"};
122 Gaudi::Property<float> m_BadChanFracPerHVline{this, "BadChanFracPerHVline", 0.25, "min fraction of bad cells in one HV line"};
123 Gaudi::Property<unsigned int> m_MinBadHV{this, "BadHVCut", 3, " min number of bad HV lines"};
124 Gaudi::Property<unsigned int> m_connChanPerHVline{this, "ConnectedChanPerHVline", 10, "min number of cells connected to HV line for it to be used for HV flag"};
125
126 Gaudi::Property<unsigned int> m_MNBLooseCut{this, "MNBLooseCut", 5, "Loose cut on number of cells above CellQualityCut"};
127 Gaudi::Property<unsigned int> m_MNBTightCut{this, "MNBTightCut", 17, "Thight cut on number of cells above CellQualityCut"};