Changeset 5099 for trunk/MagicSoft/Simulation/Detector/include-MFadc
- Timestamp:
- 09/17/04 14:51:02 (20 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/include-MFadc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.cxx
r5079 r5099 17 17 18 18 #include "MGFadcSignal.hxx" 19 20 using namespace std; 19 21 20 22 MFadc::MFadc(Int_t pix, Int_t shape, Float_t integral, Float_t fwhm, Int_t shapeout, Float_t integralout, Float_t fwhmout, Float_t trigger_delay) { -
trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.hxx
r5079 r5099 11 11 // 12 12 // 13 #include <s tream.h>13 #include <sstream> 14 14 #include <math.h> 15 15 -
trunk/MagicSoft/Simulation/Detector/include-MFadc/MGFadcSignal.hxx
r579 r5099 4 4 5 5 #include <stdlib.h> 6 #include <iostream .h>6 #include <iostream> 7 7 8 8 #include <TROOT.h>
Note:
See TracChangeset
for help on using the changeset viewer.