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

Comparing UserCode/MitAna/DataTree/interface/Muon.h (file contents):
Revision 1.1 by loizides, Wed Jun 4 09:08:36 2008 UTC vs.
Revision 1.2 by bendavid, Thu Jun 5 16:03:35 2008 UTC

# Line 11 | Line 11
11   //
12   // Details to be worked out...
13   //
14 < // Authors: C.Loizides, xxx
14 > // Authors: C.Loizides, J. Bendavid
15   //
16   //--------------------------------------------------------------------------------------------------
17  
# Line 22 | Line 22 | namespace mithep
22      public:
23        Muon() {}
24        ~Muon() {}
25 <
25 >      
26 >      Muon(Double_t x, Double_t y, Double_t z, Double_t t) {fFourVector.SetXYZT(x,y,z,t);}
27 >      
28        ClassDef(Muon, 1) // Muon class
29    };
30    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines