ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/GPetrucc/interface/fwlite/Scanner.h
(Generate patch)

Comparing UserCode/GPetrucc/interface/fwlite/Scanner.h (file contents):
Revision 1.1 by gpetrucc, Wed Jan 27 23:00:06 2010 UTC vs.
Revision 1.2 by gpetrucc, Thu Jan 28 11:49:27 2010 UTC

# Line 36 | Line 36 | namespace fwlite {
36                      printf(" : %9s : %4s : %9s : %3s", "RUN", "LUMI", "EVENT", "#IT");
37                      rowline += 3*4+9+4+9+3-1; // -1 as first char remain blank
38                  } else {
39 <                    printf(" : %5s : %3s", "RECORD", "#IT");
39 >                    printf(" : %5s : %3s", "EVENT", "#IT");
40                      rowline += 3+6+3+3-1;  // -1 as first char remain blank
41                  }
42                  for (int i = 0; i < exprArray->GetEntries(); ++i) {
43                      const char *ex = ((TObjString *)(*exprArray)[i])->GetString();
44                      scanner.addExpression(ex);
45 <                    printf(" : %8s", ex);
45 >                    printf(" : %8.8s", ex);
46                      rowline += 3+8;
47                  }
48                  std::cout << " :" << std::endl;
# Line 74 | Line 74 | namespace fwlite {
74              }
75              void setPrintFullEventId(bool printIt=true) { printFullEventId_ = printIt; }
76          private:
77 <            bool printFullEventId_;
78 <            fwlite::Event *event_;
77 >            fwlite::EventBase *event_;
78              std::string    label_, instance_, process_;
79 +            bool printFullEventId_;
80              HandleT        handle_;
81              helper::Parser helpme;
82              Reflex::Type objType;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines