Changeset 71 in Idarraga for allpix


Ignore:
Timestamp:
Feb 22, 2011, 5:46:23 PM (13 years ago)
Author:
idarraga
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • allpix/src/AllPixFEI3StandardDigitizer.cc

    r69 r71  
    160160
    161161
    162 void AllPixFEI3StandardDigitizer::ComputeElectricField(G4double x, G4double y, G4double z){}
    163 
    164 
    165 G4double AllPixFEI3StandardDigitizer::GetElectricFieldNorm(G4double x, G4double y, G4double z){
     162void AllPixFEI3StandardDigitizer::ComputeElectricField(G4double /*x*/, G4double /*y*/, G4double /*z*/){}
     163
     164
     165G4double AllPixFEI3StandardDigitizer::GetElectricFieldNorm(G4double /*x*/, G4double /*y*/, G4double /*z*/){
    166166
    167167        return TMath::Sqrt(electricFieldX*electricFieldX +electricFieldY*electricFieldY +electricFieldZ*electricFieldZ );
     
    194194
    195195
    196 G4double AllPixFEI3StandardDigitizer::ComputeDriftTimeUniformField(AllPixTrackerHit *a_hit)
     196G4double AllPixFEI3StandardDigitizer::ComputeDriftTimeUniformField(AllPixTrackerHit * /*a_hit*/)
    197197{
    198198        // drift in a uniform electric field from hit position to surface
Note: See TracChangeset for help on using the changeset viewer.