ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/IPHCalignment2/analysis/TreeProducer.h
(Generate patch)

Comparing UserCode/IPHCalignment2/analysis/TreeProducer.h (file contents):
Revision 1.2 by cgoetzma, Thu Dec 1 13:46:25 2011 UTC vs.
Revision 1.3 by econte, Thu Dec 1 14:35:47 2011 UTC

# Line 82 | Line 82 | public :
82     Int_t           RunNumber;
83     Int_t           EventNumber;
84  
85 +   Int_t vtxConverged;
86 +   Int_t momConverged;
87 +   Int_t fullConverged;
88 +
89     // List of branches
90     TBranch        *b_nTrack;   //!
91     TBranch        *b_Track_dxy;   //!
# Line 147 | Line 151 | public :
151     TBranch        *b_RunNumber;   //!
152     TBranch        *b_EventNumber;   //!
153  
154 +   TBranch * b_vtxConverged;
155 +   TBranch * b_momConverged;
156 +   TBranch * b_fullConverged;
157 +
158    TreeProducer(const std::string& filename, const std::string& name);
159     ~TreeProducer();
160      Int_t    Cut(Long64_t entry);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines