ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/ElectronColLinkDef.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/src/ElectronColLinkDef.h (file contents):
Revision 1.1 by loizides, Mon Jun 15 15:00:15 2009 UTC vs.
Revision 1.2 by bendavid, Fri Oct 30 14:16:01 2009 UTC

# Line 15 | Line 15
15   #pragma link C++ nestedtypedef;
16   #pragma link C++ namespace mithep;
17  
18 + #pragma read                                              \
19 +    sourceClass="mithep::Electron"                        \
20 +    version="[-2]"                                        \
21 +    source="dummysource"                                  \
22 +    targetClass="mithep::Electron"                        \
23 +    target="fCharge"                                      \
24 +    code="{ fCharge = -99; }"                             \
25 +
26 +
27   #pragma link C++ class mithep::Electron+;
28   #pragma link C++ class mithep::Collection<mithep::Electron>+;
29   #pragma link C++ class mithep::Array<mithep::Electron>+;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines