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.5 by lethuill, Thu Oct 30 16:25:33 2008 UTC

# Line 3 | Line 3
3  
4   #include <string>
5   #include <iostream>
6 + #include <vector>
7 + #include <map>
8 + #include <cmath>
9  
10   #include "Rtypes.h"
11   #include "TObject.h"
# Line 94 | Line 97 | public:
97          
98          void setNb(Int_t nb) { nb_ = nb; }
99          void setGlobalL1(Int_t passGlobalL1) { passGlobalL1_ = passGlobalL1; }
100 <        void setGlobalHLT(Bool_t passGlobalHLT) { passGlobalHLT_ = passGlobalHLT_; }
100 >        void setGlobalHLT(Bool_t passGlobalHLT) { passGlobalHLT_ = passGlobalHLT; }
101          void setTrigHLT(std::vector<Bool_t> trigHLT)
102          {
103                  trigHLT_.resize(trigHLT.size());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines