Actions
Feature #3896
closedPut a method to set output name
Status:
Resolved
Priority:
Low
Assigned To:
-
Start date:
02/04/2013
Due date:
% Done:
0%
Estimated time:
Description
To personalize the name of output file and/or TTree
could, by example, allow to put many simulation in the same output file
Updated by MOUGINOT Baptiste about 12 years ago
- Status changed from New to Resolved
Done.
Will be available in the next version through the following method :
void SetOutputFileName(string name) //!< Set the Output File Name void SetOutputTreeName(string name) //!< Set the Output File Name
Actions