# | Line 10 | Line 10 | class TrackerHitAssociator; | |
---|---|---|
10 | class OrderedSeedingHits; | |
11 | class TrackingRegion; | |
12 | class TH1D; | |
13 | – | class TFile; |
14 | – | class TProfile; |
13 | ||
14 | #include "DataFormats/TrackReco/interface/TrackFwd.h" | |
15 | #include "DataFormats/TrackReco/interface/Track.h" | |
16 | ||
17 | + | #include "TObjArray.h" |
18 | + | TObjArray gHistos; |
19 | + | |
20 | ||
21 | #include <vector> | |
22 | #include <string> | |
# | Line 60 | Line 61 | private: | |
61 | TH1D *hEffPhi_N, *hEffPhi_D; | |
62 | TH1D *hPurePt_N, *hPurePt_D; | |
63 | ||
63 | – | TFile * rootFile; |
64 | – | |
64 | ||
65 | }; | |
66 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |