Changeset 358


Ignore:
Timestamp:
Jun 1, 2007, 8:53:22 PM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/applications/HitsCollectionAccessor.cxx

    r343 r358  
    3535,const std::string& aHC
    3636)
     37#ifdef OSC_VERSION_16_0
     38:G4Lab::HitsCollectionAccessor(aSession,aHC)
     39#else
    3740:G4Lab::HitsCollectionAccessor(aSession,aRunManager,aHC)
     41#endif
    3842//////////////////////////////////////////////////////////////////////////////
    3943//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
     
    7579                    (float)color.GetBlue());
    7680    float transp = 1.0F - (float)color.GetAlpha();
    77 /*
    78     SbColor sbColor(1,0,0);
    79     float transp = 0;
    80 */
     81
     82    //SbColor sbColor(1,0,0);
     83    //float transp = 0;
    8184
    8285    separator->addChild(
Note: See TracChangeset for help on using the changeset viewer.