# | Line 24 | Line 24 | namespace mithep | |
---|---|---|
24 | Electron(Double_t px, Double_t py, Double_t pz, Double_t e) : Lepton(px,py,pz,e) {} | |
25 | ~Electron() {} | |
26 | ||
27 | < | ClassDef(Electron, 1) // Muon class |
27 | > | ClassDef(Electron, 1) // Electron class |
28 | }; | |
29 | < | |
30 | < | } /*namespace mithep*/ |
31 | < | |
32 | < | #endif /*DATATREE_MUON_H*/ |
29 | > | } |
30 | > | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |