Changeset 199 in Idarraga


Ignore:
Timestamp:
Jun 24, 2011, 3:53:35 PM (13 years ago)
Author:
benoit
Message:

digit for FEI4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • allpix/include/AllPixFEI3StandardDigitizer.hh

    r178 r199  
    1414#include "AllPixGeoDsc.hh"
    1515#include "TString.h"
     16#include "TH2D.h"
    1617#include <map>
    1718#include <vector>
     
    3940  G4PrimaryVertex * m_primaryVertex; // information from EventAction
    4041
     42
     43  TH2D *hEx;
     44  TH2D *hEy;
     45  TH2D *hEz;
     46
     47
     48
    4149  G4double MyErf(G4double x);
    4250  G4double ComputeDriftTimeUniformField(AllPixTrackerHit *hit);
     
    5765  G4bool isSlimEdge(G4int nX, G4int nY);
    5866  void Efield1D(G4double z);
     67  void Efield2D(G4double x,G4double y,G4double z);
     68
    5969  G4double elec;
    6070
Note: See TracChangeset for help on using the changeset viewer.