Changeset 9427 for trunk/MagicSoft/Mars/msimcamera/MSimAPD.h
- Timestamp:
- 04/16/09 12:14:40 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msimcamera/MSimAPD.h
r9369 r9427 14 14 class MPhotonEvent; 15 15 class MPhotonStatistics; 16 class MPedestalCam; 16 17 17 18 class MSimAPD : public MTask … … 21 22 MPhotonEvent *fEvt; //! Event storing the photon information 22 23 MPhotonStatistics *fStat; //! Storing event statistics (needed for the start-time) 24 MPedestalCam *fRates; //! Accidental Photon Rates for all pixels 23 25 24 26 TObjArray fAPDs; //! Array keeping the necessary number of APDs
Note:
See TracChangeset
for help on using the changeset viewer.