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

Comparing UserCode/Morgan/interface/TRootEvent.h (file contents):
Revision 1.3 by mlethuil, Mon Jun 23 13:31:11 2008 UTC vs.
Revision 1.4 by lethuill, Wed Oct 1 16:05:09 2008 UTC

# Line 94 | Line 94 | public:
94          
95          void setNb(Int_t nb) { nb_ = nb; }
96          void setGlobalL1(Int_t passGlobalL1) { passGlobalL1_ = passGlobalL1; }
97 <        void setGlobalHLT(Bool_t passGlobalHLT) { passGlobalHLT_ = passGlobalHLT_; }
97 >        void setGlobalHLT(Bool_t passGlobalHLT) { passGlobalHLT_ = passGlobalHLT; }
98          void setTrigHLT(std::vector<Bool_t> trigHLT)
99          {
100                  trigHLT_.resize(trigHLT.size());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines