Changeset 17643 for trunk/Mars/msimcamera/MSimAPD.h
- Timestamp:
- 04/03/14 11:54:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msimcamera/MSimAPD.h
r17067 r17643 15 15 class MPhotonStatistics; 16 16 class MPedestalCam; 17 class MParameterD; 17 18 18 19 class MSimAPD : public MTask … … 23 24 MPhotonStatistics *fStat; //! Storing event statistics (needed for the start-time) 24 25 MPedestalCam *fRates; //! Accidental Photon Rates for all pixels 26 27 MParameterD *fCrosstalkCoeffParam; 25 28 26 29 TObjArray fAPDs; //! Array keeping the necessary number of APDs
Note:
See TracChangeset
for help on using the changeset viewer.