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

Comparing UserCode/grimes/VHbbAnalysisCode/interface/ElectronInfoCollectionPlotSet.h (file contents):
Revision 1.1 by grimes, Tue Feb 14 01:43:14 2012 UTC vs.
Revision 1.2 by grimes, Wed Aug 15 22:37:46 2012 UTC

# Line 7 | Line 7
7   // Forward declarations
8   class TH1F;
9   class TDirectory;
10 + class VHbbEventAuxInfo;
11  
12   namespace trkupgradeanalysis
13   {
# Line 20 | Line 21 | namespace trkupgradeanalysis
21          public:
22                  ElectronInfoCollectionPlotSet();
23                  void book( TDirectory* pDirectory );
24 <                void fill( const std::vector<VHbbEvent::ElectronInfo>& electronCollection );
24 >                void fill( const std::vector<VHbbEvent::ElectronInfo>& electronCollection, const VHbbEventAuxInfo* pAuxInfo=NULL );
25          private:
26                  bool histogramHaveBeenBooked_;
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines