# | 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>+; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |