Skip to content
Snippets Groups Projects
Commit 647ee75e authored by Charles Leggett's avatar Charles Leggett Committed by Graeme Stewart
Browse files

updates for Property modernization (TrigT1CTP-03-01-00)

	* Property modernization. see gaudi/!Gaudi182
	* requires Gaudi v28
	* endreq -> endmsg
	* tag TrigT1CTP-03-01-00

M       TrigT1CTP/CTPSimulation.h
M       src/MsgWriter.cxx
parent 33b412e1
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ namespace LVL1CTP {
bool m_doRNDM; //!< property, see @link CTPSimulation::CTPSimulation @endlink
bool m_doPSCL; //!< property, see @link CTPSimulation::CTPSimulation @endlink
bool m_IsData; //!< property, see @link CTPSimulation::CTPSimulation @endlink
IntegerProperty m_prescaleMode; //!< property, see @link CTPSimulation::CTPSimulation @endlink
Gaudi::CheckedProperty<int> m_prescaleMode; //!< property, see @link CTPSimulation::CTPSimulation @endlink
// Properties: StoreGate location of input
std::string m_jetEnergyConfLoc; //!< property, see @link CTPSimulation::CTPSimulation @endlink
std::string m_muonCTPLoc; //!< property, see @link CTPSimulation::CTPSimulation @endlink
......
......@@ -40,7 +40,7 @@ namespace LVL1CTP {
void MsgWriter::write( MSG::Level type, const std::string& line ) {
if(m_stream->level() <= type){
*m_stream << type << line << endreq;
*m_stream << type << line << endmsg;
return;
}
return;
......
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