# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |