Skip to content
Snippets Groups Projects
Commit 4f4767e2 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

Fix type of TrackRecordFillerTool::m_EnergyThreshold. (MuonD3PDMaker-00-04-34)

        * Tagging MuonD3PDMaker-00-04-34.
	* src/TrackRecordFillerTool.h: Fix type of m_EnergyThreshold.
parent 42ada730
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ namespace D3PD { ...@@ -49,7 +49,7 @@ namespace D3PD {
// Property: fill info for only muons or all particles entering Muon Spectrometer? // Property: fill info for only muons or all particles entering Muon Spectrometer?
bool m_OnlyMuon; bool m_OnlyMuon;
// Property: minimum particle energy // Property: minimum particle energy
bool m_EnergyThreshold; float m_EnergyThreshold;
}; // class TrackRecordFillerTool }; // class TrackRecordFillerTool
} // namespace D3PD } // namespace D3PD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment