78 Gaudi::Property<bool> m_applyMasking{this,"ApplyMasking",true,"Apply masking of supercells based on provenance bits. Should be set to False for MC"};
79 Gaudi::Property<bool> m_applyTimingCutAll{this,"ApplyTimingCutAll",true,"If true, will apply a timing cut to supercells in MC. In data this property has no effect"};
80 Gaudi::Property<bool> m_applyTimingCut{this,"ApplyTimingCut",false,"If true, will apply a timing cut to supercells in MC except HEC. In data this property has no effect"};
81
82 Gaudi::Property<bool> m_v6Mapping{this,"UseLATOMEv6Mapping",false,"If true, will use the LATOME v6 mapping if cannot determine from latome header"};