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

Comparing UserCode/MitAna/DataTree/interface/Electron.h (file contents):
Revision 1.3 by paus, Mon Jun 9 11:47:03 2008 UTC vs.
Revision 1.6 by loizides, Wed Jun 18 19:08:14 2008 UTC

# Line 1 | Line 1
1 // $Id$
2
3 #ifndef DATATREE_ELECTRON_H
4 #define DATATREE_ELECTRON_H
5
6 #include "MitAna/DataTree/interface/Lepton.h"
7
1   //--------------------------------------------------------------------------------------------------
2 + // $Id$
3   //
4   // Electron
5   //
# Line 15 | Line 9
9   //
10   //--------------------------------------------------------------------------------------------------
11  
12 + #ifndef DATATREE_ELECTRON_H
13 + #define DATATREE_ELECTRON_H
14 +
15 + #include "MitAna/DataTree/interface/Lepton.h"
16 +
17   namespace mithep
18   {
19    class Electron : public Lepton
# Line 24 | Line 23 | namespace mithep
23        Electron(Double_t px, Double_t py, Double_t pz, Double_t e) : Lepton(px,py,pz,e) {}
24        ~Electron() {}
25        
26 <      ClassDef(Electron, 1) // Muon class
26 >      ClassDef(Electron, 1) // Electron class
27    };
28 <  
29 < } /*namespace mithep*/
31 <
32 < #endif /*DATATREE_MUON_H*/
28 > }
29 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines