Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 6, 2024
1 parent d7b73fb commit b353c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k4FWCore/components/IOSvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ class IOSvc : public extends<Service, IIOSvc, IIncidentListener> {
Gaudi::Property<std::string> m_writingFileName{this, "Output", {}, "List of files to write output to"};
Gaudi::Property<std::vector<std::string>> m_outputCommands{
this, "outputCommands", {"keep *"}, "A set of commands to declare which collections to keep or drop."};
Gaudi::Property<std::string> m_outputType{this, "OutputType", "default", "Type of the output file (ROOT or RNTuple, or default)"};
Gaudi::Property<std::string> m_outputType{this, "OutputType", "default",
"Type of the output file (ROOT or RNTuple, or default)"};

Gaudi::Property<bool> m_importedFromk4FWCore{
this, "ImportedFromk4FWCore", false,
Expand Down

0 comments on commit b353c3a

Please sign in to comment.