38 Gaudi::Property<std::vector<int>> m_fragIDsToCompare{this, "TileFragIDsToCompare", {0x201, 0x402}, "Tile Frag IDs of modules to compare."};
39
40 Gaudi::Property<unsigned int> m_firstSample{this, "FirstSample", 0, "First sample to put into histogram"};
41 Gaudi::Property<unsigned int> m_lastSample{this, "LastSample", 15, "Last sample to put into histogram (inclusive)"};
42 Gaudi::Property<unsigned int> m_felixOffset{this, "FelixOffset", 0, "Offset for comparison of Felix samples w.r.t. Legacy samples"};
43 Gaudi::Property<unsigned int> m_felixScale{this, "FelixScale", 1, "Scale factor between Felix and Legacy ADC counts"}; // 1 for pedestal run or 4 for physics run