Changeset 138 in Idarraga


Ignore:
Timestamp:
Apr 15, 2011, 8:39:16 AM (13 years ago)
Author:
benoit
Message:
 
Location:
allpix
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • allpix/include/AllPixFEI3StandardDigitizer.hh

    r136 r138  
    5252  G4double ComputeSubHitContribution(G4double x, G4double y, G4double z,G4double Energy);
    5353  G4double SetDt(G4double Dt,G4double ErreurMoy);
    54   G4double EnergyToTOT(G4double Energy, G4double threshold);
     54  G4int EnergyToTOT(G4double Energy, G4double threshold);
    5555  G4double elec;
    5656
  • allpix/src/AllPixFEI3StandardDigitizer.cc

    r137 r138  
    562562}
    563563
    564 G4double AllPixFEI3StandardDigitizer::EnergyToTOT(G4double Energy, G4double threshold)
     564G4int AllPixFEI3StandardDigitizer::EnergyToTOT(G4double Energy, G4double threshold)
    565565{
    566566
Note: See TracChangeset for help on using the changeset viewer.