Changeset 83 for MEMPHYS


Ignore:
Timestamp:
Jan 23, 2006, 10:52:15 AM (18 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

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

    r73 r83  
    2525#include <G4Lab/TrackingAction.h>
    2626#include <G4Lab/Interfaces/IGeant4Manager.h>
    27 #include <G4Lab/DigitsCollectionType.h>
     27//#include <G4Lab/DigitsCollectionType.h>
    2828
    2929//MEMPHYS:
     
    4040#include "MEMPHYS/WCDigi.hh"
    4141#include <MEMPHYS/HitsCollectionType.h>
     42#include <MEMPHYS/DigitsCollectionType.h>
    4243
    4344// Create a manager to access the MEMPHYSAnalysis from the callbacks :
     
    102103      }
    103104
     105      /*
    104106      typeManager->addType
    105107        (new G4Lab::DigitsCollectionType<MEMPHYS::WCDigi>
     108          (fSession,"WCDigitizedCollection"));
     109      */
     110      typeManager->addType
     111        (new MEMPHYS::DigitsCollectionType<MEMPHYS::WCDigi>
    106112          (fSession,"WCDigitizedCollection"));
    107113    }
Note: See TracChangeset for help on using the changeset viewer.