Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
4217
for
trunk
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/27/04 16:26:41 (
21 years
ago)
Author:
merck
Message:
MMerck: Changed copy constructor to call Copy method with a reference to this as argument.
File:
1 edited
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
¶
r3851
r4217
64
64
65
65
fArray = new TClonesArray("MBadPixelsPix", 1);
66
cam.Copy(*
fArray
);
66
cam.Copy(*
this
);
67
67
}
68
68
…
…
103
103
104
104
const Int_t n = GetSize();
105
105
106
if (n==0)
106
107
return;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive