ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DTDPGAnalysis/src/DTOfflineAnalyzer.h
(Generate patch)

Comparing UserCode/DTDPGAnalysis/src/DTOfflineAnalyzer.h (file contents):
Revision 1.1 by giorgia, Fri Oct 10 10:59:26 2008 UTC vs.
Revision 1.3 by marycruz, Thu Jul 4 17:17:00 2013 UTC

# Line 25 | Line 25 | namespace edm {
25   /* Collaborating Class Declarations */
26   #include "DataFormats/Common/interface/Handle.h"
27   class TFile;
28 + class DQMStore;
29   class TH1F;
30   class TH2F;
31   class DTLayerId;
# Line 92 | Line 93 | class DTOfflineAnalyzer : public edm::ED
93      bool debug;
94      int _ev;
95      std::string theRootFileName;
96 <    TFile* theFile;
96 >    // TFile* theFile;
97 >    DQMStore *theDQMStore;
98      //static std::string theAlgoName;
99      int sects[5][12];
100      std::string theDTLocalTriggerLabel;
# Line 111 | Line 113 | class DTOfflineAnalyzer : public edm::ED
113      bool doSA;
114      bool doTrig;
115      bool doTBox;
116 +    bool doTBoxWhm2;
117 +    bool doTBoxWhm1;
118 +    bool doTBoxWh0;
119 +    bool doTBoxWh1;
120 +    bool doTBoxWh2;
121  
122      bool doWheel[5];
123 +    bool doTBoxWheel[5];
124 +    int doTBoxSector;
125 +    int doTBoxChamber;
126 +    int doTBoxSuperLayer;
127 +    int doTBoxLayer;
128      
129      bool init;
130      std::bitset<6> LCT;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines