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

Comparing UserCode/Morgan/interface/TRootSignalEvent.h (file contents):
Revision 1.1 by mlethuil, Mon May 19 16:12:13 2008 UTC vs.
Revision 1.2 by lethuill, Wed Nov 19 19:03:16 2008 UTC

# Line 24 | Line 24 | public:
24          TRootSignalEvent();
25          ~TRootSignalEvent();
26  
27 <        Int_t nZ() { return nZ_; }
28 <        Int_t nMuplus() { return nMuplus_; }
29 <        Int_t nMuminus() { return nMuminus_; }
30 <        Int_t nFSR() { return nFSR_; }
31 <        Int_t nISR() { return nISR_; }
27 >        Int_t nZ() const { return nZ_; }
28 >        Int_t nMuplus() const { return nMuplus_; }
29 >        Int_t nMuminus() const { return nMuminus_; }
30 >        Int_t nFSR() const { return nFSR_; }
31 >        Int_t nISR() const { return nISR_; }
32          
33          void addBosonZ(TRootParticle* part);
34          void addMuplus(TRootParticle* part);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines