Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/ExRootTreeReader.cc

    r341014c rcab38f6  
    1010#include "ExRootAnalysis/ExRootTreeReader.h"
    1111
    12 #include "TBranchElement.h"
     12#include "TH2.h"
     13#include "TStyle.h"
    1314#include "TCanvas.h"
    1415#include "TClonesArray.h"
    15 #include "TH2.h"
    16 #include "TStyle.h"
     16#include "TBranchElement.h"
    1717
    1818#include <iostream>
     
    5151  if(fChain->IsA() == TChain::Class())
    5252  {
    53     TChain *chain = static_cast<TChain *>(fChain);
     53    TChain *chain = static_cast<TChain*>(fChain);
    5454    if(chain->GetTreeNumber() != fCurrentTree)
    5555    {
     
    9494      if(branch->IsA() == TBranchElement::Class())
    9595      {
    96         TBranchElement *element = static_cast<TBranchElement *>(branch);
     96        TBranchElement *element = static_cast<TBranchElement*>(branch);
    9797        const char *className = element->GetClonesName();
    9898        Int_t size = element->GetMaximum();
     
    145145
    146146//------------------------------------------------------------------------------
     147
Note: See TracChangeset for help on using the changeset viewer.