module container question

From: Stephen J. Sanders (ssanders@ku.edu)
Date: Mon Jun 04 2001 - 18:11:44 EDT

  • Next message: Christian Holm Christensen: "Re: module container question"

    Hi Christian (or anyone else who might have an answer...),
      I am trying to follow your  CentMacro.C macro as a template for doing
    the centrality analysis.   After a few minor changes (defining input and 
    output files) I have
    been able to succesfully run the macro in an interactive root session.  
    This encouraged me
    to try adding the BrMultCentModule to the mix.  The main changes were:
    
    ...in the calibration section added
    
      BrMultCentTmpCalibration * centCalib = 
    BrMultCentTmpCalibration::Instance();
    
    ...after the SMA module code added
    
      BrMultCentModule * centModule =
       new BrMultCentModule("MultCent","Cent Module");
      mainModule->AddModule(centModule);
    
    My question/problem is that I seem to be missing something.  When I try 
    to run
    this as a macro file, the BrMultCentModule complains that it can't find
    the tile rdo file. Since the BrTileRdoModule is loaded into the container
    before BrMultCentModule, I thought it would already have added the
    associated rdo to the chain.  Any suggestions as to what I'm doing wrong?
    
    
    ...steve
    



    This archive was generated by hypermail 2b29 : Mon Jun 04 2001 - 18:12:43 EDT