minor bug fixes.

From: Hironori Ito (hito@students.phsx.ukans.edu)
Date: Fri Apr 19 2002 - 18:03:58 EDT

  • Next message: Christian Holm Christensen: "BRAT updates (was Re: minor bug fixes.)"

    	I fixed minor bugs in brat to compile with gcc3. Her is the files
    for changes. 
    
    modules/calib/mult/BrSiPedCalModule.cxx ---> got rid of ios::noreplace
    modules/calib/mult/BrTilePedCalModule.cxx ---> got rid of ios::noreplace
    modules/digitize/BrTileDigModule.cxx  ---> casting Int_t and Float_t
    modules/rdo/BrMultRdoModule.cxx ----> casting Int_t and Float_t 
    
    ios::noreplace is not in the part of ifstream option. Removing this might
    have very serious negative impact but I got rid of it anyway.  It is  easy
    to check the existance of the file before opening it, but I did not bother
    to change.  (Not right now)
    
    It seems that gcc3 is very picky about Int_t, Float_t, Double_t.  There
    were a lot of warnings.  People should be carefull when calling some
    methods. 
    
    
    	Hiro
    



    This archive was generated by hypermail 2b30 : Fri Apr 19 2002 - 17:47:18 EDT