Skip to content

Commit ae6712d

Browse files
Improve log message
Co-authored-by: Andre Sailer <andre.philippe.sailer@cern.ch>
1 parent 8bf5090 commit ae6712d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DDG4/python/DDSim/Helper/OutputConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def _configureLCIO(self, dds, geant4):
159159
return
160160

161161
def _configureEDM4HEP(self, dds, geant4):
162-
logger.info("++++ Setting up EDM4hep %s Output ++++", "RNTuple" if self.useRNTuple else "ROOT")
162+
logger.info("++++ Setting up EDM4hep %s Output ++++", "RNTuple" if self.useRNTuple else "ROOT::TTree")
163163
e4Out = geant4.setupEDM4hepOutput('EDM4hepOutput', dds.outputFile)
164164
e4Out.RNTuple = self.useRNTuple
165165
eventPars = dds.meta.parseMetaParameters()

0 commit comments

Comments
 (0)