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

'Const correctness fixes.' (TrigT1CTMonitoring-00-01-69)

	* Tagging TrigT1CTMonitoring-00-01-69.
	* Const correctness fixes.
	* Tagging TrigT1CTMonitoring-00-01-68.
	* Comply with ATLAS naming conventions.
	* Tagging TrigT1CTMonitoring-00-01-67.
	* endreq -> endmsg.
parent ea19b50f
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -79,8 +79,8 @@ TrigT1CTMonitoring::DeriveSimulationInputs::DeriveSimulationInputs( const std::s
declareProperty("do_MuCTPI_input", do_MuCTPI_input, "Flag to rederive MuCTPI input from raw data fragment");
declareProperty("do_L1Calo_input", do_L1Calo_input, "Flag to rederive L1Calo input from raw data fragment");
declareProperty("do_L1Calo_sim", do_L1Calo_sim, "Flag to resimulate L1Calo input");
declareProperty("AttrListFolders", par_atrlist);
declareProperty("AttrListCollFolders", par_atrcollist);
declareProperty("AttrListFolders", m_par_atrlist);
declareProperty("AttrListCollFolders", m_par_atrcollist);
declareProperty("N_cablebits", N_cablebits);
declareProperty("N_slots_ctpin", N_slots_ctpin);
declareProperty("N_connectors_ctpin", N_connectors_ctpin);
......
......@@ -91,8 +91,8 @@ namespace TrigT1CTMonitoring {
private:
std::vector<std::string> par_atrlist;
std::vector<std::string> par_atrcollist;
std::vector<std::string> m_par_atrlist;
std::vector<std::string> m_par_atrcollist;
};
}
......
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