Changeset 2070
- Timestamp:
- 05/06/03 08:23:13 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPadSchweizer.cc
r2057 r2070 101 101 fHSigmaPixTheta = NULL; 102 102 fHDiffPixTheta = NULL; 103 104 fHSigmaPedestal = NULL; 105 fHPhotons = NULL; 106 fHNSB = NULL; 103 107 } 104 108 … … 109 113 MPadSchweizer::~MPadSchweizer() 110 114 { 111 delete fHSigmaPedestal;112 delete fHPhotons;113 delete fHNSB;115 if (fHSigmaPedestal != NULL) delete fHSigmaPedestal; 116 if (fHPhotons != NULL) delete fHPhotons; 117 if (fHNSB != NULL) delete fHNSB; 114 118 } 115 119
Note:
See TracChangeset
for help on using the changeset viewer.