Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:10

0001 class TTree;
0002 
0003 namespace edm {
0004 
0005   class ProcessHistoryRegistry;
0006 
0007   void fillParameterSetBranch(TTree* parameterSetsTree, int basketSize);
0008 
0009   void fillProcessHistoryBranch(TTree* metaDataTree,
0010                                 int basketSize,
0011                                 ProcessHistoryRegistry const& processHistoryRegistry);
0012 }  // namespace edm