Changeset 367


Ignore:
Timestamp:
Jun 2, 2007, 8:01:51 AM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/MEMPHYS/DigitsCollectionAccessor.h

    r364 r367  
    33
    44// Inheritance :
     5#include <G4Lab/Version.h>
     6#if (G4LAB_MAJOR_VERSION<=8) && (G4LAB_MINOR_VERSION<=0)
     7// GB : 2/June/2007.
     8// There is a problem with the constructor of
     9// the template G4Lab::DigitsCollectionAccessor
     10// coming with the osc_g4/v16r0 distrib.
     11// It lacks the G4RunManager* in second argument.
     12// To bypass this problem we use a corrected
     13// local copy of G4Lab/DigitsCollectionAccessor.h.
     14// It should be fixed with osc_g4/v16r1.
     15#include <MEMPHYS/G4Lab_DigitsCollectionAccessor.h>
     16#else
    517#include <G4Lab/DigitsCollectionAccessor.h>
     18#endif
    619
    720namespace MEMPHYS {
Note: See TracChangeset for help on using the changeset viewer.