# | Line 55 | Line 55 | class DTDPGCreateAnalyzerSummary: public | |
---|---|---|
55 | /// Endjob | |
56 | void endJob(); | |
57 | ||
58 | < | /// Create FullWheel Plots |
59 | < | void createFullWheelPlots(); |
58 | > | /// Create Summary Plots |
59 | > | void createSummaryPlots(); |
60 | ||
61 | /// Create SummaryWheel Plots | |
62 | void createSummaryWheelPlots(); | |
# | Line 82 | Line 82 | class DTDPGCreateAnalyzerSummary: public | |
82 | edm::ParameterSet myParameters; | |
83 | TFile *myFile; | |
84 | int myRunNumber; | |
85 | + | std::map<int,std::vector<int> > mySectors; |
86 | ||
87 | }; | |
88 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |